Skip to content

Commit

Permalink
Reverse dependency checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mayer79 committed Oct 20, 2023
1 parent 57eabbe commit b61c16b
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 88 deletions.
26 changes: 15 additions & 11 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
# missRanger 2.2.1
# missRanger 2.3.0

Dear CRAN team

This is a small update, mainly aiming at replacing "importFrom" by "::" logic, plus
some documentation improvement.
This update fixes two issues: non-syntactic column names, and too many features.

I have checked reverse dependencies, without finding.

## R CMD check

- WARNING: 'qpdf' is needed for checks on size reduction of PDFs
- NOTE: unable to verify current time
- NOTE: no command 'tidy' found

## RHub

Note: lastMiKTeXException
* checking HTML version of manual ... NOTE
Skipping checking HTML validation: no command 'tidy' found

## Winbuilder

Status: OK
Status: 1 NOTE
R Under development (unstable) (2023-10-18 r85349 ucrt)

## revdepcheck results

We checked 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

## REVDEP

- OK: 7
- BROKEN: 0

## Reverse dependency check of 7 packages
2 changes: 1 addition & 1 deletion man/missRanger.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 15 additions & 21 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,28 @@
# Platform

|field |value |
|:--------|:----------------------------------------------------|
|version |R version 4.3.0 (2023-04-21 ucrt) |
|os |Windows 11 x64 (build 22621) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |German_Switzerland.utf8 |
|ctype |German_Switzerland.utf8 |
|tz |Europe/Zurich |
|date |2023-04-28 |
|rstudio |2023.03.0+386 Cherry Blossom (desktop) |
|pandoc |2.12 @ C:\Users\Michael\anaconda3\Scripts\pandoc.exe |
|field |value |
|:--------|:--------------------------------------------------------|
|version |R version 4.3.0 (2023-04-21 ucrt) |
|os |Windows 11 x64 (build 22621) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |German_Switzerland.utf8 |
|ctype |German_Switzerland.utf8 |
|tz |Europe/Zurich |
|date |2023-10-20 |
|rstudio |2023.06.1+524 Mountain Hydrangea (desktop) |
|pandoc |3.1.6 @ C:\Users\Michael\AppData\Local\Pandoc\pandoc.exe |

# Dependencies

|package |old |new |Δ |
|:----------|:---------|:---------|:--|
|missRanger |2.2.0 |2.2.1 |* |
|missRanger |2.2.1 |2.3.0 |* |
|FNN |1.1.3.2 |1.1.3.2 | |
|ranger |0.15.1 |0.15.1 | |
|Rcpp |1.0.10 |1.0.10 | |
|Rcpp |1.0.11 |1.0.11 | |
|RcppEigen |0.3.3.9.3 |0.3.3.9.3 | |

# Revdeps

## Failed to check (1)

|package |version |error |warning |note |
|:---------------|:-------|:-----|:-------|:----|
|marginaleffects |? | | | |

2 changes: 1 addition & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## revdepcheck results

We checked 7 reverse dependencies (6 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 7 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
Expand Down
46 changes: 1 addition & 45 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1,45 +1 @@
# marginaleffects

<details>

* Version:
* GitHub: https://github.com/mayer79/missRanger
* Source code: NA
* Number of recursive dependencies: 0

</details>

## Error before installation

### Devel

```
Es gibt Binärversionen, jedoch sind die Quelltexte neuer:
binary source needs_compilation
checkmate 2.1.0 2.2.0 TRUE
xml2 1.3.3 1.3.4 TRUE
Binaries will be installed
```
### CRAN

```
Es gibt Binärversionen, jedoch sind die Quelltexte neuer:
binary source needs_compilation
checkmate 2.1.0 2.2.0 TRUE
xml2 1.3.3 1.3.4 TRUE
Binaries will be installed
```
*Wow, no problems at all. :)*
2 changes: 1 addition & 1 deletion vignettes/missRanger.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ system.time(
m <- missRanger(diamonds_with_NA, pmm.k = 3, num.trees = 50)
)

# Takes 7 seconds
# Takes 6 seconds
system.time(
m <- missRanger(diamonds_with_NA, pmm.k = 3, num.trees = 1)
)
Expand Down
16 changes: 8 additions & 8 deletions vignettes/working_with_censoring.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ models <- lapply(filled, function(x) coxph(Surv(time, status) ~ . - surv, x))
summary(pooled_fit <- pool(models))

# term estimate std.error statistic df p.value
# 1 trt 0.238408881 0.213416156 1.1171079 108.30303 2.664203e-01
# 2 celltypesmallcell 0.801088770 0.286383107 2.7972626 112.17712 6.066665e-03
# 3 celltypeadeno 1.134351839 0.308977998 3.6713030 110.65791 3.731780e-04
# 4 celltypelarge 0.327092592 0.291069423 1.1237614 109.29555 2.635765e-01
# 5 karno -0.031250557 0.005786704 -5.4004073 99.60711 4.529695e-07
# 6 diagtime 0.002889092 0.009020319 0.3202872 106.17585 7.493801e-01
# 7 age -0.007620985 0.009632902 -0.7911411 97.27459 4.307864e-01
# 8 prior 0.003954604 0.023537476 0.1680131 111.98360 8.668760e-01
# 1 trt 0.245855250 0.212810467 1.1552780 108.72929 2.505091e-01
# 2 celltypesmallcell 0.805233656 0.284424937 2.8310937 114.17088 5.483657e-03
# 3 celltypeadeno 1.110172771 0.307570269 3.6094931 111.91588 4.603422e-04
# 4 celltypelarge 0.328227283 0.291163500 1.1272954 109.30510 2.620862e-01
# 5 karno -0.031838682 0.005663349 -5.6218824 112.60325 1.390333e-07
# 6 diagtime 0.002775351 0.009382270 0.2958081 86.61582 7.680847e-01
# 7 age -0.007843577 0.009293988 -0.8439410 107.86917 4.005701e-01
# 8 prior 0.003165245 0.023501821 0.1346809 111.84783 8.931063e-01

# Compare with the results on the original data
summary(coxph(Surv(time, status) ~ ., veteran))$coefficients
Expand Down

0 comments on commit b61c16b

Please sign in to comment.