The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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

Version: 0.3.0
Published: 2024-04-19
Author: Tomasz Kalinowski [aut, cre]
Maintainer: Tomasz Kalinowski <kalinowskit at gmail.com>
BugReports: https://github.com/t-kalinowski/envir/issues
License: GPL-3
URL: https://t-kalinowski.github.io/envir/
NeedsCompilation: no
Materials: README NEWS
CRAN checks: envir results

Documentation:

Reference manual: envir.pdf

Downloads:

Package source: envir_0.3.0.tar.gz
Windows binaries: r-devel: envir_0.3.0.zip, r-release: envir_0.3.0.zip, r-oldrel: envir_0.3.0.zip
macOS binaries: r-release (arm64): envir_0.3.0.tgz, r-oldrel (arm64): envir_0.3.0.tgz, r-release (x86_64): envir_0.3.0.tgz, r-oldrel (x86_64): envir_0.3.0.tgz
Old sources: envir archive

Reverse dependencies:

Reverse suggests: guildai

Linking:

Please use the canonical form https://CRAN.R-project.org/package=envir to link to this page.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.