Package: import Type: Package Title: An Import Mechanism for R Version: 1.3.4 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 Repository: https://rticulate.r-universe.dev Date/Publication: 2025-10-20 09:12:09 UTC RemoteUrl: https://github.com/rticulate/import RemoteRef: HEAD RemoteSha: 59b12744996963681112951916546d7ce9c1bc4d NeedsCompilation: no Packaged: 2026-06-17 09:21:29 UTC; root Author: Stefan Milton Bache [aut], Magnus Thor Torfason [aut, cre] Maintainer: Magnus Thor Torfason