-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
24 lines (24 loc) · 926 Bytes
/
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
Package: globals
Version: 0.16.3
Depends:
R (>= 3.1.2)
Imports:
codetools
Title: Identify Global Objects in R Expressions
Authors@R: c(
person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email="[email protected]"),
person("Davis","Vaughan", role="ctb",
email="[email protected]"))
Description: Identifies global ("unknown" or "free") objects in R expressions
by code inspection using various strategies (ordered, liberal, or
conservative). The objective of this package is to make it as simple as
possible to identify global objects for the purpose of exporting them in
parallel, distributed compute environments.
License: LGPL (>= 2.1)
LazyLoad: TRUE
ByteCompile: TRUE
URL: https://globals.futureverse.org, https://github.com/HenrikBengtsson/globals
BugReports: https://github.com/HenrikBengtsson/globals/issues
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)