import: An Import Mechanism for R

This is an alternative mechanism for importing objects from packages. The syntax allows for importing multiple objects from a package with a single command in an expressive way. The import package bridges some of the gap between using library (or require) and direct (single-object) imports. Furthermore the imported objects are not placed in the current environment. It is also possible to import objects from stand-alone .R files. For more information, refer to the package vignette.

Version: 1.1.0
Suggests: knitr
Published: 2015-06-22
Author: Stefan Milton Bache
Maintainer: Stefan Milton Bache <stefan at stefanbache.dk>
BugReports: https://github.com/smbache/import/issues
License: MIT + file LICENSE
URL: https://github.com/smbache/import
NeedsCompilation: no
Materials: README NEWS
CRAN checks: import results

Downloads:

Reference manual: import.pdf
Vignettes: import
Package source: import_1.1.0.tar.gz
Windows binaries: r-devel: import_1.1.0.zip, r-release: import_1.1.0.zip, r-oldrel: import_1.1.0.zip
macOS binaries: r-release: import_1.1.0.tgz, r-oldrel: import_1.1.0.tgz
Old sources: import archive

Reverse dependencies:

Reverse imports: bioCancer, iemisc, radiant, radiant.basics, radiant.data, radiant.design, radiant.model, radiant.multivariate
Reverse suggests: pspline.inference, tibble, wrswoR

Linking:

Please use the canonical form https://CRAN.R-project.org/package=import to link to this page.