Package: envir Title: Manage R Environments Better Version: 0.3.0 Authors@R: person(given = "Tomasz", family = "Kalinowski", role = c("aut", "cre"), email = "kalinowskit@gmail.com") Description: 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(). License: GPL-3 URL: https://t-kalinowski.github.io/envir/ BugReports: https://github.com/t-kalinowski/envir/issues Encoding: UTF-8 RoxygenNote: 7.3.1 Roxygen: list(markdown = TRUE) Repository: https://t-kalinowski.r-universe.dev Date/Publication: 2024-04-19 12:52:51 UTC RemoteUrl: https://github.com/t-kalinowski/envir RemoteRef: HEAD RemoteSha: 726015b3c802bd3ea9b55bc86153bdf643ab8bcb NeedsCompilation: no Packaged: 2026-06-10 09:03:41 UTC; root Author: Tomasz Kalinowski [aut, cre] Maintainer: Tomasz Kalinowski