Skip to content

Commit

Permalink
doc: edit installation instructions - fix #55
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Oct 26, 2023
1 parent e8e28de commit 0dea379
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@ if (!requireNamespace("remotes", quietly = TRUE)) {
remotes::install_github("FRBCesab/rcompendium")
```

**Note:** On Unix system you may have an error during the installation linked
to the [**V8 JavaScript engine**](https://v8.dev/). This software is required
by the R package [`cffr`](https://docs.ropensci.org/cffr/)
(included in `rcompendium`). Run the following line and try to reinstall `rcompendium`.

```{r eval=FALSE}
## Fix V8 issues ----
Sys.setenv(DOWNLOAD_STATIC_LIBV8 = 1)
## Install < rcompendium > ----
install.packages("rcompendium")
```


## Usage
Expand Down

0 comments on commit 0dea379

Please sign in to comment.