r4ds/DESCRIPTION

55 lines
1000 B
Plaintext
Raw Normal View History

2015-11-10 21:50:20 +08:00
Package: r4ds
Title: R for data science.
Version: 0.1
2022-01-04 05:57:59 +08:00
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
2022-03-11 18:46:01 +08:00
person("Garrett", "Grolemund", , "garrett@rstudio.com", role = "aut"),
2022-02-14 22:34:45 +08:00
person("Mine", "\u00C7etinkaya-Rundel", , "mine@rstudio.com", role = "aut")
2022-01-04 05:57:59 +08:00
)
2015-11-10 21:50:20 +08:00
URL: https://github.com/hadley/r4ds
2020-11-06 04:28:22 +08:00
Depends:
R (>= 3.1.0)
2015-11-10 21:50:20 +08:00
Imports:
2021-04-23 21:07:16 +08:00
babynames,
2022-05-11 06:26:04 +08:00
dbplyr,
2022-08-09 21:25:06 +08:00
dplyr,
2022-05-11 06:26:04 +08:00
duckdb,
2020-11-06 04:28:22 +08:00
gapminder,
2022-09-26 22:17:12 +08:00
ggplot2,
2020-11-06 04:28:22 +08:00
ggrepel,
2022-12-05 02:05:38 +08:00
ggridges,
2020-11-06 04:28:22 +08:00
hexbin,
2022-01-04 05:57:59 +08:00
janitor,
jsonlite,
2020-11-06 04:28:22 +08:00
Lahman,
leaflet,
maps,
nycflights13,
2022-01-04 05:57:59 +08:00
openxlsx,
palmerpenguins,
2022-09-20 05:45:11 +08:00
purrr,
2022-01-04 05:57:59 +08:00
readxl,
2022-06-07 22:18:14 +08:00
repurrrsive,
2022-03-24 21:53:11 +08:00
slider,
2022-12-05 01:55:03 +08:00
stringr (>= 1.5.0),
tidymodels,
2020-11-06 04:28:22 +08:00
tidyverse,
2022-03-18 04:10:08 +08:00
tidyr,
viridis,
2022-08-31 23:39:58 +08:00
wakefield,
2022-01-04 05:57:59 +08:00
writexl
2020-11-06 04:27:49 +08:00
Suggests:
downlit,
htmltools,
jpeg,
knitr,
sessioninfo
2020-11-06 04:27:49 +08:00
Remotes:
2022-08-09 20:49:39 +08:00
tidyverse/dplyr,
2022-08-04 21:00:38 +08:00
tidyverse/dbplyr,
2022-05-25 23:46:48 +08:00
tidyverse/tidyr,
2022-09-20 04:52:26 +08:00
tidyverse/purrr,
jennybc/repurrrsive
2020-11-06 04:28:22 +08:00
Encoding: UTF-8
2022-01-04 06:28:33 +08:00
License: CC NC ND 3.0