From 2b6698f1c23dcafc02a1da71bd55bbc0642861b0 Mon Sep 17 00:00:00 2001 From: boB Rudis Date: Wed, 23 Jan 2019 21:53:23 -0500 Subject: [PATCH] merge 0.9.0 to master --- README.Rmd | 4 ---- README.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/README.Rmd b/README.Rmd index 85d2d10..6f38907 100644 --- a/README.Rmd +++ b/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") diff --git a/README.md b/README.md index bd023e5..cdf0d25 100644 --- a/README.md +++ b/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")