#rstats devs: How do you deal with an "Undefined global functions or variables:" warning in CMD check from functions defined in a python script and imported with reticulate::source_python()? (Prepping a package for CRAN is so tedious😑)
2
2
2
Replying to @LisaDeBruine
You can probably use the standard trick one uses in other circumstance (i.e. @Rdatatable columns names flagged as unknown globals): `tools::globalVariables(c("This", "And", "That"))` #rstats

May 11, 2022 · 8:34 PM UTC

2
4