You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cran-comments.md
+6-46Lines changed: 6 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,63 +6,23 @@
6
6
### Windows
7
7
8
8
rhub::check_for_cran()
9
-
401#> * using R Under development (unstable) (2021-12-17 r81389 ucrt)
10
-
402#> * using platform: x86_64-w64-mingw32 (64-bit)
11
-
403#> * using session charset: UTF-8
12
-
404#> * using option '--as-cran'
13
-
405#> * checking for file 'wrapr/DESCRIPTION' ... OK
14
-
406#> * checking extension type ... Package
15
-
452#> * checking sizes of PDF files under 'inst/doc' ... NOTE
16
-
453#> Unable to find GhostScript executable to run checks on size reduction
17
-
466#> * checking for detritus in the temp directory ... NOTE
18
-
467#> Found the following files/directories:
19
-
468#> 'lastMiKTeXException'
20
-
470#> Status: 2 NOTEs
21
-
Both notes are side-effects of test environment, not from the package.
9
+
22
10
23
11
devtools::check_win_devel()
24
-
* using R Under development (unstable) (2022-01-25 r81562 ucrt)
25
-
* using platform: x86_64-w64-mingw32 (64-bit)
26
-
* using session charset: UTF-8
27
-
* checking for file 'wrapr/DESCRIPTION' ... OK
28
-
* checking extension type ... Package
29
-
* this is package 'wrapr' version '2.0.9'
30
-
...
31
-
Status: OK
12
+
32
13
33
14
### MacOS
34
15
35
-
R CMD check --as-cran wrapr_2.0.9.tar.gz
36
-
* using R version 4.1.2 (2021-11-01)
37
-
* using platform: x86_64-apple-darwin17.0 (64-bit)
38
-
...
39
-
Status: OK
16
+
R CMD check --as-cran wrapr_2.1.0.tar.gz
17
+
40
18
41
19
### Linux
42
20
43
21
rhub::check_for_cran()
44
-
1558#> * using R version 4.1.2 (2021-11-01)
45
-
1559#> * using platform: x86_64-pc-linux-gnu (64-bit)
46
-
1560#> * using session charset: UTF-8
47
-
1561#> * using option ‘--as-cran’
48
-
1562#> * checking for file ‘wrapr/DESCRIPTION’ ... OK
49
-
1563#> * checking extension type ... Package
50
-
1564#> * this is package ‘wrapr’ version ‘2.0.9’
51
-
1625#> Status: OK
52
-
53
-
rhub::check_for_cran()
54
-
1599#> * using R Under development (unstable) (2022-01-25 r81562)
55
-
1600#> * using platform: x86_64-pc-linux-gnu (64-bit)
56
-
1601#> * using session charset: UTF-8
57
-
1602#> * using option ‘--as-cran’
58
-
1603#> * checking for file ‘wrapr/DESCRIPTION’ ... OK
59
-
1604#> * checking extension type ... Package
60
-
1605#> * this is package ‘wrapr’ version ‘2.0.9’
61
-
1666#> Status: OK
22
+
62
23
63
24
## Downstream dependencies
64
25
65
26
Checked all reverse dependencies https://github.com/WinVector/wrapr/blob/master/extras/check_reverse_dependencies.md .
66
-
RccpDynprog failure is wrong compiler on MacOS.
67
-
MultiATSM failure is absence of neldermead package.
27
+
All pass except midfieldr, which fails on lack of suggested package midfielddata (not available from CRAN, and same failure already seen for midfieldr on CRAN copy).
0 commit comments