All Projects → Tazinho → Advanced R Solutions

Tazinho / Advanced R Solutions

Set of solutions for the Advanced R programming book

Programming Languages

r
7636 projects

Advanced R Solutions

This repository contains the source code for our Advanced R Solutions project.

We attempt to provide worked solutions for the exercises provided in the book Advanced R (2nd Ed).

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, @henningsway and @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/cover

zip -r adv-r-source.zip crc
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].