forked from amices/mice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cran-comments.Rmd
69 lines (49 loc) · 2.23 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
---
title: "cran-comments"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
Package built by
```{r eval = FALSE}
library("devtools")
build()
```
`"/Users/buurensv/Package/mice/mice_3.3.0.tar.gz"`
## Test environments
* local OS X install, 10.13.6, R 3.5.1
* win-builder, using `devtools::build_win()`
Status: OK
## R CMD check results
local checks of tarball:
`$ R CMD CHECK mice_3.3.0.tar.gz`
Status: Error
Error: package or namespace load failed for ‘lattice’:
package ‘lattice’ was installed by an R version with different internals; it needs to be reinstalled for use with this R version
This has probably to do with my local system. I am using lattice 0.20-35.
Probably minor.
## Downstream dependencies
I have run
```{r eval=FALSE}
revdep_check()
revdep_check_save_summary()
revdep_check_print_problems()
```
There were 49 reverse dependencies.
10 packages with problems + actions
|package |version | errors| warnings| notes| My actions
|:---------------|:--------|------:|--------:|-----:|:---------------------------------
|cobalt |3.3.0 | 0| 1| 1| mising `designmatch` package
|dynr |0.1.12-5 | 1| 0| 0| needs additional local installs, not further checked
|Hmisc |4.1-1 | 1| 0| 0| installed by hand
|JointAI |0.1.0 | 1| 0| 0| depends on external JAGS, not further checked
|miceFast |0.2.3 | 1| 0| 0| C compilation errors
|MissingDataGUI |0.2-5 | 1| 0| 0| 'gWidgetsRGtk2', 'cairoDevice' not available
|NNLM |0.4.2 | 1| 0| 0| fails to install
|Qtools |1.3 | 1| 0| 0| fortran compilation errors, author noted
|rattle |5.1.0 | 1| 0| 0| 'cairoDevice' not available
|weightTAPSPACK |0.1 | 1| 0| 0| package "HotDeckImputation" not available
* Failed to install dependencies for: cobalt, MissingDataGUI, rattle, weightTAPSPACK
* Failed to install: dynr, Hmisc, JointAI, miceFast, NNLM, Qtools
See https://github.com/stefvanbuuren/mice/blob/master/revdep/problems.md