Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naikymen authored Apr 25, 2023
1 parent 375076c commit 8003b07
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,19 @@ To get the full functionality of the rcell2 suite, also install:
* [`rcell2.magick`](https://github.com/darksideoftheshmoo/rcell2-magick)
* [`rcell2.examples`](https://github.com/darksideoftheshmoo/rcell2.examples)

## R Dependencies
## Dependencies

Most of the dependencies are listed in the `DESCRIPTION` file, and should install automatically.
### System libraries

Linux systems might require additional development libraries to install rcell2. Use your package manager to install them:

```bash
sudo apt install libfftw3-dev libxml2-dev libtiff5-dev
```

### R packages

Most of the R dependencies are listed in the `DESCRIPTION` file, and should install automatically.

We suggest installing the [```tidyverse```][1] meta-package (and use it, you'll not regret it) and [```devtools```][2]:

Expand Down

0 comments on commit 8003b07

Please sign in to comment.