-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 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
Package: tidyplus
Title: Additional 'tidyverse' Functions
Version: 0.2.0
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-7683-4592")),
person("Ayla", "Pearson", , "[email protected]", role = "cre",
comment = c(ORCID = "0000-0001-7388-1222")),
person("Poisson Consulting", role = c("cph", "fnd"))
)
Description: Provides functions such as str_crush(), add_missing_column(),
coalesce_data() and drop_na_all() that complement 'tidyverse' functionality
or functions that provide alternative behaviors such as if_else2()
and str_detect2().
License: MIT + file LICENSE
URL: https://poissonconsulting.github.io/tidyplus/, https://github.com/poissonconsulting/tidyplus
BugReports: https://github.com/poissonconsulting/tidyplus/issues
Depends:
R (>= 3.6)
Imports:
chk,
dplyr,
lifecycle,
rlang,
stringi,
stringr,
tibble,
tidyr,
tidyselect,
vctrs
Suggests:
covr,
readr,
sf,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/Needs/website: poissonconsulting/poissontemplate