Are there any frameworks out there for testing object-oriented R code, say R6 classes, that is comparable to JUnit?
As a software engineer coming from the Java world, I find testing R code surprisingly cumbersome when compared to using JUnit for Java or scalatest for Scala.