Re: [R-pkg-devel] Suppress R pop up message when using package OpenCL

2022-12-22 Thread Ivan Krylov
(Sorry about the previous message.) В Thu, 22 Dec 2022 10:10:42 +0100 Quirin Stier пишет: > Any ideas how to get rid of the message popping up? You seem to be right that it's a package development question. Currently, as long as there's a non-empty build log, OpenCL will show it using R_ShowMes

[R-pkg-devel] Suppress R pop up message when using package OpenCL

2022-12-22 Thread Quirin Stier
Hi everyone, when using package OpenCL and using function OpenCL::oclSimpleKernel(...) to create a kernel function, a pop up message is created. This cannot be suppressed with suppressMessages(). Any ideas how to get rid of the message popping up? Best regards, Quirin _

[R-pkg-devel] Svar: warning about object name and object not being used

2022-12-22 Thread Kristian Hovde Liland
Hi Sanjeev, I do not think that R cares what name your data file has, only what name the object inside has. In your case you are documenting sample_chr21_vcf while R sees the object inside, vcf_data. In other words, you have documented something that is not included and not documented something