r-system-requirements
r-system-requirements copied to clipboard
System requirements for R packages
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
After #151.
They are supported for all distros, but I only added them for Debian and Ubuntu, and I skipped some libraries where it wasn't quite clear which packages are needed at...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade eslint from 8.41.0 to 8.42.0. :information_source: Keep your dependencies up-to-date....
```r ❯ writeLines(remotes::system_requirements("centos", "7", package = "V8")) yum install -y epel-release yum install -y libcurl-devel yum install -y openssl-devel yum install -y v8-devel ``` But on CentOS 7: ``` [root@c5a7e984e6d8...
While trying to load rJava from the Workbench IDE, it complains of missing library. I have already installed the pre-requisite Linux rpms but the issue persists. Can you please suggest?...
Product: RStudio Server Pro Version 1.3.959-1 Operating System: CentOS 7.8 Description When trying to run the attached code, I see an error from invoking rmarkdown:render(), unfortunately Package Manager does not...
It would be great if Debian10 and Debian11 were added as it seems Debian9 was recently removed. #107 Related to r-lib/pak#418
The Cairo R package has an additional dependency on libXt development headers (`libxt-dev` on Ubuntu or `libXt-devel` on CentOS), which isn't declared in the SystemRequirements: https://cran.r-project.org/web/packages/Cairo/index.html Without libXt, Cairo installations...
Could we add in the guidelines to also include MacOS brew support? The package names from there are really straightforward: ``` brew install gdal brew install gsl brew install hdf5...