Skip to content

Commit 1b47bf9

Browse files
committed
checking for CRAN
1 parent 32e70fc commit 1b47bf9

File tree

4 files changed

+31
-12
lines changed

4 files changed

+31
-12
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: nullabor
2-
Version: 0.3.13
2+
Version: 0.3.14
33
Description: Tools for visual inference. Generate null data sets
44
and null plots using permutation and simulation. Calculate distance metrics
55
for a lineup, and examine the distributions of metrics.

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# nullabor 0.3.14
2+
3+
* Fix to qqplot for standardised residuals
4+
15
# nullabor 0.3.13
26

37
- Updated null_lm to optionally compute leverages and standardized residuals.

cran-comments.md

+25-11
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,38 @@
11
## Overview
22

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.
44

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
79

810
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
911

12+
- Using R CMD CHECK ../nullabor_0.3.14.tar.gz
13+
14+
* DONE
15+
16+
Status: OK
17+
18+
1019
## Test environment
1120

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+
1523

1624
## Reverse dependencies
1725

26+
All are ok
27+
28+
> revdep_check()
29+
── INIT ──────────────────────────────────────────────── Computing revdeps ──
30+
── INSTALL ──────────────────────────────────────────────────── 2 versions ──
1831
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
2437
BROKEN: 0
38+
Total time: 9 min

nullabor.Rproj

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: bb07e632-3a6d-45c3-b42e-0e789ad86ed7
23

34
RestoreWorkspace: No
45
SaveWorkspace: No

0 commit comments

Comments
 (0)