# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "import" in publications use:' type: software license: MIT title: 'import: An Import Mechanism for R' version: 1.3.2 doi: 10.32614/CRAN.package.import abstract: Alternative mechanism for importing objects from packages and R modules. The syntax allows for importing multiple objects with a single command in an expressive way. The import package bridges some of the gap between using library (or require) and direct (single-object) imports. Furthermore the imported objects are not placed in the current environment. authors: - family-names: Bache given-names: Stefan Milton email: stefan@stefanbache.dk - family-names: Torfason given-names: Magnus Thor email: m@zulutime.net repository: https://rticulate.r-universe.dev repository-code: https://github.com/rticulate/import commit: 8649e70a9c8dbbec26504ba4476c3cad857c525d url: https://import.rticulate.org/ contact: - family-names: Torfason given-names: Magnus Thor email: m@zulutime.net