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
NeedsCompilation: no
Packaged: 2024-04-19 12:54:51 UTC; tomasz
Author: Tomasz Kalinowski [aut, cre]
Maintainer: Tomasz Kalinowski <kalinowskit@gmail.com>
Repository: CRAN
Date/Publication: 2024-04-19 13:22:42 UTC
Built: R 4.5.0; ; 2025-04-01 07:18:01 UTC; unix
