[Rd] Using R to wrap NREL's SSC library

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Tue Nov 9 17:56:34 CET 2021


Sorry, this discussion is better continued at
https://stat.ethz.ch/mailman/listinfo/r-package-devel.

On Tue, 09 Nov 2021 16:19:13 +0000
Ezra Tucker <ezra using landtucker.com> wrote:

> PKG_LIBS=-L/opt/SAM/2020.11.29/linux_64

There's no good answer, but search "Writing R Extensions" for "rpath"
for potential ways of solving this problem: you'll need to specify the
runtime dynamic library path in addition to the link-time library path.

-- 
Best regards,
Ivan



More information about the R-devel mailing list