forked from tidyverse/tidyverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.71 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
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: tidyverse
Title: Easily Install and Load the 'Tidyverse'
Version: 2.0.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: The 'tidyverse' is a set of packages that work in harmony
because they share common data representations and 'API' design. This
package is designed to make it easy to install and load multiple
'tidyverse' packages in a single step. Learn more about the
'tidyverse' at <https://www.tidyverse.org>.
License: MIT + file LICENSE
URL: https://tidyverse.tidyverse.org,
https://github.com/tidyverse/tidyverse
BugReports: https://github.com/tidyverse/tidyverse/issues
Depends:
R (>= 3.6)
Imports:
broom (>= 1.0.5),
cli (>= 3.6.1),
conflicted (>= 1.2.0),
dbplyr (>= 2.4.0),
dplyr (>= 1.1.3),
dtplyr (>= 1.3.1),
forcats (>= 1.0.0),
ggplot2 (>= 3.4.4),
googledrive (>= 2.1.1),
googlesheets4 (>= 1.1.1),
haven (>= 2.5.3),
hms (>= 1.1.3),
httr (>= 1.4.7),
jsonlite (>= 1.8.7),
lubridate (>= 1.9.3),
magrittr (>= 2.0.3),
modelr (>= 0.1.11),
pillar (>= 1.9.0),
purrr (>= 1.0.2),
ragg (>= 1.2.6),
readr (>= 2.1.4),
readxl (>= 1.4.3),
reprex (>= 2.0.2),
rlang (>= 1.1.1),
rstudioapi (>= 0.15.0),
rvest (>= 1.0.3),
stringr (>= 1.5.0),
tibble (>= 3.2.1),
tidyr (>= 1.3.0),
xml2 (>= 1.3.5)
Suggests:
covr (>= 3.6.1),
feather (>= 0.3.5),
glue (>= 1.6.2),
knitr (>= 1.41),
rmarkdown (>= 2.20),
testthat (>= 3.1.6)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3