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.7)envir_0.3.0.zip(r-4.6)envir_0.3.0.zip(r-4.5)
envir_0.3.0.tgz(r-4.6-any)envir_0.3.0.tgz(r-4.5-any)
envir_0.3.0.tar.gz(r-4.7-any)envir_0.3.0.tar.gz(r-4.6-any)
envir_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
envir/json (API)
NEWS

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

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

Pkgdown/docs site:https://t-kalinowski.github.io

On CRAN:

Conda:

4.32 score 16 stars 26 scripts 780 downloads 4 exports 0 dependencies

Last updated from:726015b3c8. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK82
source / vignettesOK134
linux-release-x86_64OK93
macos-release-arm64OK95
macos-oldrel-arm64OK68
windows-develOK66
windows-releaseOK71
windows-oldrelOK53
wasm-releaseOK86

Exports:attach_evalattach_sourceimport_frominclude

Dependencies: