|
1 | 1 | ## Test environments |
2 | 2 |
|
3 | | -- local OS X install, R 3.4.3 |
4 | | -- ubuntu 12.04 (on travis-ci), R 3.4.3 |
| 3 | +- local OS X install, R 3.5.2 |
| 4 | +- ubuntu 14.04 (on travis-ci), R 3.5.2 |
5 | 5 | - win-builder (devel and release) |
6 | 6 |
|
7 | 7 | ## R CMD check results |
8 | 8 |
|
9 | | -0 errors | 0 warnings | 1 note |
10 | | - |
11 | | -Found the following (possibly) invalid URLs: |
12 | | - URL: http://www.r-pkg.org/pkg/errorist (moved to https://www.r-pkg.org:443/pkg/errorist) |
13 | | - From: inst/README.md |
14 | | - Status: 404 |
15 | | - Message: Not Found |
| 9 | +0 errors | 0 warnings | 0 note |
16 | 10 |
|
17 | | -- This is a new release. |
18 | | -- Because this is a new release, the above URL has yet to be activated as |
19 | | - the website only contains active packages on CRAN. |
20 | | - |
21 | | -## Resubmit Remarks |
22 | | - |
23 | | -From the initial submission, Uwe commented: |
24 | | - |
25 | | -> Thanks, we see all your examples are in `\dontrun{}` and your tests are |
26 | | -> rather sparse. |
27 | | -> Can you somehow test the core functionality of your package, too? |
28 | | -
|
29 | | -I have since: |
30 | | - |
31 | | -1. Unlocked all examples and added an example for `enable_error_shim()`/`disable_error_shim()` |
32 | | -2. Improved the unit tests: |
33 | | - - Verification that a `call` has been registered in `options(error = ...)` |
34 | | - - An output comparison of the function registered as the `options(error= ...)` |
35 | | - handler and the default search function. |
36 | | - - Checks surrounding the state of the `.errorist_env` when `errorist` is enabled. |
37 | | -3. Added a brief vignette to complement the extensive `README.md` file |
38 | | - |
39 | | -Details of the code changes can be seen here: |
40 | | - |
41 | | -<https://github.com/coatless/errorist/compare/165357dcf4c76bc4bd35b0049a47799f0c724fdb...master> |
| 11 | +- This release is meant to resolve an import issue on the CRAN checks page. |
42 | 12 |
|
43 | 13 | ## Reverse dependencies |
44 | 14 |
|
|
0 commit comments