Testing R Code / Edition 1

Testing R Code / Edition 1

by Richard Cotton
ISBN-10:
1498763650
ISBN-13:
9781498763653
Pub. Date:
01/19/2017
Publisher:
Taylor & Francis
ISBN-10:
1498763650
ISBN-13:
9781498763653
Pub. Date:
01/19/2017
Publisher:
Taylor & Francis
Testing R Code / Edition 1

Testing R Code / Edition 1

by Richard Cotton
$64.99
Current price is , Original price is $64.99. You
$64.99 
  • SHIP THIS ITEM
    In stock. Ships in 3-7 days. Typically arrives in 3 weeks.
  • PICK UP IN STORE

    Your local store may have stock of this item.


Overview

Learn how to write R code with fewer bugs.

The problem with programming is that you are always one typo away from writing something silly. Likewise with data analysis, a small mistake in your model can lead to a big mistake in your results. Combining the two disciplines means that it is all too easy for a missed minus sign to generate a false prediction that you don’t spot until it’s too late. Testing is the only way to be sure that your code, and your results, are correct.

Testing R Code teaches you how to perform development-time testing using the testthat package, allowing you to ensure that your code works as intended. The book also teaches run-time testing using the assertive package; enabling your users to correctly run your code.

After beginning with an introduction to testing in R, the book explores more advanced cases such as integrating tests into R packages; testing code that accesses databases; testing C++ code with Rcpp; and testing graphics. Each topic is explained with real-world examples, and has accompanying exercises for readers to practise their skills — only a small amount of experience with R is needed to get started!


Product Details

ISBN-13: 9781498763653
Publisher: Taylor & Francis
Publication date: 01/19/2017
Series: Chapman & Hall/CRC The R Series
Pages: 196
Product dimensions: 6.30(w) x 9.20(h) x 0.20(d)

Table of Contents

Introduction

Run-time testing with assertive

Development-time testing with testthat

Writing easily maintainable and testable code

Integrating testing into your packages

Writing your own assertions and expectations

Answers to exercises

From the B&N Reads Blog

Customer Reviews