https://github.com/Tazinho/Advanced-R-Solutions
Set of solutions for the Advanced R programming book
https://github.com/Tazinho/Advanced-R-Solutions
Last synced: about 1 month ago
JSON representation
Set of solutions for the Advanced R programming book
- Host: GitHub
- URL: https://github.com/Tazinho/Advanced-R-Solutions
- Owner: Tazinho
- Created: 2016-09-04T13:50:23.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T18:35:14.000Z (about 1 year ago)
- Last Synced: 2025-03-09T01:30:03.599Z (about 1 month ago)
- Language: R
- Homepage: https://advanced-r-solutions.rbind.io/
- Size: 33.2 MB
- Stars: 292
- Watchers: 10
- Forks: 118
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- jimsghstars - Tazinho/Advanced-R-Solutions - Set of solutions for the Advanced R programming book (R)
README
# Advanced R Solutions
This repository contains the source code for our [Advanced R Solutions](https://advanced-r-solutions.rbind.io/) project.
We attempt to provide worked solutions for the exercises provided in the book [Advanced R (2nd Ed)](https://adv-r.hadley.nz/).
We are currently in the process of working on the last chapters and more difficult exercises.
Please feel invited to contribute or say hi!
[@malte_grosser](https://twitter.com/malte_grosser), [@henningsway](https://twitter.com/henningsway) and [@hadleywickham](https://twitter.com/hadleywickham)
## CRC Publication
To zip files to for publisher:```
mkdir crc
cp _book/_main.tex crc
cp -r _bookdown_files/*_files crc
cp -r images crc
cp -r emoji crc
cp krantz.cls crc
cp book.bib crc
rm -r crc/images/*.drawio
find crc/images -name '*.drawio' -delete
rm -r crc/images/coverzip -r adv-r-source.zip crc
```