Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 3.04 KB

NEWS.md

File metadata and controls

63 lines (51 loc) · 3.04 KB

ModernDive 0.1.3.9000

  • Major changes
    • Reordered chapters to be:
      1. visualization: start book with this.
        • Replace Menard graphic with gapminder
        • Added geom_col to barcharts
      2. tidy data: start this chapter of a data set that is not tidy and hence can't be ggploted
      3. data manipulation wrangling: not an end in and of itself, only exists to serve other goals. ra
      4. regression
      5. sampling
      6. inference
    • Started incorporating feedback from Dr. Yana Weinstein from The Learning Scientists http://www.learningscientists.org/yana-weinstein/
  • New Features
    • Added ggplot2 Review and dplyr DataCamp links
  • Minor changes
    • @nsonneborn started embedding Learning Check solutions/discussion code directly into .Rmd files.
    • Combined preamble and intro chapter into single intro.Rmd file
    • Disabled gitbook PDF output for now.
    • Add license to Preamble
    • Chapters
      • Inference:
        • Fixed $T$ distribution plot with histogram
        • Based on issue that identified the use of the wrong data set for resampling

ModernDive 0.1.3

  • Attempting to fix Shiny app in Figure 6.2 appearing as white box in published site noted here
    • Reverted to using screenshot with link instead
  • Updated link to dplyr cheatsheet and ggplot2 cheatsheet
  • Began adding DataCamp chapters as Review Questions to the end of Chapters 3 and 4 (More to come)
  • Updated link to MailChimp
  • Fixed wording in a few Ch 3 Learning Checks

ModernDive 0.1.2

  • Converted last updated in index.Rmd to inline instead of R chunk
  • Fixed edit link to point to moderndive-book GitHub repo instead of moderndive-source repo
  • Fixed broken links to script files at the end of Chapters 4-9
  • Added purl=FALSE to chunks that do not contain useful code to the reader
  • Attempting to fix Shiny app in Figure 6.2 appearing as white box in published site noted here

ModernDive 0.1.1

  • Fixed the problems of chapter cross-references not working by removing the backticks in chapter names
    • Issue created on bookdown here
  • Looked for typos throughout all chapters
  • Added coggle diagrams to Chapter 4 and Appendix B
  • Followed the same format of having a Conclusion section at the end of each chapter
  • Fixed $T$ distribution plot with histogram in Chapter 7
    • May be weird issue with cache = TRUE that incorrectly plotted values on 1/10^th^ the correct scale
    • Will need to keep an eye on it going forward
  • Fixed typo on Reach for the Stars chapter name

ModernDive 0.1.0

  • Fiat Lux!
  • Basic chapter structure in place
  • First pass at II Inference section (Chapters 6-9) complete
  • First revisions of I Data Exploration (Chapters 3-5) nearly complete