Package: envir 0.3.0

envir: Manage R Environments Better

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:Tomasz Kalinowski [aut, cre]

envir_0.3.0.tar.gz
envir_0.3.0.zip(r-4.5)envir_0.3.0.zip(r-4.4)envir_0.3.0.zip(r-4.3)
envir_0.3.0.tgz(r-4.4-any)envir_0.3.0.tgz(r-4.3-any)
envir_0.3.0.tar.gz(r-4.5-noble)envir_0.3.0.tar.gz(r-4.4-noble)
envir_0.3.0.tgz(r-4.4-emscripten)envir_0.3.0.tgz(r-4.3-emscripten)
envir.pdf |envir.html
envir/json (API)
NEWS

# Install 'envir' in R:
install.packages('envir', repos = c('https://t-kalinowski.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/t-kalinowski/envir/issues

On CRAN:

4 exports 13 stars 1.79 score 0 dependencies 21 scripts 861 downloads

Last updated 5 months agofrom:726015b3c8. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 17 2024
R-4.5-winOKAug 17 2024
R-4.5-linuxOKAug 17 2024
R-4.4-winOKAug 17 2024
R-4.4-macOKAug 17 2024
R-4.3-winOKAug 17 2024
R-4.3-macOKAug 17 2024

Exports:attach_evalattach_sourceimport_frominclude

Dependencies: