Displaying 1 result from an estimated 1 matches for "suppressforeigncheck".
2024 Mar 06
1
Never exporting .__global__ and .__suppressForeign__?
...times, package authors who use both exportPattern('.') and
utils::globalVariables(...) get confusing WARNINGs about undocumented
exports:
https://stat.ethz.ch/pipermail/r-package-devel/2024q1/010531.html
I would like to suggest adding the variables used by
utils::globalVariables and utils::suppressForeignCheck to the list of
things that should never be exported:
Index: src/library/base/R/namespace.R
===================================================================
--- src/library/base/R/namespace.R (revision 86054)
+++ src/library/base/R/namespace.R (working copy)
@@ -806,7 +806,8 @@
if (leng...