# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "envir" in publications use:' type: software license: GPL-3.0-only title: 'envir: Manage R Environments Better' version: 0.3.0 doi: 10.32614/CRAN.package.envir abstract: 'Provides a small set of functions for managing R environments, with defaults designed to encourage usage patterns that scale well to larger code bases. It provides: import_from(), a flexible way to assign bindings that defaults to the current environment; include(), a vectorized alternative to base::source() that also default to the current environment; and attach_eval() and attach_source(), a way to evaluate expressions in attached environments. Together, these (and other) functions pair to provide a robust alternative to base::library() and base::source().' authors: - family-names: Kalinowski given-names: Tomasz email: kalinowskit@gmail.com repository: https://t-kalinowski.r-universe.dev repository-code: https://github.com/t-kalinowski/envir commit: 726015b3c802bd3ea9b55bc86153bdf643ab8bcb url: https://t-kalinowski.github.io/envir/ contact: - family-names: Kalinowski given-names: Tomasz email: kalinowskit@gmail.com