Rblp / Rblpapi

R package interfacing the Bloomberg API from https://www.bloomberglabs.com/api/
Other
167 stars 75 forks source link

No longer enforce staged install #373

Closed eddelbuettel closed 1 year ago

eddelbuettel commented 1 year ago

CRAN came knocking because our package is one of the remaining ones (the other is, <cough, cough> mine too ...) requiring to set StagedInstall: no in DESCRIPTION. This goes way back to when @jeroen helped us get to the package CRAN-ready and has to do with the fact that we (at the time) opted for absolute paths via @rpath instructions to the dynamic linker.

Well turns out relative ones work too, and @kalibera was of excellent assistance here so this now works. I also sent it to RHub's macOS test instance (that use the CRAN setup, not the one using brew) and it passed too. This needed changes to no longer Suggests: on the now-departed fts package, I will send those in subsequent PR.

eddelbuettel commented 1 year ago

Now rebased, my bad for not having refreshed initially with a pull from the repo.