-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
31 lines (31 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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://import.rticulate.org/, 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