envnames 0.4.0 (26-Dec-2018)
Major changes
- The Empty environment is now listed in the address-name lookup table
created by get_env_names()and thus retrieved by theenvironment_name()function.
 
- User environments defined in packages are now found (as long as they
are exported), including environments nested in other user environments.
In the previous release, only user environments defined in the global
environment (or nested within other user environments) were found.
Minor changes
- The locationaddresscolumn of the address-name lookup
table created byget_env_names()is now filled with the
address of thelocationenvironment where user-defined
environments live (instead of being equal toNAin those
cases).
 
- When setting the envirparameter of theobj_find()function to a non-NULLvalue, thatenvirenvironment is shown in the name of the environments
where the searched object is found.
Bug fixes
- Solved the problem of not finding user environments when their
parent environment is the Empty environment.
Internal
- Created a (visible) environment in the package
(testenv) used to test package functionalities related to
finding environments defined in packages.
envnames 0.3.0 (22-Jul-2018)
Initial submission to CRAN.