Skip to content

Commit 00edd5f

Browse files
committed
prep for next cran submit, check cpp version always
1 parent 0d6abdd commit 00edd5f

11 files changed

+179
-153
lines changed

CRAN-SUBMISSION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Version: 0.1.0
2-
Date: 2023-10-12 03:47:48 UTC
3-
SHA: 8504a3cc7b87142ebabef93939a8812883e14725
2+
Date: 2023-10-13 20:40:05 UTC
3+
SHA: 62f71c683b4ca6ec3f793b06af65f75d08bab1c1

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: aorsf
22
Title: Accelerated Oblique Random Survival Forests
3-
Version: 0.1.0
3+
Version: 0.1.1
44
Authors@R: c(
55
person(given = "Byron",
66
family = "Jaeger",

cran-comments.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## Version 0.1.1
2+
3+
## R CMD check results
4+
5+
Duration: 4m 8.3s
6+
7+
0 errors ✔ | 0 warnings ✔ | 0 notes ✔
8+
9+
R CMD check succeeded
10+
11+
## valgrind
12+
13+
The error spotted by valgrind on initial submission of 0.1.0, "a conditional jump or move depends on uninitialized values has been fixed".
14+
15+
## Downstream dependencies
16+
17+
I have also run R CMD check on downstream dependencies of `aorsf`:
18+
19+
- Rcpp
20+
- data.table.
21+
- collapse
22+
23+
All packages passed.
24+
125
## Version 0.1.0
226

327
## R CMD check results

man/orsf.Rd

+51-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/orsf_control_custom.Rd

+12-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/orsf_ice_oob.Rd

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/orsf_pd_oob.Rd

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)