Skip to content

Commit

Permalink
fixes for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
dicook committed Apr 19, 2024
1 parent 20c5035 commit d0f1c7b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 43 deletions.
2 changes: 1 addition & 1 deletion LICENSE
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
13 changes: 6 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
56 changes: 21 additions & 35 deletions cran-comments.md
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 ────────────────────────────────────────────────────

0 comments on commit d0f1c7b

Please sign in to comment.