Skip to content

envir

Manage R Environments Better

v0.3.0 · Apr 19, 2024 · GPL-3

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

Downloads

894

Last 30 days

4063rd

2.4K

Last 90 days

9K

Last year

Trend: +10% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (1)

suggests

Dependency Network

Dependencies Reverse dependencies guildai envir

Version History

new 0.3.0 Mar 10, 2026
updated 0.3.0 ← 0.2.2 diff Apr 18, 2024
updated 0.2.2 ← 0.2.1 diff Sep 21, 2022
updated 0.2.1 ← 0.2.0 diff Sep 19, 2021
updated 0.2.0 ← 0.1.0 diff Feb 26, 2021
new 0.1.0 Nov 25, 2020