-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.34 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.34 KB
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
42
43
44
45
46
47
48
49
Package: svTidy
Type: Package
Version: 0.2.1
Title: 'SciViews::R' - Tidy Functions
Description: SciViews equivalent functions of 'dplyr' and 'tidyr', but faster
and using a standard evaluation of arguments or formulas.
Authors@R: c(
person("Philippe", "Grosjean", role = c("aut", "cre"),
email = "phgrosjean@sciviews.org",
comment = c(ORCID = "0000-0002-2694-9471")))
Maintainer: Philippe Grosjean <phgrosjean@sciviews.org>
Depends:
R (>= 4.2.0)
Imports:
cli (>= 3.6.4),
collapse (>= 2.0.12),
data.table (>= 1.15.4),
data.trame (>= 0.9.0),
dplyr (>= 1.1.4),
rlang (>= 1.1.1),
svBase (>= 1.7.4),
svMisc (>= 1.6.0),
tibble (>= 3.2.1),
tidyr (>= 1.3.0),
tidyselect(>= 1.2.1),
utils (>= 4.2.0)
Suggests:
babynames(>= 1.0.1),
bench (>= 1.1.4),
dtplyr (>= 1.3.1),
covr (>= 3.5.0),
knitr (>= 1.42),
rmarkdown (>= 2.21),
spelling (>= 2.2.1),
testthat (>= 3.0.0)
Remotes:
SciViews/data.trame,
SciViews/svBase,
SciViews/svMisc
License: MIT + file LICENSE
URL: https://github.com/SciViews/svTidy, https://www.sciviews.org/svTidy/, https://sciviews.r-universe.dev/svTidy
BugReports: https://github.com/SciViews/svTidy/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
ByteCompile: yes
Config/testthat/edition: 3