Skip to content

Commit

Permalink
Added some info about installing from the development branch into the…
Browse files Browse the repository at this point in the history
… readme (master branch).
  • Loading branch information
jonesor committed Aug 30, 2018
1 parent 90fda81 commit 759752b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ Expect bugs!

`install_github("jonesor/Rcompadre")`

*To install the development branch*

`install_github("jonesor/Rcompadre",ref = "devel")`

The development branch is named "RcompadreDev". This difference in names allows one to install both `master` and `devel` branches and call functions from the respective versions as follows:

`Rcompadre::subsetDB(mydatabase)`
`RcompadreDev::subsetDB(mydatabase)`

*Report bugs/errors to:*

Expand Down

0 comments on commit 759752b

Please sign in to comment.