[R-pkg-devel] R-hub PREPERROR on Ubuntu Linux 16.04 LTS, R-release, GCC not on other platforms

2019-11-08 Thread R. Mark Sharp
Should I ignore this problem with regard to going forward with a submission to CRAN? It looks like some CRAN packages that I am dependent on are not available on the Ubuntu Linux 16.04 LTS platform. #> Failed with error: ‘there is no package called ‘shiny’’ #> ERROR: dependency ‘openssl’ is not

Re: [R-pkg-devel] R-hub PREPERROR on Ubuntu Linux 16.04 LTS, R-release, GCC not on other platforms

2019-11-08 Thread Dirk Eddelbuettel
On 8 November 2019 at 10:14, R. Mark Sharp wrote: | Should I ignore this problem with regard to going forward with a submission to CRAN? | | It looks like some CRAN packages that I am dependent on are not available on the Ubuntu Linux 16.04 LTS platform. | | #> Failed with error: ‘there is no

Re: [R-pkg-devel] Set env variables for cmake

2019-11-08 Thread Kevin Ushey
It would help if you shared your source code, so we know what you've tried. Presumably, you need to either export the variables you're setting, or just pass them along when invoking CMake. For example: ENVVAR=1 export ENVVAR cmake <...> or ENVVAR=1 cmake <...> Best, Kevin On T