Type: Package
Package: origin
Title: Explicitly Qualifying Namespaces by Automatically Adding 'pkg::'
        to Functions
Version: 0.5.3
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'.
License: MIT + file LICENSE
URL: https://github.com/mnist91/origin
BugReports: https://github.com/mnist91/origin/issues
Depends: R (>= 2.10)
Imports: rstudioapi
Suggests: data.table, dplyr, knitr, rmarkdown, testthat
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-09-21 17:37:26 UTC; matthiasnistler
Repository: CRAN
Date/Publication: 2021-09-22 09:10:05 UTC
Built: R 4.0.2; ; 2021-09-23 10:26:21 UTC; unix
