diff --git a/DESCRIPTION b/DESCRIPTION index a660852..5aaf0e3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: bbsBayes Type: Package Title: Hierarchical Bayesian Analysis of North American BBS Data Version: 2.2.1 -Date: 2020-05-13 +Date: 2020-05-27 Authors@R: c(person("Brandon P.M.", "Edwards", role = c("aut", "cre"), email = "edwardsb@uoguelph.ca"), person("Adam C.", "Smith", role = "aut", diff --git a/README.md b/README.md index ba4090f..2e11eab 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,12 @@ bbsBayes is a package to perform hierarchical Bayesian analysis of North America ## Installation -We expect a CRAN release shortly, but for now you can install from Github using the following options: +As of 27 May 2020, bbsBayes v2.2.1 is officially on CRAN! There are two ways to install bbsBayes: -Option 1: Most recent stable release (currently v2.2.0) +Option 1: Stable release from CRAN (currently v2.2.1) ``` r -# To install v2.2.0 from Github: -install.packages("devtools") -library(devtools) -devtools::install_github("BrandonEdwards/bbsBayes", ref = "v2.2.0") +# To install v2.2.1 from CRAN: +install.packages("bbsBayes") ``` Option 2: Less-stable development version