Skip to content
Prev 4943 / 12125 Next

[R-pkg-devel] Optional library dependencies for compiled code

Complex system dependencies are not cleanly handled by the R packaging system, but Suggesting other packages is. You could create or re-use an existing package for each external dependency and possibly even let the user specify which one they want to your dependent package the way DBI handles database drivers. This gives you a clean isolated system dependency for each "compression driver" that you can handle with configure to be slick or force the user to address the system dependency with a simple external call.
On January 29, 2020 7:30:25 AM PST, Dirk Eddelbuettel <edd at debian.org> wrote: