Type: Package
Package: origin
Title: Explicitly Qualifying Namespaces by Automatically Adding 'pkg::'
        to Functions
Version: 1.1.2
Author: Matthias Nistler
Maintainer: Matthias Nistler <m_nistler@web.de>
Description: 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.
License: MIT + file LICENSE
URL: https://github.com/mnist91/origin
BugReports: https://github.com/mnist91/origin/issues
Depends: R (>= 2.10)
Imports: cli, rstudioapi, stats, utils
Suggests: data.table, dplyr, knitr, purrr, rmarkdown, testthat
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.1
NeedsCompilation: no
Packaged: 2024-04-21 15:25:41 UTC; matthiasnistler
Repository: CRAN
Date/Publication: 2024-04-21 15:42:32 UTC
