[R-pkg-team] Bug in r-base and r-cran-rcppparallel
Johannes Ranke
johannes.ranke at jrwb.de
Thu Feb 11 08:26:48 GMT 2021
Am Mittwoch, 10. Februar 2021, 18:55:57 CET schrieb Bastian Blank:
> Control: clone -1 -2
> Control: reassign -1 r-base 4.0.3-1
> Control: retitle -1 r-base: dyn.load not useful for system libraries
dyn.load is used in base R to load compiled code from R packages. As far as I
understand, system libraries are linked at compile time and generally do not
have to be loaded explicitly.
...
> This are actually two bugs:
> - r-base dyn.load not accepting relative library names on Linux systems
The documentation of dyn.load says that it accepts a path to a dynamic shared
object. Do we need more than that?
Johannes
More information about the R-pkg-team
mailing list