diff --git a/README.Rmd b/README.Rmd index 8d7d2f2a..2f95c443 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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: diff --git a/README.md b/README.md index 8470a562..29aab8aa 100644 --- a/README.md +++ b/README.md @@ -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: