actuarialopensource / expstudies

An R Package for Life Experience Studies
https://MatthewCaseres.github.io/expstudies/
5 stars 3 forks source link

Document test cases #2

Closed MatthewCaseres closed 5 years ago

MatthewCaseres commented 5 years ago

In version 0.0.1 there are no test cases. Testing was performed by visually inspecting data frames as I wrote the code. Add formal testing with the testthat package.

MatthewCaseres commented 5 years ago

I documented all the functionality for addExposures. After addStart is documented we should be good to go.

MatthewCaseres commented 5 years ago

I added test cases for addStart. I expect to add test cases for any user facing features moving forward. Closing.