Skip to content
Snippets Groups Projects
NAMESPACE 1015 B
Newer Older
  • Learn to ignore specific revisions
  • Davis McCarthy's avatar
    Davis McCarthy committed
    # Generated by roxygen2: do not edit by hand
    
    Davis McCarthy's avatar
    Davis McCarthy committed
    export(arrivals.FUN)
    export(control.icm)
    
    pqiao29's avatar
    pqiao29 committed
    export(crosscheck.seiqhrf.icm)
    
    Davis McCarthy's avatar
    Davis McCarthy committed
    export(cum_discr_si)
    export(departures.FUN)
    export(get_prev.FUN)
    export(get_times)
    export(icm.seiqhrf)
    export(infection.FUN)
    export(init_status.icm)
    export(initialize.FUN)
    export(plot_times)
    export(recovery.FUN)
    export(saveout.seiqhrf.icm)
    
    export(simulate_seiqhrf)
    
    Davis McCarthy's avatar
    Davis McCarthy committed
    import(dplyr)
    
    pqiao29's avatar
    pqiao29 committed
    import(ggplot2)
    
    Davis McCarthy's avatar
    Davis McCarthy committed
    importFrom(EpiModel,get_prev.icm)
    importFrom(EpiModel,init.icm)
    importFrom(EpiModel,param.icm)
    importFrom(EpiModel,ssample)
    importFrom(EpiModel,verbose.icm)
    importFrom(doParallel,registerDoParallel)
    importFrom(dplyr,"%>%")
    
    importFrom(dplyr,between)
    
    Davis McCarthy's avatar
    Davis McCarthy committed
    importFrom(dplyr,bind_rows)
    importFrom(dplyr,filter)
    importFrom(dplyr,mutate)
    importFrom(dplyr,select)
    
    importFrom(foreach,"%dopar%")
    
    Davis McCarthy's avatar
    Davis McCarthy committed
    importFrom(foreach,foreach)
    
    Puxue Qiao's avatar
    Puxue Qiao committed
    importFrom(future,availableCores)
    
    Davis McCarthy's avatar
    Davis McCarthy committed
    importFrom(stats,pweibull)
    importFrom(stats,rbinom)
    importFrom(stats,rgeom)
    importFrom(stats,sd)
    importFrom(tidyr,pivot_longer)
    
    importFrom(tidyr,pivot_wider)