contrib/r
2023-01-03 13:35:52 +00:00
..
.footprint r: a few changes to the build process 2023-01-03 13:35:52 +00:00
.signature r: a few changes to the build process 2023-01-03 13:35:52 +00:00
Pkgfile r: a few changes to the build process 2023-01-03 13:35:52 +00:00
R-3.4.1-parallel.patch
R-3.4.1-rmath-shared.patch
R-3.6.2-no-LDFLAGS-in-libR-pkg-config.patch
R-4.2.2-browser-pdf-prefs.patch r: a few changes to the build process 2023-01-03 13:35:52 +00:00
R-4.2.2-isspace-without-readline.patch r: a few changes to the build process 2023-01-03 13:35:52 +00:00
R-4.2.2-parallel-rmath-h-install.patch r: a few changes to the build process 2023-01-03 13:35:52 +00:00
R.conf
r.desktop
r.png
README.md r: a few changes to the build process 2023-01-03 13:35:52 +00:00

R

In case installing additional libraries fails

In my experience, for some reason, certain libraries try to link to an outdated version of certain other system libraries.

Consider rebuilding all libraries from within a running R session.

$ r
> update.packages(checkBuilt = TRUE, ask = FALSE)
..