R Packages: Organize, Test, Document and Share Your Code
by Hadley Wickham
Publisher: O'Reilly Media 2016
ISBN/ASIN: 1491910593
ISBN-13: 9781491910597
Number of pages: 202
Description:
This practical book shows you how to bundle reusable R functions, sample data, and documentation together by applying author Hadley Wickham's package development philosophy. In the process, you'll work with devtools, roxygen, and testthat, a set of R packages that automate common development tasks.
Download or read it online for free here:
Read online
(online html)
Similar books

by John Verzani - Chapman & Hall/CRC
A self-contained treatment of statistical topics and the intricacies of the R software. The book focuses on exploratory data analysis, includes chapters on simulation and linear models. It lays the foundation for further study and development using R.
(25676 views)

by Patrick Burns - Burns Statistics
If you don't know of 'The R Inferno', this revised edition is a book-length (intermediate level) explanation of a few trouble spots when using the R language. If you are using R and you think you're in hell, this is a map for you.
(16897 views)

by Colin Gillespie, Robin Lovelace - O'Reilly
The book is about increasing the amount of work you can do with R in a given amount of time. It's about both computational and programmer efficiency. It's for anyone who uses R and who wants to make their use of R more reproducible and faster.
(8158 views)

by Roger D. Peng - Leanpub
This book teaches you to use R to effectively visualize and explore complex datasets. Exploratory data analysis is a key part of the data science process because it allows you to sharpen your question and refine your modeling strategies.
(7513 views)