From d0f1c7bfea7b22e0a03dd2b4560ba0c9be65a3c9 Mon Sep 17 00:00:00 2001 From: dicook Date: Fri, 19 Apr 2024 11:12:36 +1000 Subject: [PATCH] fixes for CRAN --- LICENSE | 2 +- NEWS.md | 13 ++++++----- cran-comments.md | 56 ++++++++++++++++++------------------------------ 3 files changed, 28 insertions(+), 43 deletions(-) diff --git a/LICENSE b/LICENSE index a04a547a..fd367831 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ -YEAR: 2010-2021 +YEAR: 2010-2024 COPYRIGHT HOLDER: Hadley Wickham, Di Cook diff --git a/NEWS.md b/NEWS.md index fec97da3..d9b89378 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,11 @@ # tourr 1.2.0 -* major change: rescale is now FALSE by default -* flea is now standardised measurements, and flea_raw is the original units -* TeachingDemos removed as a Suggests, and replaced with aplpack for drawing Chernoff faces -* addition of a pre-specified ellipse can be added to the 2D display -* palette can now be a vector of values -* a new projection pursuit index for finding anomalies relative to -a null variance-covariance matrix. +* major change: rescale is now FALSE by default. +* flea is now standardised measurements, and flea_raw is the original units. +* TeachingDemos removed as a Suggests, and replaced with aplpack for drawing Chernoff faces. +* addition of a pre-specified ellipse can be added to the 2D display. +* palette can now be a vector of values. +* a new projection pursuit index for finding anomalies relative to a null variance-covariance matrix. May still need more work. * point shapes can now be specified like palettes # tourr 1.1.0 diff --git a/cran-comments.md b/cran-comments.md index a4715712..8f87ae85 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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 ────────────────────────────────────────────────────