Skip to content

Commit 1898cce

Browse files
Merge pull request #338 from HopkinsIDD/main-state-fits
Main state fits
2 parents 1707426 + c02bda0 commit 1898cce

File tree

5 files changed

+332
-327
lines changed

5 files changed

+332
-327
lines changed

build/local_install.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ local({r <- getOption("repos")
66

77
# Installs the custom-made packages in this repository
88

9-
library(devtools)
109

11-
install.packages(c("covidcast","data.table","vroom","dplyr"), quiet=TRUE)
10+
install.packages(c("data.table","vroom","dplyr"), quiet=TRUE) # removed "covidcast"
1211
# devtools::install_github("hrbrmstr/cdcfluview")
1312

1413
# To run if operating in the container -----
1514

15+
# library(devtools)
16+
1617
initial.options <- commandArgs(trailingOnly = FALSE)
1718
file.arg.name <- "--file="
1819
script.name <- sub(file.arg.name, "", initial.options[grep(file.arg.name, initial.options)]) # get the name of this file, by looking for the option "--file" in the arguments that were used to start this R instance and getting the term that comes after

0 commit comments

Comments
 (0)