-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.33 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
32
33
34
35
36
37
38
39
40
41
Package: svFlow
Type: Package
Version: 1.2.1
Title: Data Analysis Work Flow and Pipeline Operator for 'SciViews::R'
Description: Data work flow analysis using 'proto' objects and pipe operator
that integrates non-standard evaluation and the 'lazyeval' mechanism.
Authors@R: c(
person("Philippe", "Grosjean", role = c("aut", "cre"),
email = "phgrosjean@sciviews.org",
comment = c(ORCID = "0000-0002-2694-9471")),
person("Louis", "Kates", role = "ctb",
comment = "Author of 'proto' package, whose 'svFlow' is derived"),
person("Thomas", "Petzoldt", role = "ctb",
comment = "Author of 'proto' package, whose 'svFlow' is derived"))
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
Depends: R (>= 4.2.0)
Imports:
graphics (>= 4.2.0),
igraph (>= 1.4.2),
proto (>= 1.0.0),
rlang (>= 0.2.0),
utils (>= 4.2.0)
Suggests:
datasets (>= 4.2.0),
dplyr (>= 1.1.4),
microbenchmark (>= 1.4.9),
knitr (>= 1.42),
rmarkdown (>= 2.21),
spelling (>= 2.2.1),
testthat (>= 3.0.0),
lintr (>= 3.0.2)
License: MIT + file LICENSE
URL: https://github.com/SciViews/svFlow, https://www.sciviews.org/SciViews-R/
BugReports: https://github.com/SciViews/svFlow/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
ByteCompile: yes
Config/testthat/edition: 3