Hadley Wickham
c9f68a382f
Reduce numbers content
2023-02-07 10:52:35 -06:00
Hadley Wickham
78ca55ff52
dplyr is on CRAN ( #1257 )
2023-01-30 11:23:29 -06:00
Hadley Wickham
d9afa135fc
tidyr is now on CRAN 🎉 ( #1247 )
2023-01-26 09:41:40 -06:00
Hadley Wickham
f09058420e
Use curl::multi_download()
...
cc @djnavarro
Fixes #1226
2023-01-23 08:18:43 -06:00
Hadley Wickham
b86b5c6270
Drop wakefield ( #1241 )
...
Fixes #1239
2023-01-23 08:11:38 -06:00
Hadley Wickham
3ddf2d0f97
Updates for CRAN releases ( #1238 )
...
And generally reduce deps
2023-01-23 08:11:12 -06:00
Hadley Wickham
d3a9919967
Use dev tidyverse ( #1240 )
...
* lubridate is now core
* briefly mention conflicted
Fixes #1105
2023-01-23 07:48:36 -06:00
Hadley Wickham
96ef4b2d3b
Use CRAN repurrsive
...
Fixes #1187
2022-12-18 18:07:53 -06:00
Danielle Navarro
281005a31c
Adds chapter about arrow ( #1137 )
...
Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Co-authored-by: Hadley Wickham <hadley@posit.co>
Co-authored-by: Mine Cetinkaya-Rundel <cetinkaya.mine@gmail.com>
2022-12-08 14:43:11 +13:00
Mine Cetinkaya-Rundel
1ffbbf90b5
New visualize part ( #1115 )
2022-12-05 07:05:38 +13:00
Hadley Wickham
bff64c83eb
stringr 1.5.0 now on CRAN ( #1169 )
2022-12-05 06:55:03 +13:00
Hadley Wickham
1476c94ea2
Tidy up unused images and dependencies ( #1133 )
...
* Remove unused images. Fixes #1132
* Remove unused dependencies
2022-11-11 09:40:43 -06:00
Hadley Wickham
38d6052c89
Need dev ggplot2
2022-09-26 09:17:12 -05:00
Hadley Wickham
42243e034a
Add explicit purrr dependency
2022-09-19 16:45:11 -05:00
Hadley Wickham
6a385f97e1
Add missing comma
2022-09-19 15:52:26 -05:00
Hadley Wickham
c5a81b92ba
Fleshing out each file section
2022-09-17 10:58:18 -05:00
Hadley Wickham
6ce6c473cf
Add wakefield
2022-08-31 10:39:58 -05:00
Hadley Wickham
71bae882d3
Add dplyr to explict deps
2022-08-09 08:25:06 -05:00
Hadley Wickham
00dac599ad
Use dev dplyr
2022-08-09 07:49:39 -05:00
Hadley Wickham
c83d21200d
Use dev dbplyr
2022-08-04 08:07:12 -05:00
Hadley Wickham
8df9180fae
No longer need dev dbplyr; but need dev repurrrsive
2022-06-08 10:32:46 -05:00
Hadley Wickham
f0b2c07ede
Brain dump into rectangling
2022-06-07 09:18:14 -05:00
Hadley Wickham
cd16ec24fc
Use dev dbplyr
2022-05-25 10:46:48 -05:00
Mine Cetinkaya-Rundel
262f4ba02f
Convert to Quarto book ( #1026 )
...
* Use _quarto.yml
* Rmd -> qmd
* Update build type to None
* Update styling Styling to get close to bs4_book + color
* Convert crossrefs
* Covert chunk options
* Switch to plausible for analytics
* Update action
2022-05-14 08:46:49 +12:00
Hadley Wickham
721ba68ac4
Add databases chapter
2022-05-10 17:26:17 -05:00
Mine Cetinkaya-Rundel
ede8ec5c1b
Updates to whole game - EDA chapter ( #1022 )
...
* Fix ref
* YAML chunk options, alt text, minor edits
* More alt + move mapping to global in 1 layer plots
* Some more alt text + modelr -> tidymodels + copyedits
* Add tidymodels
* Fix chunk option
* ifelse -> if_else
* Fixed two broken links, thanks @PursuitOfDataScience
* Walk back ifelse -> if_else change to avoid NA type discussion
* Add restructuring disclaimer
2022-05-08 15:23:00 -04:00
Hadley Wickham
33af7eabb9
Working on numeric vectors
2022-03-24 08:53:11 -05:00
Hadley Wickham
3e3faea9cb
Use lobstr instead of pryr
2022-03-17 15:11:47 -05:00
Hadley Wickham
c5291a7a86
Explicitly include tidyr
2022-03-17 15:10:08 -05:00
Hadley Wickham
14ad675281
Use new tidyr datasets
2022-03-17 14:15:36 -05:00
Mine Çetinkaya-Rundel
3f24f0fc07
Add comma, closes #1000
2022-03-11 11:46:01 +01:00
Mine Çetinkaya-Rundel
2efcd7e4fe
Add Mine to DESCRIPTION
2022-02-14 09:34:45 -05:00
Hadley Wickham
7bc19dc36a
Add license
2022-01-03 16:28:33 -06:00
Hadley Wickham
393ad9849e
use_tidy_description()
2022-01-03 15:57:59 -06:00
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
Hadley Wickham
a8004b94ea
Try dev downlit
2021-04-27 16:12:54 -05:00
Hadley Wickham
a526bc2cc0
Specifically install stringr
2021-04-25 07:19:02 -05:00
Hadley Wickham
9091a1484d
Noodling on strings
2021-04-23 08:07:16 -05:00
Hadley Wickham
5ba1720b18
Use cli-powered str_view()
2021-04-20 08:32:39 -05:00
Mine Çetinkaya-Rundel
55cdb66df6
Add feather to imports to see if it helps w/ build
2021-02-22 13:41:06 +00:00
Hadley Wickham
2d1db88de8
Move packages to suggests
...
If only needed to build book
2020-11-05 14:30:23 -06:00
Hadley Wickham
7f9e6cc16c
use_tidy_description()
2020-11-05 14:28:22 -06:00
Hadley Wickham
a3e35f85cb
Use bookdown::bs4_book
2020-11-05 14:27:59 -06:00
Hadley Wickham
e8e0218f1a
Eliminate devtools dep
2020-01-15 12:08:45 -06:00
Hadley Wickham
6a65eb9f89
No longer need dev versions of packages
2020-01-15 11:43:55 -06:00
hadley
1721e9dfed
Use dev version of ggrepel
2016-10-03 08:02:35 -05:00
hadley
75c930317f
Post tidyverse description cleanup
2016-10-03 07:53:23 -05:00
hadley
7785b01ca2
modelr now on CRAN
2016-08-31 17:12:54 -05:00
hadley
6da3d7af0d
forcats and tibble now on CRAN
2016-08-30 17:32:08 -05:00
hadley
4d62f599f1
Can now use released stringr
2016-08-25 08:13:45 -05:00