Files
r4ds/DESCRIPTION
Mine Cetinkaya-Rundel 3ace9ce49b Draft/outline of spreadsheets (#949)
* Add draft/outline of spreadsheets

* Finish reading from Excel

* Write to Excel + consistency edits

* Add pkgs for writing Excel files

* Release the 🐧s

* Reogranize to highlight tibble/data.frame diffs

* Write again

* Add spreadsheets reference + rename_with janitor

* Move janitor to TO DO in rectangular data

* Need to load tidyverse

* Show csv file

* Add TO DO note

* Use students instead of challenge file in this chp

* Quiet down some of the redundant messages

* Add bit on reading in multiple files

* Fix up students example

* Revert back to old dataset to match spreadsheets chapter

* Fix typos

* Use US spelling

* Comments from Hadley

* Incorporate Hadley's suggestions

Co-authored-by: Hadley Wickham <h.wickham@gmail.com>
2021-10-26 15:00:33 -04:00

54 lines
942 B
Plaintext

Package: r4ds
Title: R for data science.
Version: 0.1
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("aut", "cre"),
email = "hadley@rstudio.com"),
person(given = "Garrett",
family = "Grolemund",
role = "aut",
email = "garrett@rstudio.com"))
URL: https://github.com/hadley/r4ds
Depends:
R (>= 3.1.0)
Imports:
babynames,
feather,
gapminder,
ggrepel,
hexbin,
Lahman,
leaflet,
maps,
microbenchmark,
nycflights13,
pryr,
stringr,
tidyverse,
viridis,
readxl,
writexl,
openxlsx,
palmerpenguins,
janitor
Suggests:
bookdown,
bslib,
downlit,
htmltools,
htmlwidgets,
jpeg,
jsonlite,
knitr,
png,
sessioninfo,
xml2
Remotes:
rstudio/bookdown,
rstudio/bslib,
tidyverse/stringr,
r-lib/downlit
Encoding: UTF-8