Skip to content

Commit ba116e3

Browse files
committed
updated cran-comments
1 parent deee3a2 commit ba116e3

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

cran-comments.md

+23-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,36 @@
11
## Overview
22

3-
This is a fairly major update, with new display options and new parameters on many display options. There are no major structural changes to the code.
3+
This is a substantial update, with new display options and new parameters on many display options. There are no major structural changes to the code, though.
44

5-
\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 this example.
5+
\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.
6+
7+
## ── R CMD check results ──────────────────────── tourr 1.0.0 ────
8+
Duration: 1m 17.9s
9+
10+
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
611

712
## Test environment
813

9-
* local R installation: R version 4.2.1 (2022-06-23)
14+
* local R installation: R version 4.3.1 (2023-06-16)
1015
* Windows Server 2022, R-devel, 64 bit
1116
* Fedora Linux, R-devel, clang, gfortran
1217
* Ubuntu Linux 20.04.1 LTS, R-release, GCC
1318

14-
## ── R CMD check results ──────────────────────── tourr 1.0.0 ────
15-
Duration: 1m 16.8s
19+
using `check_rhub()`, returns some notes:
1620

17-
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
21+
* checking HTML version of manual ... NOTE
22+
Skipping checking HTML validation: no command 'tidy' found
23+
Skipping checking math rendering: package 'V8' unavailable
24+
25+
* checking for non-standard things in the check directory ... NOTE
26+
Found the following files/directories:
27+
''NULL''
28+
29+
* checking for detritus in the temp directory ... NOTE
30+
Found the following files/directories:
31+
'lastMiKTeXException'
32+
33+
Which I understand can be ignored
1834

1935
## Downstream dependencies
2036

@@ -37,4 +53,4 @@ OK: 11
3753
BROKEN: 0
3854
Total time: 17 min
3955

40-
REPPlab cannot be fully checked. It doesn't Depend but only Suggests the tourr package.
56+
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.

0 commit comments

Comments
 (0)