Skip to content

Commit

Permalink
beta v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydevaux committed Dec 17, 2023
1 parent 95652ec commit 6e8fb86
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: DynForest
Title: Random Forest with Multivariate Longitudinal Predictors
Version: 1.1.2
Version: 1.1.3
Authors@R:
c(
person("Anthony", "Devaux", email = "anthony.devauxbarault@gmail.com",
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# DynForest 1.1.2
# DynForest 1.1.3 (Development version)

- Improved `DynForest()` computation time function with survival outcome

# DynForest 1.1.2 (CRAN version)

- Added `conv_issue` return object for each tree providing information regarding convergence of the longitudinal data
- Added S3 method `print()` for class `DynForest`, `DynForestVIMP`, `DynForestgVIMP` and `DynForestVarDepth`
Expand Down
2 changes: 1 addition & 1 deletion R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
#' cause = 2, ncores = 2, seed = 1234)
#'
#' # Plot minimal depth
#' plot(x = res_dyn, tree = 1, nodes = c(17,32))
#' plot(x = res_dyn, tree = 1, nodes = c(18,19))
#'
#' # Run var_depth function
#' res_varDepth <- var_depth(res_dyn)
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ knitr::opts_chunk$set(
## Installation

`DynForest` package version 1.1.1 could be install from the [CRAN](https://cran.r-project.org/package=DynForest) with:
`DynForest` package version 1.1.2 could be install from the [CRAN](https://cran.r-project.org/package=DynForest) with:

```{r, eval = FALSE}
install.packages("DynForest")
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ a survival outcome in the paper:
## Installation

`DynForest` package version 1.1.1 could be install from the
`DynForest` package version 1.1.2 could be install from the
[CRAN](https://cran.r-project.org/package=DynForest) with:

``` r
Expand Down Expand Up @@ -124,13 +124,13 @@ summary(res_dyn)
#> ----------------
#> ----------------
#> DynForest summary
#> Average depth per tree: 5.94
#> Average number of leaves per tree: 20.44
#> Average number of subjects per leaf: 9.67
#> Average depth per tree: 5.95
#> Average number of leaves per tree: 20.38
#> Average number of subjects per leaf: 9.69
#> Average number of events of interest per leaf: 4.34
#> ----------------
#> Computation time
#> Number of cores used: 2
#> Time difference of 8.185554 mins
#> Time difference of 9.072034 mins
#> ----------------
```
2 changes: 1 addition & 1 deletion man/plot.DynForest.Rd

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

0 comments on commit 6e8fb86

Please sign in to comment.