Testing R Code

Regular price €51.99
5Or Hope
A01=Richard Cotton
Age Group_Uncategorized
Age Group_Uncategorized
assertive
Author_Richard Cotton
automatic-update
Base R
Boilerplate Code
Category1=Non-Fiction
Category=UFM
Category=UMX
Category=UYD
Character Vector
Chicken Weight
COP=United States
Cran
Cyclomatic Complexity
Data Frames
Delivery_Delivery within 10-20 working days
Development Time Testing
eq_computing
eq_isMigrated=2
eq_non-fiction
Expect Error
Expect Output
Follow
INI
Language_English
Negative Inputs
NULL Input
Numeric Vector
OK
PA=Available
packages
Pr Ic
Price_€20 to €50
PS=Active
run-time testing
Scalar Predicates
softlaunch
Str
Test Failed
tsetthat
Unix Based Operating System
Wo
Wrapper Function

Product details

  • ISBN 9781498763653
  • Weight: 408g
  • Dimensions: 156 x 234mm
  • Publication Date: 19 Jan 2017
  • Publisher: Taylor & Francis Inc
  • Publication City/Country: US
  • Product Form: Hardback
  • Language: English
Delivery/Collection within 10-20 working days

Our Delivery Time Frames Explained
2-4 Working Days: Available in-stock

10-20 Working Days
: On Backorder

Will Deliver When Available
: On Pre-Order or Reprinting

We ship your order once all items have arrived at our warehouse and are processed. Need those 2-4 day shipping items sooner? Just place a separate order for them!

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!

Richard Cotton