search for: __suppressforeign__

Displaying 1 result from an estimated 1 matches for "__suppressforeign__".

2024 Mar 06
1
Never exporting .__global__ and .__suppressForeign__?
...irst.lib", ".onLoad", - ".onAttach", ".conflicts.OK", ".noGenerics") + ".onAttach", ".conflicts.OK", ".noGenerics", + ".__global__", ".__suppressForeign__") exports <- exports[! exports %in% stoplist] } if(lev > 2L) message("--- processing exports for ", dQuote(package)) (Indeed, R CMD check is very careful to only access these variables using the interface functions in the utils package, so there doesn...