Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.74 KB

cran-comments.md

File metadata and controls

57 lines (42 loc) · 2.74 KB

Overview

This is a small update, with one new displayand several bug fixes. There are no major structural changes to the code, though.

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

── R CMD check results ──────────────────────────── tourr 1.1.0 ──── Duration: 1m 14.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

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
✔ 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
✔ woylier 0.0.5 ── E: 0 | W: 0 | N: 0
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.