diff --git a/cran-comments.md b/cran-comments.md index 4134752..623a407 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -18,6 +18,28 @@ Found the following (possibly) invalid URLs: - Because this is a new release, the above URL has yet to be activated as the website only contains active packages on CRAN. +## Resubmit Remarks + +From the initial submission, Uwe commented: + +> Thanks, we see all your examples are in `\dontrun{}` and your tests are +> rather sparse. +> Can you somehow test the core functionality of your package, too? + +I have since: + +1. Unlocked all examples and added an example for `enable_error_shim()`/`disable_error_shim()` +2. Improved the unit tests: + - Verification that a `call` has been registered in `options(error = ...)` + - An output comparison of the function registered as the `options(error= ...)` + handler and the default search function. + - Checks surrounding the state of the `.errorist_env` when `errorist` is enabled. +3. Added a brief vignette to complement the extensive `README.md` file + +Details of the code changes can be seen here: + + + ## Reverse dependencies This is a new release, so there are no reverse dependencies.