-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.21 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
42
43
44
45
46
47
48
49
Package: hySpc.dplyr
Type: Package
Title: Fortify hyperSpec for Use with dplyr
Version: 0.3.0
Maintainer: Claudia Beleites <[email protected]>
Authors@R: c(
person("Claudia", "Beleites", role = c("aut","cre"), email = "[email protected]"),
person("Erick", "Oduniyi", role = "aut"),
person("Vilmantas", "Gegzna", role = "aut"),
person("Bryan A.", "Hanson", role = "aut")
)
Description:
dplyr functions like select, filter etc. are provided for hyperSpec objects.
This allows smoother integration of hyperSpec into the tidyverse and also smoother working with pipes (magrittr).
License: MIT + file LICENSE
Encoding: UTF-8
LazyLoad: yes
LazyData: yes
Additional_repositories:
https://r-hyperspec.github.io/pkg-repo/
Depends:
hyperSpec (>= 0.200),
dplyr (>= 1.0.0),
hySpc.chondro,
magrittr
Imports:
testthat,
hySpc.testthat,
methods,
rlang
Suggests:
knitr,
dtplyr,
rmarkdown,
covr
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
Collate:
'unittest.R'
'between.R'
'filter.R'
'hySpc.dplyr-package.R'
'setLabels.R'
'mutate.R'
'rename.R'
'select.R'
'slice.R'
'transmute.R'