Browse Source

merge 0.9.0 to master

tags/v0.9.0 v0.9.0
boB Rudis 5 years ago
parent
commit
2b6698f1c2
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      README.Rmd
  2. 4
      README.md

4
README.Rmd

@ -72,10 +72,6 @@ All development happens in branches now with only critical fixes being back-port
```{r eval=FALSE}
# CRAN
install.packages("cdcfluview")
# 0.9.0 branch (where all fixes are)
devtools::install_git("https://sr.ht/~hrbrmstr/cdcfluview", ref= "0.9.0")
devtools::install_git("https://gitlab.com/hrbrmstr/cdcfluview", ref = "0.9.0")
devtools::install_github("hrbrmstr/cdcfluview", ref = "0.9.0")
# master branch
devtools::install_git("https://sr.ht/~hrbrmstr/cdcfluview")
devtools::install_git("https://gitlab.com/hrbrmstr/cdcfluview")

4
README.md

@ -94,10 +94,6 @@ back-ported to the master branch when necessary.
``` r
# CRAN
install.packages("cdcfluview")
# 0.9.0 branch (where all fixes are)
devtools::install_git("https://sr.ht/~hrbrmstr/cdcfluview", ref= "0.9.0")
devtools::install_git("https://gitlab.com/hrbrmstr/cdcfluview", ref = "0.9.0")
devtools::install_github("hrbrmstr/cdcfluview", ref = "0.9.0")
# master branch
devtools::install_git("https://sr.ht/~hrbrmstr/cdcfluview")
devtools::install_git("https://gitlab.com/hrbrmstr/cdcfluview")

Loading…
Cancel
Save