|
| 1 | +## Update (version 0.2.1) |
| 2 | + |
| 3 | +This is a minor update for the package, addressing the recent upgrade of the `fastshap` package and lightening the examples to run in under 5 seconds. |
| 4 | + |
| 5 | +### Test environments |
| 6 | + |
| 7 | +1. Local macOS Ventura 13.4, R version 4.3.0 |
| 8 | + |
| 9 | +2. Github actions |
| 10 | + |
| 11 | +- Windows Server 2022 x64 (build 20348), R version 4.3.0 (2023-04-21 ucrt) |
| 12 | +- Ubuntu 22.04.2 LTS, R version 4.3.0 (2023-04-21) |
| 13 | +- Ubuntu 22.04.2 LTS, R Under development (unstable) (2023-06-07 r84523) |
| 14 | +- Ubuntu 22.04.2 LTS, R version 4.2.3 (2023-03-15) |
| 15 | +- macOS Monterey 12.6.5, R version 4.3.0 (2023-04-21) |
| 16 | + |
| 17 | +3. `devtools` check |
| 18 | + |
| 19 | +- Windows, R Under development (unstable) (2023-06-09 r84528 ucrt), `devtools::check_win_devel()` |
| 20 | +- Windows, R version 4.3.0 (2023-04-21 ucrt), `devtools::check_win_release()` |
| 21 | +- Windows, R version 4.2.3 (2023-03-15 ucrt), `devtools::check_win_oldrelease()` |
| 22 | +- macOS 13.3.1 (22E261), R version 4.3.0 Patched (2023-05-18 r84451), `devtools::check_mac_release()` |
| 23 | +- Fedora Linux R-devel clang gfortran, Ubuntu Linux 20.04.1 LTS R-release GCC, Windows Server 2022 R-devel 64 bit, `devtools::check_rhub()` |
| 24 | + |
| 25 | +### R CMD check |
| 26 | + |
| 27 | +There were no ERRORs or WARNINGs. |
| 28 | + |
| 29 | +There were two NOTEs that are only found on Windows (r-hub): |
| 30 | + |
| 31 | +``` |
| 32 | +* checking for non-standard things in the check directory ... NOTE |
| 33 | +Found the following files/directories: |
| 34 | + ''NULL'' |
| 35 | +* checking for detritus in the temp directory ... NOTE |
| 36 | +Found the following files/directories: |
| 37 | + 'lastMiKTeXException' |
| 38 | +``` |
| 39 | + |
| 40 | +As noted in [R-hub issue #560](https://github.com/r-hub/rhub/issues/560), the first NOTE could be due to something in R-hub and can be ignored. |
| 41 | +And as noted in [R-hub issue #503](https://github.com/r-hub/rhub/issues/503), the second NOTE could be due to a bug/crash in MiKTeX and can likely be ignored. |
| 42 | + |
| 43 | +There was one NOTE only found on r-hub Linux: |
| 44 | + |
| 45 | +```` |
| 46 | +* checking HTML version of manual ... NOTE |
| 47 | +Skipping checking HTML validation: no command 'tidy' found |
| 48 | +``` |
| 49 | +This NOTE is unrelated to my package and can likely be ignored. |
| 50 | +
|
1 | 51 | ## Resubmission (version 0.2.0)
|
2 | 52 |
|
3 | 53 | Reduce example run time for `detect_envi_change` and `variable_contrib` to pass the check. Because I cannot reproduce this issue on any other machines, I have to resubmit the package to figure it out.
|
|
0 commit comments