Skip to content

Commit

Permalink
add CRAN installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed Oct 27, 2020
1 parent 12272f3 commit 18baf28
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 190 deletions.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -17,7 +17,13 @@ CSS in R

## Installation

Install the Github version.
Install the stable version from CRAN.

``` r
install.packages("linne")
```

Or install the development version from Github.

``` r
# install.packages("remotes")
Expand Down
45 changes: 12 additions & 33 deletions docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 12 additions & 33 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 12 additions & 33 deletions docs/LICENSE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18baf28

Please sign in to comment.