Re: [R-pkg-devel] automated testing for an SSH tunneling package?

2016-09-16 Thread Jonathan Lisic
I don’t think there is any specific requirement for automated tests on CRAN; there is also no requirement on CRAN to have a windows version. The current https://cran.r-project.org/web/packages/ssh.utils/index.html package certainly does not. That being said, I’m always a fan of inclusion, and

Re: [R-pkg-devel] R_CStackLimit and OpenMP for CRAN Packages

2016-08-03 Thread Jonathan Lisic
After about a three hour slog through my code I was able to track down and eliminate any non-essential function calls. The function call removal significantly decreased the stack size, removing the requirement for R_CStackLimit bound to be changed. Thanks, Jonathan Lisic > On Aug 3, 2

[R-pkg-devel] R_CStackLimit and OpenMP for CRAN Packages

2016-08-03 Thread Jonathan Lisic
performance loss and disable OpenMP? Here is a link to my package: https://github.com/jlisic/rasterKernelEstimates <https://github.com/jlisic/rasterKernelEstimates> Thanks, Jonathan Lisic [[alternative HTML version deleted]] __ R-package-d