-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 970 Bytes
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 970 Bytes
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
Package: globals
Version: 0.19.1-9000
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="henrikb@braju.com"),
person("Davis","Vaughan", role="ctb",
email="davis@posit.co"))
Description: Identifies global ("unknown" or "free") objects in R expressions
by code inspection using various strategies (ordered, liberal,
conservative, or deep-first search). 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
Language: en-US
Encoding: UTF-8
URL: https://globals.futureverse.org, https://github.com/futureverse/globals
BugReports: https://github.com/futureverse/globals/issues
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)