Skip to content

envnames

Keep Track of User-Defined Environment Names

v0.4.1 · Dec 7, 2020 · GPL

Description

Set of functions to keep track and find objects in user-defined environments by identifying environments by name --which cannot be retrieved with the built-in function environmentName(). The package also provides functionality to obtain simplified information about function calling chains and to get an object's memory address.

Downloads

CRAN

282

Last 30 days

14268th

827

Last 90 days

3K

Last year

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

r2u CRAN

40

Last 30 days

121

Last 90 days

421

Last year

Trend: -18.4% (30d vs prior 30d)

CRAN Check Status

2 NOTE
11 OK
Show all 13 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc 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 details (2 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Daniel Mastropietro <mastropi@uwalumni.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Daniel",
                    family = "Mastropietro",
                    role = c("aut", "cre"),
                    email = "mastropi@uwalumni.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Daniel Mastropietro <mastropi@uwalumni.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Daniel",
                    family = "Mastropietro",
                    role = c("aut", "cre"),
                    email = "mastropi@uwalumni.com")
as necessary.

Check History

NOTE 11 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE May 9, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Daniel Mastropietro <mastropi@uwalumni.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Daniel",
                    family = "Mastropietro",
                    role = c("aut", "cre"),
                    email = "mastropi@uwalumni.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Daniel Mastropietro <mastropi@uwalumni.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Daniel",
                    family = "Mastropietro",
                    role = c("aut", "cre"),
                    email = "mastropi@uwalumni.com")
as necessary.
ERROR 10 OK · 2 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE May 3, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Daniel Mastropietro <mastropi@uwalumni.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Daniel",
                    family = "Mastropietro",
                    role = c("aut", "cre"),
                    email = "mastropi@uwalumni.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Daniel Mastropietro <mastropi@uwalumni.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Daniel",
                    family = "Mastropietro",
                    role = c("aut", "cre"),
                    email = "mastropi@uwalumni.com")
as necessary.
ERROR r-devel-windows-x86_64

examples

Running examples in 'envnames-Ex.R' failed
The error most likely occurred in:

> ### Name: envnames-package
> ### Title: Track user-defined environment names
> ### Aliases: envnames-package envnames
> ### Keywords: package environment
> 
> ### ** Exa
...[truncated]...
 environment_name(env11, envir=env_of_envs)   # "env11"
Error in as.data.frame.vector(x, ..., nm = nm) : 
  row names contain missing values
Calls: environment_name ... as.data.frame -> as.data.frame.character -> as.data.frame.vector
Execution halted
NOTE 12 OK · 2 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Daniel Mastropietro <mastropi@uwalumni.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Daniel",
                    family = "Mastropietro",
                    role = c("aut", "cre"),
                    email = "mastropi@uwalumni.com")
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Daniel Mastropietro <mastropi@uwalumni.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Daniel",
                    family = "Mastropietro",
                    role = c("aut", "cre"),
                    email = "mastropi@uwalumni.com")
as necessary.

Reverse Dependencies (1)

imports

Dependency Network

Dependencies Reverse dependencies envsetup envnames

Version History

4 tracked
new 0.4.1 Mar 10, 2026
updated 0.4.1 ← 0.4.0 diff Dec 7, 2020
updated 0.4.0 ← 0.3.0 diff Jan 3, 2019
new 0.3.0 Jul 21, 2018