Skip to content
Prev 5188 / 12125 Next

[R-pkg-devel] packaging biosig for R

I suspect the question in this case depends on the availability of 
libbiosig.  If CRAN test machines don't have that and its source isn't 
included in the R package, then it will fail on initial install.  CRAN 
doesn't have a lot of resources to install difficult libraries; I have 
no idea if that applies in this case.

I believe the most robust way to handle this sort of package is to have 
a configure script that looks for the lib on the installing machine, and 
uses that copy if found, otherwise compiles it from source.

Duncan Murdoch
On 15/03/2020 3:41 p.m., Jeff Newmiller wrote: