Package: import
Type: Package
Title: An Import Mechanism for R
Version: 1.3.2
Authors@R:
    c(person(given = "Stefan Milton",
             family = "Bache",
             role = c("aut"),
             email = "stefan@stefanbache.dk"),
      person(given = "Magnus Thor",
             family = "Torfason",
             role = c("aut", "cre"),
             email = "m@zulutime.net"))
Description: Alternative mechanism for importing objects from packages
    and R modules. The syntax allows for importing multiple objects 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.
License: MIT + file LICENSE
ByteCompile: TRUE
URL: https://github.com/rticulate/import
BugReports: https://github.com/rticulate/import/issues
Suggests:
    knitr,
    rmarkdown,
    magrittr,
    testthat
Language: en-US
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8
