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

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

[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