- Sort exported values by their names
- Aliases cannot be created if package is not attached.
- Only exported objects can be extracted from aliases.
- Extracting a missing object from an alias causes error. The previous version
returned
NULL
. %as%
andimportas()
functions constructimportas
class object(s) and assign them to alias(es), whereas they returnNULL
. Theimportas
class object is a listNULL
s whose names are the names of exported objects from a package.
- A print method for the
improtas
class object lists all the exported objects from a package. package
function provides more R-like syntax (e.g.,gg = package(ggplot2)
).
- No longer depends on purrr
- Use GitHub Actions for CI instead of TravisCI and appveyor
First release to provide the importas()
function and the %as%
infix operator.