Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdpeng/rprogdatascience
https://github.com/rdpeng/rprogdatascience
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rdpeng/rprogdatascience
- Owner: rdpeng
- Created: 2016-06-27T17:46:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-17T17:07:16.000Z (over 1 year ago)
- Last Synced: 2024-10-28T06:05:44.268Z (17 days ago)
- Language: Makefile
- Size: 35.5 MB
- Stars: 142
- Watchers: 12
- Forks: 74
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R Programming for Data Science
## Roger D. PengThis repository contains the files for the book *R Programming for
Data Science*, as it is built on [bookdown.org](https://bookdown.org/rdpeng/rprogdatascience/) and on
[Leanpub](https://leanpub.com/rprogramming/). This book was originally
published on Leanpub (and still is). The two versions are identical.Currently, there are three branches:
* `master`: used to store anything that is common between the Leanpub and Bookdown versions of the book
* `bookdown`: used to build the Bookdown version of the book
* `leanpub`: sued to build the Leanpub version of the book
### Before You Start
Before building the book with the bookdown package, you need to
1. unzip the `book_datasets.zip` file, which contains the datasets referenced in some of the chapters.
2. Install all of the packages listed in the [_R_package_list.txt](https://github.com/rdpeng/rprogdatascience/blob/master/_R_package_list.txt) file.