Re: [R-pkg-devel] Possible bug report/false positive

2022-01-06 Thread Igor L
Ivan, Declaring the variables inside the function solved the problem (protocolo <- X1 <- X2 <- ... X21 <- NULL). Thanks for the help and suggestions for improving the code. Best Regards, Igor Em qui., 6 de jan. de 2022 às 11:37, Ivan Krylov escreveu: > On Wed, 5 Jan 2022 17:15:20 -0300 > Igor L

Re: [R-pkg-devel] Possible bug report/false positive

2022-01-06 Thread Ivan Krylov
On Wed, 5 Jan 2022 17:15:20 -0300 Igor L wrote: > Found the platform-specific device: >'X11' > how to solve it? One of the tricks that work (in the sense that calls to functions using non-standard evaluation don't result in warnings about "Undefined global functions or variables") is to d