Skip to content

Commit 4269aa0

Browse files
committed
preparing release
1 parent 09b74fe commit 4269aa0

File tree

2 files changed

+32
-30
lines changed

2 files changed

+32
-30
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Suggests:
3636
rmarkdown,
3737
tidyr,
3838
covr,
39-
plotly,
39+
plotly
4040
License: MIT + file LICENSE
4141
LazyData: true
4242
URL: https://github.com/ggobi/tourr, https://ggobi.github.io/tourr/

cran-comments.md

Lines changed: 31 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,52 @@
11
## Overview
22

3-
Some minor changes. Small bug fixes. A new optimiser added.
3+
Some minor changes which increases dependencies, but it is necessary for some new functionality.
44

55
- With devtools:check()
66

7-
── R CMD check results ───────────────────────────────────────────── tourr 1.2.4 ────
8-
Duration: 1m 25s
7+
── R CMD check results ─────────────────────────────────── tourr 1.2.6 ────
8+
Duration: 1m 24.9s
99

1010
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
1111

12-
- With R CMD CHECK ../tourr_1.2.4.tar.gz
13-
14-
* DONE
15-
16-
Status: OK
17-
1812
## Test environment
1913

20-
* R version 4.4.2 (2024-10-31) -- "Pile of Leaves"
14+
* R version 4.5.0 (2025-04-11) -- "How About a Twenty-Six"
2115

2216
Checks made using R-CMD-check.yaml GitHub Actions on the repo for environments:
23-
linux, macos, windows. It fails on the vignettes due to rmarkdown
24-
not being available on GitHub, beyond my control, but all other checks pass.
17+
linux, macos, windows.
2518

2619
## Downstream dependencies
2720

2821
All downstream dependencies have been checked.
2922

3023
> revdepcheck::revdep_check()
31-
── INIT ───────────────────────────────── Computing revdeps ──
32-
── INSTALL ───────────────────────────────────── 2 versions ──
24+
── INIT ────────────────────────────────────────────── Computing revdeps ──
25+
── INSTALL ────────────────────────────────────────────────── 2 versions ──
3326
Installing CRAN version of tourr
3427
Installing DEV version of tourr
35-
── CHECK ───────────────────────────────────────────────────────────── 12 packages ──
36-
✔ cheem 0.4.0.0 ── E: 1 | W: 0 | N: 0
37-
✔ composits 0.1.1 ── E: 1 | W: 0 | N: 0
38-
✔ detourr 0.1.0 ── E: 0 | W: 0 | N: 2
39-
✔ ferrn 0.1.0 ── E: 0 | W: 0 | N: 0
40-
✔ geozoo 0.5.1 ── E: 0 | W: 0 | N: 0
41-
✔ liminal 0.1.2 ── E: 0 | W: 0 | N: 0
42-
I loon.tourr 0.1.4 ── E: 1 | W: 0 | N: 0
43-
✔ mulgar 1.0.2 ── E: 0 | W: 0 | N: 0
44-
✔ PPbigdata 1.0.0 ── E: 0 | W: 0 | N: 0
45-
I REPPlab 0.9.6 ── E: 1 | W: 0 | N: 0
46-
✔ spinifex 0.3.8 ── E: 0 | W: 0 | N: 0
47-
✔ woylier 0.0.9 ── E: 0 | W: 0 | N: 0
48-
OK: 12
28+
Installing 1 packages: spatstat.univar
29+
── CHECK ─────────────────────────────────────────────────── 15 packages ──
30+
✔ cheem 0.4.0.0 ── E: 1 | W: 0 | N: 0
31+
✔ composits 0.1.1 ── E: 1 | W: 0 | N: 0
32+
✔ detourr 0.1.0 ── E: 0 | W: 0 | N: 1
33+
✔ ferrn 0.1.0 ── E: 0 | W: 0 | N: 1
34+
✔ geozoo 0.5.1 ── E: 0 | W: 0 | N: 0
35+
✔ langevitour 0.8.1 ── E: 0 | W: 0 | N: 0
36+
✔ liminal 0.1.2 ── E: 0 | W: 0 | N: 0
37+
✔ lionfish 1.0.27 ── E: 0 | W: 0 | N: 0
38+
I loon.tourr 0.1.4 ── E: 1 | W: 0 | N: 0
39+
✔ mulgar 1.0.5 ── E: 0 | W: 0 | N: 0
40+
✔ PPbigdata 1.0.0 ── E: 0 | W: 0 | N: 0
41+
I REPPlab 0.9.6 ── E: 1 | W: 0 | N: 0
42+
✔ spinebil 0.1.6 ── E: 0 | W: 0 | N: 0
43+
✔ spinifex 0.3.8 ── E: 0 | W: 0 | N: 0
44+
✔ woylier 0.0.9 ── E: 0 | W: 0 | N: 0
45+
OK: 15
4946
BROKEN: 0
50-
Total time: 17 min
47+
Total time: 19 min
48+
── REPORT ─────────────────────────────────────────────────────────────────
49+
Writing summary to 'revdep/README.md'
50+
Writing problems to 'revdep/problems.md'
51+
Writing failures to 'revdep/failures.md'
52+
Writing CRAN report to 'revdep/cran.md'

0 commit comments

Comments
 (0)