We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
─ checking R code for possible problems ... [27s/15s] NOTE (14.7s) Found the following possibly unsafe calls: File ‘reproducible/R/messages.R’: assignInNamespace(ns = ns, ".messagePreProcessIndent", paste0(.messagePreProcessIndent, val)) assignInNamespace(ns = ns, ".messagePreProcessIndent", gsub(paste0(val, "$"), "", .messagePreProcessIndent)) assignInNamespace(ns = "reproducible", ".messagePreProcessIndent", gsub(paste0(val, "$"), "", .messagePreProcessIndent))
Per the documentaiton:
They should not be used in production code (except perhaps assignInMyNamespace, but see the ‘Note’).
The text was updated successfully, but these errors were encountered:
modsForLargeArchives
move all internal .messages to an internal environment
19a20b7
allow updating (i.e., needed for `.message$PreProcessIndent`) without using `assignInNamespace`, which cannot be used in packages (#382)
this should be resolved 19a20b7, which adds a new internal package environment to store all internal messages and message-generating functions.
Sorry, something went wrong.
Thanks @achubaty. This looks great.
No branches or pull requests
Per the documentaiton:
The text was updated successfully, but these errors were encountered: