Chapter 28 in R4DS # Tasks
Review at least two other students’ projects and make comments via a pull request in GitHub before next class next week. - Browse the Leaflet website and take notes in your readme.md about potential uses in your project. What data could you use? How would you display it? - Browse the HTML Widgets page for many more examples. Take notes in your readme.md about potential uses in your project.
Select two repositories and evaluate them according to the instructions and rubric below.
index.Rmd
in RStudio and click knit
or Build Website
in the Build
tab in the upper right.Evaluate the following provide any feedback via pull request. 1) Website 1) Introduction [~ 200 words]: Clearly stated background and questions / hypotheses / problems being addressed. Sets up the analysis in an interesting and compelling way. 2) Data: Script downloads at least one dataset automatically through the internet. This could use a direct download (e.g. download.file()) or an API (anything from ROpenSci). 3) Figure: The HTML file includes at least one figure of the data. 2) Output: The .Rmd produces HTML output with 1) section headers for all the major sections of the paper 2) a draft of the complete introduction.
Be sure to install any required libraries (do not complain if it fails because you don’t have a library installed).