9780367782375-0367782375-Testing R Code (Chapman & Hall/CRC The R Series)

Testing R Code (Chapman & Hall/CRC The R Series)

ISBN-13: 9780367782375
ISBN-10: 0367782375
Edition: 1
Author: Richard Cotton
Publication date: 2021
Publisher: Routledge
Format: Paperback 178 pages
FREE US shipping
Buy

From $58.51

Book details

ISBN-13: 9780367782375
ISBN-10: 0367782375
Edition: 1
Author: Richard Cotton
Publication date: 2021
Publisher: Routledge
Format: Paperback 178 pages

Summary

Testing R Code (Chapman & Hall/CRC The R Series) (ISBN-13: 9780367782375 and ISBN-10: 0367782375), written by authors Richard Cotton, was published by Routledge in 2021. With an overall rating of 3.7 stars, it's a notable title among other Computer Science (Hardware & DIY) books. You can easily purchase or rent Testing R Code (Chapman & Hall/CRC The R Series) (Paperback) from BooksRun, along with many other new and used Computer Science books and textbooks. And, if you're looking to sell your copy, our current buyback offer is $0.3.

Description

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!

Rate this book Rate this book

We would LOVE it if you could help us and other readers by reviewing the book