В 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
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
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
> 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