Hi all,
All R production code in our org should have explicitly namespaced functions. Is there a library or R function call that could be used in a CI/CD step, to check this in R code?
Thanks in advance,
JW
Hi all,
All R production code in our org should have explicitly namespaced functions. Is there a library or R function call that could be used in a CI/CD step, to check this in R code?
Thanks in advance,
JW
I'm not aware of any out of the box ready solution for that.
However, I suspect it may be possible by starting with the lintr package, and writing a custom rule
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.