origin: Explicitly Qualifying Namespaces by Automatically Adding 'pkg::' to Functions

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.1.1
Depends: R (≥ 2.10)
Imports: cli, rstudioapi, stats, utils
Suggests: data.table, dplyr, knitr, purrr, rmarkdown, testthat
Published: 2023-09-03
Author: Matthias Nistler
Maintainer: Matthias Nistler <m_nistler at web.de>
BugReports: https://github.com/mnist91/origin/issues
License: MIT + file LICENSE
URL: https://github.com/mnist91/origin
NeedsCompilation: no
Materials: README NEWS
CRAN checks: origin results

Documentation:

Reference manual: origin.pdf
Vignettes: origin

Downloads:

Package source: origin_1.1.1.tar.gz
Windows binaries: r-prerel: origin_1.1.1.zip, r-release: origin_1.1.1.zip, r-oldrel: origin_1.1.1.zip
macOS binaries: r-prerel (arm64): origin_1.1.1.tgz, r-release (arm64): origin_1.1.1.tgz, r-oldrel (arm64): origin_1.1.1.tgz, r-prerel (x86_64): origin_1.1.1.tgz, r-release (x86_64): origin_1.1.1.tgz
Old sources: origin archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=origin to link to this page.