ThinkR-open / checkhelper

A package to help deal with devtools::check outputs
https://thinkr-open.github.io/checkhelper/
Other
34 stars 4 forks source link

find_missing_tags export all function to user Environnement #77

Open VincentGuyader opened 1 year ago

VincentGuyader commented 1 year ago

the


  on.exit(getFromNamespace("roxy_meta_set", "roxygen2")("env", NULL),
    add = TRUE
  )

which seems to be here to avoid this doesn't seems to work.

a non exported function is exported after find_missing_tags()