Skip to contents

This function helps install all the necessary packages for building an infectious disease forecasting pipeline and hub, including hubverse packages, fable, EpiEstim, EpiNow2, epidatr, and epiforecast packages.

This function helps install all the necessary packages for building an infectious disease forecasting pipeline and hub, including hubverse packages, fable, EpiEstim, EpiNow2, epidatr, and epiforecast packages.

Usage

setup_file_structure(project_dir = "AMPH_forecast_project")

setup_file_structure(project_dir = "AMPH_forecast_project")

Arguments

project_dir

Character. Directory to set up the project structure. Default is "AMPH_forecast_project".

Value

NULL (invisibly)

NULL (invisibly)

Examples

if (FALSE) { # \dontrun{
library(AMPHForecastSuite)
setup_file_structure(project_dir = "My_Forecast_Project")
} # }

if (FALSE) { # \dontrun{
library(AMPHForecastSuite)
setup_file_structure(project_dir = "My_Forecast_Project")
} # }