CRAN/E | envir

envir

Manage R Environments Better

Installation

About

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().

t-kalinowski.github.io/envir/
Bug report File report

Key Metrics

Version 0.3.0
Published 2024-04-19 151 days ago
Needs compilation? no
License GPL-3
CRAN checks envir results

Downloads

Yesterday 8 0%
Last 7 days 164 0%
Last 30 days 910 -9%
Last 90 days 2.455 +20%
Last 365 days 6.838 +28%

Maintainer

Maintainer

Tomasz Kalinowski

Authors

Tomasz Kalinowski

aut / cre

Material

README
NEWS
Reference manual
Package source

macOS

r-prerel

arm64

r-release

arm64

r-oldrel

arm64

r-prerel

x86_64

r-release

x86_64

Windows

r-prerel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

envir archive

Reverse Suggests

guildai