-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1018 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: dplyover
Title: Create columns by applying functions to vectors and/or columns in 'dplyr'
Version: 0.0.8.9002
Authors@R:
person(given = "Tim",
family = "Tiefenbach",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9443-2434"))
Description: Extension of 'dplyr’s functionality that builds a family of functions
around dplyr::across().
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/TimTeaFan/dplyover
BugReports: https://github.com/TimTeaFan/dplyover/issues
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
lifecycle,
covr,
stringr,
tidyr,
bench,
ggplot2
Imports:
dplyr (>= 1.0.0),
rlang (>= 0.4.7),
vctrs (>= 0.3.3),
purrr,
glue (>= 1.3.2),
tibble (>= 2.1.3),
tidyselect (>= 1.1.0)
Depends:
R (>= 3.2.0)
Config/testthat/edition: 3
VignetteBuilder: knitr