Skip to content

Commit

Permalink
Update description and readme ahead of CRAN RELEASE BABY :D
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonEdwards committed May 27, 2020
1 parent 59aae64 commit 64e96c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64e96c8

Please sign in to comment.