origin: Explicitly Qualifying Namespaces by Automatically Adding 'pkg::' to Functions (original) (raw)

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.

Version: 1.2.0
Depends: R (≥ 2.10)
Imports: cli, rstudioapi, stats, utils
Suggests: data.table, dplyr, knitr, purrr, rmarkdown, testthat
Published: 2024-11-24
DOI: 10.32614/CRAN.package.origin
Author: Matthias Nistler [aut, cre]
Maintainer: Matthias Nistler <m_nistler at web.de>
BugReports: https://github.com/mnist91/origin/issues
License: MIT + file
URL: https://github.com/mnist91/origin
NeedsCompilation: no
Materials: README, NEWS
CRAN checks: origin results

Documentation:

Downloads:

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=originto link to this page.