Skip to content

Commit d284901

Browse files
committed
build: use published covidcast package
closes #344
1 parent 1d591a8 commit d284901

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dependencies.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# blogdown::install_hugo()
55

6-
devtools::install_github("cmu-delphi/covidcast", ref = "main",
7-
upgrade = 'never',
8-
subdir = "R-packages/covidcast")
6+
install.packages("covidcast", repo="http://cran.rstudio.com/")
7+
# devtools::install_github("cmu-delphi/covidcast", ref = "main",
8+
# upgrade = 'never',
9+
# subdir = "R-packages/covidcast")

0 commit comments

Comments
 (0)