Back to Browse

R Package Development 4: Unit Tests and Local Package Coverage

3.8K views
Jun 25, 2018
9:05

This video is the fourth in a series on R package development in in RStudio. Here we will discuss importing functions from other packages and exporting functions from your package so that users can have access to them. The usethis package will be used heavily, and I recommend checking it out: https://github.com/r-lib/usethis. Also the covr package will be used for code coverage: https://github.com/r-lib/covr

Download

0 formats

No download links available.

R Package Development 4: Unit Tests and Local Package Coverage | NatokHD