diff --git a/DESCRIPTION b/DESCRIPTION index 3198603..8bd0d57 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -14,17 +14,15 @@ Imports: dbplyr, dplyr, duckdb, - feather, gapminder, ggplot2, ggrepel, hexbin, janitor, + jsonlite, Lahman, leaflet, - lobstr, maps, - microbenchmark, nycflights13, openxlsx, palmerpenguins, @@ -33,31 +31,24 @@ Imports: repurrrsive, slider, stringr, + tidymodels, tidyverse, tidyr, viridis, wakefield, writexl Suggests: - bookdown, - bslib, downlit, htmltools, - htmlwidgets, jpeg, - jsonlite, knitr, - png, - sessioninfo, - tidymodels, - xml2 + sessioninfo Remotes: tidyverse/dplyr, tidyverse/dbplyr, tidyverse/stringr, tidyverse/tidyr, tidyverse/purrr, - tidyverse/ggplot2, jennybc/repurrrsive Encoding: UTF-8 License: CC NC ND 3.0 diff --git a/diagrams/data-structures.graffle b/diagrams/data-structures.graffle deleted file mode 100644 index 55fbe4c..0000000 Binary files a/diagrams/data-structures.graffle and /dev/null differ diff --git a/diagrams/data-structures.png b/diagrams/data-structures.png deleted file mode 100644 index 9d7c14e..0000000 Binary files a/diagrams/data-structures.png and /dev/null differ diff --git a/diagrams/lists-flatten.png b/diagrams/lists-flatten.png deleted file mode 100644 index 6c64fe4..0000000 Binary files a/diagrams/lists-flatten.png and /dev/null differ diff --git a/diagrams/lists-invoke.png b/diagrams/lists-invoke.png deleted file mode 100644 index afb6979..0000000 Binary files a/diagrams/lists-invoke.png and /dev/null differ diff --git a/diagrams/lists-map2.png b/diagrams/lists-map2.png deleted file mode 100644 index 211deb6..0000000 Binary files a/diagrams/lists-map2.png and /dev/null differ diff --git a/diagrams/lists-pmap-named.png b/diagrams/lists-pmap-named.png deleted file mode 100644 index 18e1bdc..0000000 Binary files a/diagrams/lists-pmap-named.png and /dev/null differ diff --git a/diagrams/lists-pmap-unnamed.png b/diagrams/lists-pmap-unnamed.png deleted file mode 100644 index c463cfa..0000000 Binary files a/diagrams/lists-pmap-unnamed.png and /dev/null differ diff --git a/diagrams/lists-structure.png b/diagrams/lists-structure.png deleted file mode 100644 index a0d10f0..0000000 Binary files a/diagrams/lists-structure.png and /dev/null differ diff --git a/diagrams/lists-subsetting.png b/diagrams/lists-subsetting.png deleted file mode 100644 index f7c6f73..0000000 Binary files a/diagrams/lists-subsetting.png and /dev/null differ diff --git a/diagrams/lists-transpose.png b/diagrams/lists-transpose.png deleted file mode 100644 index 77a4c29..0000000 Binary files a/diagrams/lists-transpose.png and /dev/null differ diff --git a/diagrams/lists.graffle b/diagrams/lists.graffle deleted file mode 100644 index c9ea034..0000000 Binary files a/diagrams/lists.graffle and /dev/null differ diff --git a/diagrams/rstudio-screenshots/diagnostics.R b/diagrams/rstudio-screenshots/diagnostics.R deleted file mode 100644 index 4ec2d87..0000000 --- a/diagrams/rstudio-screenshots/diagnostics.R +++ /dev/null @@ -1,9 +0,0 @@ - - -x y <- 10 - - - - -3 == NA - diff --git a/diagrams/rstudio-screenshots/rstudio-screenshots.Rproj b/diagrams/rstudio-screenshots/rstudio-screenshots.Rproj deleted file mode 100644 index 4f10a56..0000000 --- a/diagrams/rstudio-screenshots/rstudio-screenshots.Rproj +++ /dev/null @@ -1,16 +0,0 @@ -Version: 1.0 - -RestoreWorkspace: Default -SaveWorkspace: Default -AlwaysSaveHistory: Default - -EnableCodeIndexing: Yes -UseSpacesForTab: Yes -NumSpacesForTab: 2 -Encoding: UTF-8 - -RnwWeave: Sweave -LaTeX: XeLaTeX - -AutoAppendNewline: Yes -StripTrailingWhitespace: Yes diff --git a/diagrams/sample-rmarkdown.Rmd b/diagrams/sample-rmarkdown.Rmd deleted file mode 100644 index b69e624..0000000 --- a/diagrams/sample-rmarkdown.Rmd +++ /dev/null @@ -1,30 +0,0 @@ ---- -title: "Untitled" -author: "RStudio" -date: "August 2, 2016" -output: html_document ---- - -```{r setup, include=FALSE} -knitr::opts_chunk$set(echo = TRUE) -``` - -## R Markdown - -This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see . - -When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this: - -```{r cars} -summary(cars) -``` - -## Including Plots - -You can also embed plots, for example: - -```{r pressure, echo=FALSE} -plot(pressure) -``` - -Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot. diff --git a/images/EDA-boxplot.pdf b/images/EDA-boxplot.pdf deleted file mode 100644 index b2ec98e..0000000 Binary files a/images/EDA-boxplot.pdf and /dev/null differ diff --git a/images/EDA-hclust.pdf b/images/EDA-hclust.pdf deleted file mode 100644 index ed1df20..0000000 Binary files a/images/EDA-hclust.pdf and /dev/null differ diff --git a/images/EDA-hclust.png b/images/EDA-hclust.png deleted file mode 100644 index 28d8189..0000000 Binary files a/images/EDA-hclust.png and /dev/null differ diff --git a/images/EDA-kmeans.pdf b/images/EDA-kmeans.pdf deleted file mode 100644 index f26b990..0000000 Binary files a/images/EDA-kmeans.pdf and /dev/null differ diff --git a/images/EDA-kmeans.png b/images/EDA-kmeans.png deleted file mode 100644 index 1066e01..0000000 Binary files a/images/EDA-kmeans.png and /dev/null differ diff --git a/images/EDA-linkage.pdf b/images/EDA-linkage.pdf deleted file mode 100644 index 1c62a85..0000000 Binary files a/images/EDA-linkage.pdf and /dev/null differ diff --git a/images/EDA-linkage.png b/images/EDA-linkage.png deleted file mode 100644 index 2c600b5..0000000 Binary files a/images/EDA-linkage.png and /dev/null differ diff --git a/images/EDA-plotly.png b/images/EDA-plotly.png deleted file mode 100644 index e26a8d6..0000000 Binary files a/images/EDA-plotly.png and /dev/null differ diff --git a/images/blank.png b/images/blank.png deleted file mode 100644 index 10a15df..0000000 Binary files a/images/blank.png and /dev/null differ diff --git a/images/embed_jpg.R b/images/embed_jpg.R deleted file mode 100644 index ce35b08..0000000 --- a/images/embed_jpg.R +++ /dev/null @@ -1,28 +0,0 @@ -is_latex <- function() { - identical(knitr::opts_knit$get('rmarkdown.pandoc.to'), "latex") -} - -embed_jpg <- function(path, dpi) { - dim <- jpg_dim(path) - - if (is_latex()) { - width <- round(dim[2] / dpi, 2) - - knitr::asis_output(paste0( - "\\includegraphics[", - "width=", width, "in", - "]{", path, "}" - )) - } else { - knitr::asis_output(paste0( - "" - )) - } -} - -jpg_dim <- function(path) { - dim(jpeg::readJPEG(path, native = TRUE)) -} diff --git a/images/growth-chart.png b/images/growth-chart.png deleted file mode 100644 index 9b6d9ad..0000000 Binary files a/images/growth-chart.png and /dev/null differ diff --git a/images/inline-1-heat.png b/images/inline-1-heat.png deleted file mode 100644 index e8580bf..0000000 Binary files a/images/inline-1-heat.png and /dev/null differ diff --git a/images/interactive-1-htmlwidget.png b/images/interactive-1-htmlwidget.png deleted file mode 100644 index 916f74f..0000000 Binary files a/images/interactive-1-htmlwidget.png and /dev/null differ diff --git a/images/interactive-2-shiny.png b/images/interactive-2-shiny.png deleted file mode 100644 index 3b8ce1c..0000000 Binary files a/images/interactive-2-shiny.png and /dev/null differ diff --git a/images/markdown-1-markup.png b/images/markdown-1-markup.png deleted file mode 100644 index 9f46eaa..0000000 Binary files a/images/markdown-1-markup.png and /dev/null differ diff --git a/images/outputs-2-pdf.png b/images/outputs-2-pdf.png deleted file mode 100644 index 252ec99..0000000 Binary files a/images/outputs-2-pdf.png and /dev/null differ diff --git a/images/outputs-3-toc.png b/images/outputs-3-toc.png deleted file mode 100644 index 17b3232..0000000 Binary files a/images/outputs-3-toc.png and /dev/null differ diff --git a/images/params-1-hawaii.png b/images/params-1-hawaii.png deleted file mode 100644 index 2e21659..0000000 Binary files a/images/params-1-hawaii.png and /dev/null differ diff --git a/images/params-2-aleutians.png b/images/params-2-aleutians.png deleted file mode 100644 index 01d4bf0..0000000 Binary files a/images/params-2-aleutians.png and /dev/null differ diff --git a/images/params-3-florida.png b/images/params-3-florida.png deleted file mode 100644 index a72286b..0000000 Binary files a/images/params-3-florida.png and /dev/null differ diff --git a/images/rmarkdown-wizard.png b/images/rmarkdown-wizard.png deleted file mode 100644 index ba74619..0000000 Binary files a/images/rmarkdown-wizard.png and /dev/null differ diff --git a/images/slides-1-viridis.png b/images/slides-1-viridis.png deleted file mode 100644 index 08a826b..0000000 Binary files a/images/slides-1-viridis.png and /dev/null differ diff --git a/images/tables-2-kable.png b/images/tables-2-kable.png deleted file mode 100644 index c3d3099..0000000 Binary files a/images/tables-2-kable.png and /dev/null differ diff --git a/images/tidy-10.png b/images/tidy-10.png deleted file mode 100644 index 3e1eeeb..0000000 Binary files a/images/tidy-10.png and /dev/null differ diff --git a/images/tidy-11.png b/images/tidy-11.png deleted file mode 100644 index c266b7a..0000000 Binary files a/images/tidy-11.png and /dev/null differ diff --git a/images/tidy-12.png b/images/tidy-12.png deleted file mode 100644 index 0cfbb37..0000000 Binary files a/images/tidy-12.png and /dev/null differ diff --git a/images/tidy-13.png b/images/tidy-13.png deleted file mode 100644 index cf5cc43..0000000 Binary files a/images/tidy-13.png and /dev/null differ diff --git a/images/tidy-14.png b/images/tidy-14.png deleted file mode 100644 index 804a0b7..0000000 Binary files a/images/tidy-14.png and /dev/null differ diff --git a/images/tidy-15.png b/images/tidy-15.png deleted file mode 100644 index ae537f8..0000000 Binary files a/images/tidy-15.png and /dev/null differ diff --git a/images/tidy-16.png b/images/tidy-16.png deleted file mode 100644 index fa7c12b..0000000 Binary files a/images/tidy-16.png and /dev/null differ diff --git a/images/tidy-17.png b/images/tidy-17.png deleted file mode 100644 index a801653..0000000 Binary files a/images/tidy-17.png and /dev/null differ diff --git a/images/tidy-18.png b/images/tidy-18.png deleted file mode 100644 index c979841..0000000 Binary files a/images/tidy-18.png and /dev/null differ diff --git a/images/tidy-19.png b/images/tidy-19.png deleted file mode 100644 index df6739d..0000000 Binary files a/images/tidy-19.png and /dev/null differ diff --git a/images/tidy-2.png b/images/tidy-2.png deleted file mode 100644 index 566d40a..0000000 Binary files a/images/tidy-2.png and /dev/null differ diff --git a/images/tidy-3.png b/images/tidy-3.png deleted file mode 100644 index c359d84..0000000 Binary files a/images/tidy-3.png and /dev/null differ diff --git a/images/tidy-3a.png b/images/tidy-3a.png deleted file mode 100644 index a8fd85b..0000000 Binary files a/images/tidy-3a.png and /dev/null differ diff --git a/images/tidy-4.png b/images/tidy-4.png deleted file mode 100644 index 1f9ae05..0000000 Binary files a/images/tidy-4.png and /dev/null differ diff --git a/images/tidy-5.png b/images/tidy-5.png deleted file mode 100644 index 733111e..0000000 Binary files a/images/tidy-5.png and /dev/null differ diff --git a/images/tidy-6.png b/images/tidy-6.png deleted file mode 100644 index 0ee4524..0000000 Binary files a/images/tidy-6.png and /dev/null differ diff --git a/images/tidy-7.png b/images/tidy-7.png deleted file mode 100644 index 6ef00c2..0000000 Binary files a/images/tidy-7.png and /dev/null differ diff --git a/images/tidy-8.png b/images/tidy-8.png deleted file mode 100644 index cffdcfc..0000000 Binary files a/images/tidy-8.png and /dev/null differ diff --git a/images/tidy-9.png b/images/tidy-9.png deleted file mode 100644 index c0aa697..0000000 Binary files a/images/tidy-9.png and /dev/null differ diff --git a/images/visualization-coordinate-systems.png b/images/visualization-coordinate-systems.png deleted file mode 100644 index 12431e2..0000000 Binary files a/images/visualization-coordinate-systems.png and /dev/null differ diff --git a/images/visualization-geoms-1.png b/images/visualization-geoms-1.png deleted file mode 100644 index 6eb60c0..0000000 Binary files a/images/visualization-geoms-1.png and /dev/null differ diff --git a/images/visualization-geoms-2.png b/images/visualization-geoms-2.png deleted file mode 100644 index 2f8de84..0000000 Binary files a/images/visualization-geoms-2.png and /dev/null differ diff --git a/images/visualization-geoms-3.png b/images/visualization-geoms-3.png deleted file mode 100644 index c9f6b1e..0000000 Binary files a/images/visualization-geoms-3.png and /dev/null differ diff --git a/images/visualization-geoms-4.png b/images/visualization-geoms-4.png deleted file mode 100644 index 8307bb6..0000000 Binary files a/images/visualization-geoms-4.png and /dev/null differ diff --git a/images/visualization-stat-point.png b/images/visualization-stat-point.png deleted file mode 100644 index 86316ab..0000000 Binary files a/images/visualization-stat-point.png and /dev/null differ diff --git a/images/visualization-stats.png b/images/visualization-stats.png deleted file mode 100644 index bf3a9e6..0000000 Binary files a/images/visualization-stats.png and /dev/null differ diff --git a/images/website-2-website.png b/images/website-2-website.png deleted file mode 100644 index a67713f..0000000 Binary files a/images/website-2-website.png and /dev/null differ diff --git a/screenshots/style-options.png b/screenshots/style-options.png deleted file mode 100644 index 5ee8295..0000000 Binary files a/screenshots/style-options.png and /dev/null differ