Skip to content

Commit

Permalink
update README for linux installation
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Nov 26, 2023
1 parent d60037e commit 5dc6d39
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ Type | Source | Command
Release | [![CRAN Status](https://www.r-pkg.org/badges/version/statsExpressions)](https://cran.r-project.org/package=statsExpressions) | `install.packages("statsExpressions")`
Development | [![Project Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/##active) | `pak::pak("IndrajeetPatil/statsExpressions")`

On Linux, `{statsExpressions}` installation may require additional system dependencies, which can be checked using:

```{r, eval=FALSE}
pak::pkg_sysreqs("statsExpressions")
```


# Citation

The package can be cited as:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ For more documentation, see the dedicated
| Release | [![CRAN Status](https://www.r-pkg.org/badges/version/statsExpressions)](https://cran.r-project.org/package=statsExpressions) | `install.packages("statsExpressions")` |
| Development | [![Project Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/##active) | `pak::pak("IndrajeetPatil/statsExpressions")` |

On Linux, `{statsExpressions}` installation may require additional
system dependencies, which can be checked using:

``` r
pak::pkg_sysreqs("statsExpressions")
```

# Citation

The package can be cited as:
Expand Down

0 comments on commit 5dc6d39

Please sign in to comment.