We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d591a8 commit d284901Copy full SHA for d284901
dependencies.R
@@ -3,6 +3,7 @@
3
4
# blogdown::install_hugo()
5
6
-devtools::install_github("cmu-delphi/covidcast", ref = "main",
7
- upgrade = 'never',
8
- subdir = "R-packages/covidcast")
+install.packages("covidcast", repo="http://cran.rstudio.com/")
+# devtools::install_github("cmu-delphi/covidcast", ref = "main",
+# upgrade = 'never',
9
+# subdir = "R-packages/covidcast")
0 commit comments