-
Notifications
You must be signed in to change notification settings - Fork 3
/
cran-comments.Rmd
108 lines (78 loc) · 2.44 KB
/
cran-comments.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
title: "cran-comments"
output: github_document
---
## Submission to CRAN
* **The DOI in the CITATION is for a new JSS publication that will be registered after publication on CRAN.**
* `brokenstick 2.5.0` updates the package documentation and site to sync with the manuscript to appear in JSS in March 2023
* See NEWS.md for an overview of (minor) edits.
## Test environments
* local: OS X, 13.2.1, R 4.2.3, aarch64-apple-darwin20 (64-bit)
* win-builder: using `devtools::check_win_devel()`
* rhub: `rhub::check_for_cran()`
### Local build
Package built by
```{r eval = FALSE}
library("devtools")
build(manual = TRUE)
```
```{bash eval=FALSE}
R CMD CHECK brokenstick_2.5.0.tar.gz
Status: OK
```
### WIN_DEVEL
`devtools::check_win_devel()` resulted in:
```
Status: 1 NOTE
Found the following (possibly) invalid DOIs:
DOI: 10.18637/jss.v106.i07
From: DESCRIPTION
inst/CITATION
Status: 404
Message: Not Found
```
- The missing DOI is expected. See above.
### RHUB
```{r eval=FALSE}
rhub::check_for_cran()
```
```
Ubuntu Linux 20.04.1 LTS, R-release, GCC: Finished: SUCCESS
```
```
Fedora Linux, R-devel, clang, gfortran: Finished: SUCCESS
* checking CRAN incoming feasibility ... [8s/35s] NOTE
Maintainer: ‘Stef van Buuren <[email protected]>’
Found the following (possibly) invalid DOIs:
DOI: 10.18637/jss.v106.i07
From: DESCRIPTION
inst/CITATION
Status: 404
Message: Not Found
* checking examples ... [9s/33s] NOTE
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
get_omega 3.257 0.045 12.458
* checking HTML version of manual ... NOTE
Skipping checking HTML validation: no command 'tidy' found
```
- The missing DOI is expected. See above.
- `elapsed time > 5s`: user + system is below < 5s
- `no command 'tidy' found`: I don't know what to do about this.
```
Windows Server 2022, R-devel, 64 bit: Finished: SUCCESS
* checking CRAN incoming feasibility ... [12s] NOTE
Maintainer: 'Stef van Buuren <[email protected]>'
Found the following (possibly) invalid DOIs:
DOI: 10.18637/jss.v106.i07
From: DESCRIPTION
inst/CITATION
Status: 404
Message: Not Found
* checking for detritus in the temp directory ... NOTE
Found the following files/directories:
```
- The missing DOI is expected. See above.
- `detritus` message seems unrelated to `brokenstick` package.
## Downstream dependencies
There are no downstream dependencies for this package.