Skip to content

Commit

Permalink
docs: add information about Fortran compiler on newer Mac OS
Browse files Browse the repository at this point in the history
fix #3
  • Loading branch information
mtwente committed Jan 16, 2024
1 parent 8ddb4ea commit c4cb567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Descriptions of all variables are provided in the [codebook](./docs/codebook.md)

### Installation

Use the [renv package](https://rstudio.github.io/renv/index.html) to install all dependencies and set up a reproducible environment within the R project:
Use the [renv package](https://rstudio.github.io/renv/index.html) to install all dependencies and set up a reproducible environment within the R project. To see which packages are loaded with renv for the workflow before installing them to the project library, run `renv::dependencies()`.

```r
renv::restore()
```

To see which packages are loaded with renv for the workflow before installing them, run `renv::dependencies()`.
If you are running a recent Mac OS, you will have to [install a Fortran compiler manually](https://mac.r-project.org/tools/) for compiling the packages before running `renv::restore()`.

### Build

Expand Down

0 comments on commit c4cb567

Please sign in to comment.