# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "origin" in publications use:' type: software license: MIT title: 'origin: Explicitly Qualifying Namespaces by Automatically Adding ''pkg::'' to Functions' version: 1.2.0 doi: 10.32614/CRAN.package.origin abstract: 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. authors: - family-names: Nistler given-names: Matthias email: m_nistler@web.de repository: https://CRAN.R-project.org/package=origin repository-code: https://github.com/mnist91/origin url: https://github.com/mnist91/origin date-released: '2024-11-24' contact: - family-names: Nistler given-names: Matthias email: m_nistler@web.de