|
1 | 1 | ## Overview
|
2 | 2 |
|
3 |
| -These are small changes, including removing some dependencies. Also fixed issues at https://cran.rstudio.com//web/checks/check_results_nullabor.html. And links flagged by CRAN check. |
| 3 | +These are small changes that fix several bugs. |
4 | 4 |
|
5 |
| -── R CMD check results ──────────── nullabor 0.3.12 ──── |
6 |
| -Duration: 1m 2.3s |
| 5 | +- Using devtools::check() |
| 6 | + |
| 7 | +── R CMD check results ───────────────────────────────── nullabor 0.3.14 ──── |
| 8 | +Duration: 2m 29s |
7 | 9 |
|
8 | 10 | 0 errors ✔ | 0 warnings ✔ | 0 notes ✔
|
9 | 11 |
|
| 12 | +- Using R CMD CHECK ../nullabor_0.3.14.tar.gz |
| 13 | + |
| 14 | +* DONE |
| 15 | + |
| 16 | +Status: OK |
| 17 | + |
| 18 | + |
10 | 19 | ## Test environment
|
11 | 20 |
|
12 |
| -* R version 4.4.1 (2024-06-14) -- "Race for Your Life" |
13 |
| -* https://win-builder.r-project.org/ A Note is produced that says URLs might be invalid. They have all been checked to be correct, and the correct URL, even though several exist. |
14 |
| -* Linux, using R-hub v2. Has an error on compiling vignettes because the build machine doesn't have Rmarkdown. The vignettes build everywhere else. |
| 21 | +* R version 4.4.2 (2024-10-31) -- "Pile of Leaves" |
| 22 | + |
15 | 23 |
|
16 | 24 | ## Reverse dependencies
|
17 | 25 |
|
| 26 | +All are ok |
| 27 | + |
| 28 | +> revdep_check() |
| 29 | +── INIT ──────────────────────────────────────────────── Computing revdeps ── |
| 30 | +── INSTALL ──────────────────────────────────────────────────── 2 versions ── |
18 | 31 | Installing DEV version of nullabor
|
19 |
| -── CHECK ─────────────────────────────────────────── 3 packages ── |
20 |
| -✔ agridat 1.23 ── E: 0 | W: 0 | N: 0 |
21 |
| -✔ metaviz 0.3.1 ── E: 0 | W: 0 | N: 0 |
22 |
| -✔ regressinator 0.1.3 ── E: 0 | W: 0 | N: 0 |
23 |
| -OK: 3 |
| 32 | +── CHECK ────────────────────────────────────────────────────── 3 packages ── |
| 33 | +✔ agridat 1.24 ── E: 0 | W: 0 | N: 0 |
| 34 | +✔ metaviz 0.3.1 ── E: 0 | W: 0 | N: 0 |
| 35 | +✔ regressinator 0.2.0 ── E: 0 | W: 0 | N: 0 |
| 36 | +OK: 3 |
24 | 37 | BROKEN: 0
|
| 38 | +Total time: 9 min |
0 commit comments