contrib/r
Tim Biermann d7356d9b51
r: 4.3.3 -> 4.4.0
2024-04-25 18:16:57 +02:00
..
.footprint r: 4.3.3 -> 4.4.0 2024-04-25 18:16:57 +02:00
.signature r: 4.3.3 -> 4.4.0 2024-04-25 18:16:57 +02:00
Pkgfile r: 4.3.3 -> 4.4.0 2024-04-25 18:16:57 +02:00
R-3.4.1-parallel.patch
R-3.6.2-no-LDFLAGS-in-libR-pkg-config.patch
R.conf
README.md
r.desktop
r.png

README.md

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)
..