knitr::opts_chunk$set( eval=FALSE, collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%", warning = FALSE, message = FALSE )
# If you actually want to eval all the code here to check that it runs, # change actually_eval to TRUE and make sure you run this on a Monday actually_eval <- FALSE if (actually_eval & focustools::is_monday()) { knitr::opts_chunk$set(eval=TRUE) }
Install from GitHub as follows:
# install.packages("devtools") devtools::install_github("signaturescience/focustools", build_vignettes = FALSE)
To get started, see the package vignette:
vignette("focustools")
focustools
was originally developed to generate forecasts of COVID-19 targets in the United States. The package includes functionality to prepare forecast output for submission to the COVID-19 Forecast Hub. The focustools
GitHub repository includes a submission/
directory with select forecast submission files. That same directory tracks a pipeline R script that does the following:
submission/TEAM-MODEL/YYYY-MM-DD-TEAM-MODEL.csv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.