Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrnold/r4ds-exercise-solutions
Exercise solutions to "R for Data Science"
https://github.com/jrnold/r4ds-exercise-solutions
bookdown data-science dplyr exercise-solutions ggplot2 r r4ds rmarkdown tidyr tidyverse
Last synced: 6 days ago
JSON representation
Exercise solutions to "R for Data Science"
- Host: GitHub
- URL: https://github.com/jrnold/r4ds-exercise-solutions
- Owner: jrnold
- License: cc-by-4.0
- Created: 2016-12-19T05:36:01.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T04:07:29.000Z (9 months ago)
- Last Synced: 2024-04-14T13:12:32.915Z (7 months ago)
- Topics: bookdown, data-science, dplyr, exercise-solutions, ggplot2, r, r4ds, rmarkdown, tidyr, tidyverse
- Language: R
- Homepage: https://jrnold.github.io/r4ds-exercise-solutions
- Size: 110 MB
- Stars: 315
- Watchers: 18
- Forks: 229
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Lifecycle: superseded](https://img.shields.io/badge/lifecycle-superseded-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html#superseded)
# Exercise Solutions to R for Data Science
These are solutions to the **1st edition** of R for Data Science. The solutions to the 2nd edition of [R for Data Science](https://r4ds.hadley.nz/) are available at [R for Data Science (2e) - Solutions to Exercises](https://mine-cetinkaya-rundel.github.io/r4ds-solutions/).
This repository contains the code and text behind the [Solutions for R for Data Science](https://jrnold.github.io/r4ds-exercise-solutions/), which, as its name suggests, has solutions to the the exercises in [R for Data Science](https://r4ds.had.co.nz/) by Garrett Grolemund and Hadley Wickham.
The R packages used in this book can be installed via
```r
devtools::install_github("jrnold/r4ds-exercise-solutions")
```## Contributing
Work on this repo has effectively stopped since the 2nd edition of R for Data Science has been published. Please direct your contributions to [R for Data Science (2e) - Solutions to Exercises](https://mine-cetinkaya-rundel.github.io/r4ds-solutions/).
## Build
The site is built using the [bookdown](https://bookdown.org/yihui/bookdown/) package and pandoc.