Skip to content

Commit

Permalink
better dev version install command
Browse files Browse the repository at this point in the history
  • Loading branch information
nevrome committed Nov 30, 2020
1 parent b11b86f commit 89fb5f3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ For further information, please have a look at the Vignettes and the Manual.
Installation
------------

`mortAAR` is available on [CRAN](https://CRAN.R-project.org/package=mortAAR) and can be installed through `install.packages("mortAAR")`. You can use [devtools](https://CRAN.R-project.org/package=devtools) to install the development version. To do so:
`mortAAR` is available on [CRAN](https://CRAN.R-project.org/package=mortAAR) and can be installed through `install.packages("mortAAR")`. You can also install the development version with:

if(!require('devtools')) install.packages('devtools')
library(devtools)
install_github('ISAAKiel/mortAAR')
```
if(!require('remotes')) install.packages('remotes')
remotes::install_github('ISAAKiel/mortAAR', build_vignettes = TRUE)
```

Licence
-------
Expand Down

0 comments on commit 89fb5f3

Please sign in to comment.