Sha256: 572f2c086b0908257f9c72a255b2c6cffeae995ee3de314c9d0308dc039de338
Contents?: true
Size: 470 Bytes
Versions: 167
Compression:
Stored size: 470 Bytes
Contents
# How to test/verify your solution Each problem will have a script named something like `test_problem.R` (e.g. `test_hello-world.R`). In RStudio, you can simply run this script to test your solution. What this will do is load your solution code through the `source` command on the first line, and then the suite of `testthat` tests below. If you prefer, you can also run the tests on the command line with `Rscript test_problem.R` (e.g. `Rscript test_hello-world.R`).
Version data entries
167 entries across 167 versions & 1 rubygems