HTTP testing in R: overview of tools and new features

Authors: Scott Chamberlain

Testing is a crucial component to any software package. Testing makes sure
that your code does what you expect it to do; and importantly, makes it safer to make
changes moving forward because a good test suite will tell you if a change has broken
existing functionality. Our recent community call on testing is a nice
place to get started with testing.


Read the rest at https://ropensci.org/technotes/2019/12/11/http-testing/

2 Likes