Package: import
Type: Package
Title: An Import Mechanism for R
Version: 1.3.3
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://rticulate.github.io/import/,
        https://github.com/rticulate/import
BugReports: https://github.com/rticulate/import/issues
Suggests: knitr, rmarkdown, magrittr, testthat
Language: en-US
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2025-10-11 09:34:45 UTC; magnus
Author: Stefan Milton Bache [aut],
  Magnus Thor Torfason [aut, cre]
Maintainer: Magnus Thor Torfason <m@zulutime.net>
Repository: CRAN
Date/Publication: 2025-10-11 10:10:02 UTC
Built: R 4.6.0; ; 2025-10-14 00:56:22 UTC; windows
