Significant Changes

  • Merge locate_object() into a new find_object() function.

  • Now environment_name() returns "package:base" for baseenv() to distinguish it from "base" returned for getNamespace("base"). baseenv() is the same as pos.to.env(grep("package:base", search())).

New Features

Documentation

  • Add a package vignette explaining how objects are located when R evaluates a call to a function part of a package namespace.

New Features

Bug Fixes

New Features

Bug Fixes