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
An Introduction to Rby W. N. Venables, D. M. Smith - Network Theory
Comprehensive introduction to R, a software package for statistical computing and graphics. R supports a wide range of statistical techniques, and is easily extensible via user-defined functions, or using modules written in C, C++ or Fortran.
(31839 views)
Exploratory Data Analysis with Rby 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.
(8694 views)
Tidy Modeling with Rby Max Kuhn, Julia Silge - O'Reilly Media
This book is a guide to using a collection of software in the R programming language for model building called 'tidymodels'. The book provides a practical introduction to how to use these specific R packages to create models.
(3129 views)
Using R for Data Analysis and Graphicsby J H Maindonald - Australian National University
These notes are designed to allow individuals who have a basic grounding in statistical methodology to work through examples that demonstrate the use of R for a range of types of data manipulation, graphical presentation and statistical analysis.
(15528 views)