Re: [R-pkg-devel] OpenCL Headers in R packages

2025-08-22 Thread Ivan Krylov via R-package-devel
В Fri, 22 Aug 2025 16:05:31 +0200 quirin stier пишет: > Hi everyone, > > building an R package following the work of Simon Urbanek > (https://github.com/s-u/OpenCL and > https://cran.r-project.org/web/packages/OpenCL/index.html) still > yields the error from CRAN about environmental variables

Re: [R-pkg-devel] Issue with use of par() in package

2025-08-22 Thread Jan van der Laan
Thanks Micheal and Martin, I have contacted the people from CRAN, and they have let me know that in this case it is indeed reasonable to set par and not set it back. I will also think about Martins suggestion. Currently I return an other object, but I might be able to add the old par-values t

[R-pkg-devel] OpenCL Headers in R packages

2025-08-22 Thread quirin stier
Hi everyone, building an R package following the work of Simon Urbanek (https://github.com/s-u/OpenCL and https://cran.r-project.org/web/packages/OpenCL/index.html) still yields the error from CRAN about environmental variables required for linking. Could you please tell me more about the pr

Re: [R-pkg-devel] Issue with use of par() in package

2025-08-22 Thread Martin Maechler
> Michael Chirico > on Thu, 21 Aug 2025 12:56:41 -0700 writes: > I can understand caution about functions with side effects, but rejecting a > package on those grounds alone seems strange to me. > I can easily find thousands of calls to par() on CRAN without any > as