forked from amices/mice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcran-comments.Rmd
114 lines (76 loc) · 2.13 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
109
110
111
112
113
114
---
title: "cran-comments"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## mice 3.14.0
New submission.
## Reason
A report from CRAN indicates that `install.on.demand()` breaks the CRAN work flow, so an urgent update is needed. In addition, there are many changes and improvements since the last CRAN version 3.13.0 published in Jan 2021.
## Test environments
* local OS X install, 11.6, R 4.1.2
* win-builder
* Rhub
## Local check
Package built by
```{r eval = FALSE}
library("devtools")
build()
```
```{bash eval=FALSE}
R CMD CHECK mice_3.14.0.tar.gz
```
Status: OK
## win-builder
```{r eval=FALSE}
devtools::check_win_devel()
```
Status: OK
## Rhub checks
```{r eval=FALSE}
devtools::check_rhub()
```
Results:
1. Debian Linux, R-devel, GCC ASAN/UBSAN: Success
3. Ubuntu Linux 20.04.1 LTS, R-release, GCC: Success
4. Fedora Linux, R-devel, clang, gfortran: Success
## Downstream dependencies
I have run
```{r eval=FALSE}
library(revdepcheck)
revdep_reset()
revdep_check(num_workers = 10)
```
### `failures.md`
There is one old failure (`dynr`): `configure: error: gsl-config not found, is GSL installed?`
Not related to `mice`.
### `problems.md`
```
# CALIBERrfimpute
<details>
* Version: 1.0-5
* GitHub: NA
* Source code: https://github.com/cran/CALIBERrfimpute
* Date/Publication: 2021-05-05 09:00:04
* Number of recursive dependencies: 53
Run `revdep_details(, "CALIBERrfimpute")` for more info
</details>
## Newly broken
* checking running R code from vignettes ...
‘simstudy_survival.Rnw’ using ‘UTF-8’... failed
ERROR
Errors in running code in vignettes:
when running code in ‘simstudy_survival.Rnw’
...
x2 & 0.0391 & 0.0254 & 0.0138 \\
x3 & -0.0314 & -0.00854 & -0.0228 \\
\hline
\end{tabular}
\vspace{1em}
When sourcing ‘simstudy_survival.R’:
Error: missing value where TRUE/FALSE needed
Execution halted
```
Not sure whether it's related to `mice`, and seems relatively benign if it is. The package maintainer of `CALIBERrfimpute` is aware of the problem, and will look into the issue.