-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
28 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
YEAR: 2010-2021 | ||
YEAR: 2010-2024 | ||
COPYRIGHT HOLDER: Hadley Wickham, Di Cook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,43 @@ | ||
## Overview | ||
|
||
This is a small update, with one new displayand several bug fixes. There are no major structural changes to the code, though. | ||
The main change was removing the dependency on TeachingDemos as requested by CRAN. | ||
|
||
\dontrun is used for example code where the method would break, and thus the code should not be run. It is important for users to be able to see these examples. | ||
Other changes are minor, except that a different default for all animations might affect current users. | ||
|
||
── R CMD check results ──────────────────────────── tourr 1.1.0 ──── | ||
Duration: 1m 14.7s | ||
── R CMD check results ──────────────── tourr 1.2.0 ──── | ||
Duration: 1m 18.7s | ||
|
||
0 errors ✔ | 0 warnings ✔ | 0 notes ✔ | ||
|
||
## Test environment | ||
|
||
* local R installation: R version 4.3.1 (2023-06-16) | ||
* Windows Server 2022, R-devel, 64 bit | ||
* Fedora Linux, R-devel, clang, gfortran | ||
* Ubuntu Linux 20.04.1 LTS, R-release, GCC | ||
|
||
using `check_rhub()`, returns some notes: | ||
|
||
* checking HTML version of manual ... NOTE | ||
Skipping checking HTML validation: no command 'tidy' found | ||
Skipping checking math rendering: package 'V8' unavailable | ||
|
||
* checking for non-standard things in the check directory ... NOTE | ||
Found the following files/directories: | ||
''NULL'' | ||
|
||
* checking for detritus in the temp directory ... NOTE | ||
Found the following files/directories: | ||
'lastMiKTeXException' | ||
|
||
Which I understand can be ignored | ||
* R version 4.3.3 (Angel Food Cake) | ||
* Windows: Using https://win-builder.r-project.org/ | ||
* Linux: Using `rhub::rc_submit()` | ||
|
||
## Downstream dependencies | ||
|
||
All downstream dependencies have been checked. | ||
|
||
> revdepcheck::revdep_check() | ||
── CHECK ──────────────────────────────────────── 11 packages ── | ||
✔ cheem 0.3.0 ── E: 0 | W: 0 | N: 0 | ||
✔ composits 0.1.1 ── E: 1 | W: 0 | N: 0 | ||
── INIT ───────────────────────────────── Computing revdeps ── | ||
── INSTALL ───────────────────────────────────── 2 versions ── | ||
Installing CRAN version of tourr | ||
Installing DEV version of tourr | ||
── CHECK ────────────────────────────────────── 12 packages ── | ||
✔ cheem 0.4.0.0 ── E: 0 | W: 0 | N: 0 | ||
✔ composits 0.1.1 ── E: 0 | W: 0 | N: 0 | ||
✔ detourr 0.1.0 ── E: 0 | W: 0 | N: 1 | ||
I diveR 0.1.2 ── E: 1 | W: 0 | N: 0 | ||
✔ ferrn 0.0.2 ── E: 0 | W: 0 | N: 0 | ||
✔ geozoo 0.5.1 ── E: 0 | W: 0 | N: 0 | ||
✔ liminal 0.1.2 ── E: 0 | W: 0 | N: 0 | ||
I loon.tourr 0.1.3 ── E: 1 | W: 0 | N: 0 | ||
✔ mulgar 1.0.1 ── E: 0 | W: 0 | N: 0 | ||
I REPPlab 0.9.4 ── E: 1 | W: 0 | N: 0 | ||
✔ spinifex 0.3.6 ── E: 0 | W: 0 | N: 1 | ||
I loon.tourr 0.1.4 ── E: 1 | W: 0 | N: 0 | ||
✔ mulgar 1.0.2 ── E: 0 | W: 0 | N: 0 | ||
I REPPlab 0.9.6 ── E: 1 | W: 0 | N: 0 | ||
✔ spinifex 0.3.7.0 ── E: 0 | W: 0 | N: 0 | ||
✔ woylier 0.0.5 ── E: 0 | W: 0 | N: 0 | ||
OK: 12 | ||
OK: 12 | ||
BROKEN: 0 | ||
Total time: 13 min | ||
|
||
REPPlab cannot be fully checked because it uses RJava, which is difficult to install at present. REPPlab doesn't Depend, but only Suggests, the tourr package. diveR appears to be a helper package for interactive graphics but it fails to load properly for me, so I can't easily check the problems. | ||
Total time: 12 min | ||
── REPORT ──────────────────────────────────────────────────── |