Explicitly Qualifying Namespaces by Automatically Adding 'pkg::' to Functions
Check which packages are actually used in a project
Get All Exported Functions From a Package
Find All User Defined functions in the Project
Get Packages from the DESCRIPTION file
origin: Explicitly Qualifying Namespaces by Automatically Adding 'pkg:...
Originize a complete directory
Originize a specific file
Originize a Package Project
Wrapper function to be used as an RStudio addin
Print the summary of check_pkg_usage
Automatically adding 'pkg::' to a function, i.e. mutate() becomes dplyr::mutate(). It is up to the user to determine which packages should be used explicitly, whether to include base R packages or use the functionality on selected text, a file, or a complete directory. User friendly logging is provided in the 'RStudio' Markers pane. Lives in the spirit of 'lintr' and 'styler'. Can also be used for checking which packages are actually used in a project.