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