forked from tidyverse/tidyverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 934 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
Package: tidyverse
Title: Easily Install and Load Key Packages from the "Tidyverse"
Version: 0.0.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
person("RStudio", role = "cph")
)
Description: The 'tidyverse' is a set of packages that work in harmony
becuase they share common data representations and API design. This
package is designed to make it easy to install and load multiple
packages from the 'tidyverse' in a single step.
Imports:
broom,
DBI,
dplyr,
forcats,
ggplot2,
haven,
jsonlite,
lubridate,
magrittr,
modelr,
purrr,
readr,
readxl,
stringr,
tibble,
tidyr,
xml2
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1.9000
URL: https://github.com/hadley/tidyverse
BugReports: https://github.com/hadley/tidyverse/issues
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr