roxyglobals icon indicating copy to clipboard operation
roxyglobals copied to clipboard

Generate utils::globalVariables() from roxygen tags

Results 5 roxyglobals issues
Sort by recently updated
recently updated
newest added

Currently roxyglobals duplicates globals that are registered in multiple files. I think it would probably be preferred to only keep the first instance of each name.

`roxyglobals::use_roxyglobals()` unconditionally adds itself to `Remotes` and `Suggests` -- this is inconvenient for package developers targeting CRAN. Roxyglobals is only a dev dependency, similar to roxygen2 (which is not in...

Thanks for the package! It's great to be able to automate this part of package development. It seems `roxyglobals` is not on CRAN... do you plan to do that? The...

Would you support a new tag `@globalsAuto` that would inspect the code in the function and automatically add everything to `globalVariables()`?

Thanks for developing this great package! I'm using `@autoglobal` in a package that uses {data.table}. {data.table} syntax allows `list()` to be replaced with `.()`, which is detected by R CMD...