Displaying 1 result from an estimated 1 matches for "2024q1".
Did you mean:
20241
2024 Mar 06
1
Never exporting .__global__ and .__suppressForeign__?
...ad in
R-devel. This is one of the ways we can prevent similar problems from
happening in the future.)
Sometimes, 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/ba...