• Stars
    star
    286
  • Rank 139,586 (Top 3 %)
  • Language
    R
  • Created over 7 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Set of solutions for the Advanced R programming book

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