Skip to content

Commit d389a65

Browse files
committed
CRAN submission (v1.1.1)
1 parent 19c9278 commit d389a65

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: survex
22
Title: Explainable Machine Learning in Survival Analysis
3-
Version: 1.1.0
3+
Version: 1.1.1
44
Authors@R:
55
c(
66
person("Mikołaj", "Spytek", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7111-2286")),

cran-comments.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
## Submission 30/08/2023 v.1.1.0
1+
## Resubmission 30/08/2023 v.1.1.1
2+
3+
* Fix notes about long running examples by wrapping
4+
in \donttest{} blocks.
5+
* Previous submission (v.1.1.0) also had the following
6+
notes from `r-devel-linux-x86_64-debian-gcc` flavor
7+
check:
8+
- Running R code in 'testthat.R' had CPU time
9+
7.6 times elapsed time
10+
- Re-building vignettes had CPU time
11+
10.8 times elapsed time
12+
I could not replicate these in any other environment:
13+
- locally using R CMD Check (Windows),
14+
- on r_hub (Windows, macos, and linux)
15+
- using R CMD Check in GitHub Actions runners
16+
(Windows, Ubuntu, macos)
17+
- using `devtools::check_win_devel()` and
18+
`check_macos_release()`
19+
I believe these to be false positives likely due to
20+
hardware or current load at the time of the check
21+
in case they are not, please provide advice how to fix.
222

323
## R CMD check results
424

@@ -8,6 +28,7 @@
828
checked to be valid and working, seems to be
929
a false positive
1030

31+
1132
## Reverse dependencies
1233

1334
* `survex` does not have any reverse dependencies

0 commit comments

Comments
 (0)