Re: [R-pkg-devel] submitting two packages simultaneously

2020-11-27 Thread Dirk Eddelbuettel
On 27 November 2020 at 11:18, jérémy Gelb wrote: | I plan to submit a package I created called spNetwork. The package | uses both Rcpp and parallelization to ensure reasonable calculation | time. However, it is currently not possible to pass a compiled | function to a child process. The recommend

Re: [R-pkg-devel] submitting two packages simultaneously

2020-11-27 Thread Iñaki Ucar
On Fri, 27 Nov 2020 at 17:20, jérémy Gelb wrote: > > Dear All, > > I plan to submit a package I created called spNetwork. The package > uses both Rcpp and parallelization to ensure reasonable calculation > time. However, it is currently not possible to pass a compiled > function to a child process

[R-pkg-devel] submitting two packages simultaneously

2020-11-27 Thread jérémy Gelb
Dear All, I plan to submit a package I created called spNetwork. The package uses both Rcpp and parallelization to ensure reasonable calculation time. However, it is currently not possible to pass a compiled function to a child process. The recommended workaround is to store compiled functions in

Re: [R-pkg-devel] Rglpk on Linux

2020-11-27 Thread Dirk Eddelbuettel
On 27 November 2020 at 12:05, Benjamin Becker wrote: | I want to add 'Rglpk' as a dependency to a package. On windows and MacOS | everything works fine, but there seem to be installation issues with the | underlying optimization software 'GLPK' on Linux systems. The problem | occurs when testi

Re: [R-pkg-devel] Rglpk on Linux

2020-11-27 Thread Gábor Csárdi
Hi, on R-hub's Linux builders it is automatically installed if needed, except that it wasn't on Fedora, because of a bug. Please try again, and if it does not work report an issue on R-hub. On Travis, you'll need to install the required packages yourself in the `.travis.yml` file. On CRAN's mach

[R-pkg-devel] Rglpk on Linux

2020-11-27 Thread Benjamin Becker
Dear R developer list, I want to add 'Rglpk' as a dependency to a package. On windows and MacOS everything works fine, but there seem to be installation issues with the underlying optimization software 'GLPK' on Linux systems. The problem occurs when testing on Rhub and on Travis (I don't have