Skip to content

Commit

Permalink
chore: updated package for next cran-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kapsner committed Jul 5, 2024
1 parent 239e395 commit 34c6cfc
Show file tree
Hide file tree
Showing 14 changed files with 101 additions and 84 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlsurvlrnrs
Title: R6-Based ML Survival Learners for 'mlexperiments'
Version: 0.0.3.9002
Version: 0.0.4
Authors@R:
person("Lorenz A.", "Kapsner", , "[email protected]", role = c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0003-1866-860X"))
Expand Down Expand Up @@ -41,8 +41,9 @@ VignetteBuilder:
quarto
Config/testthat/edition: 3
Config/testthat/parallel: false
Date/Publication: 2024-05-29 15:56:57.686549 UTC
Date/Publication: 2024-07-05 13:45:46.34518 UTC
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
SystemRequirements: Quarto command line tools
(https://github.com/quarto-dev/quarto-cli).
RoxygenNote: 7.3.1
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# mlsurvlrnrs NEWS

## Unreleased (2024-05-24)
## Unreleased (2024-05-29)

#### CI

Expand All @@ -11,6 +11,8 @@

#### Other changes

- switched vignetteengine to quarto
([239e395](https://github.com/kapsner/mlsurvlrnrs/tree/239e39567361a83cf96f6ce3847ca19237508df7))
- automated readme gen
([3fd0c35](https://github.com/kapsner/mlsurvlrnrs/tree/3fd0c35013f7010d0d26644799e000e6f894b2fb))
- updated dev-version
Expand All @@ -19,7 +21,7 @@
([3bbf43f](https://github.com/kapsner/mlsurvlrnrs/tree/3bbf43f8f65ceb6481164ac2568079af725c41f9))

Full set of changes:
[`v0.0.3...3fd0c35`](https://github.com/kapsner/mlsurvlrnrs/compare/v0.0.3...3fd0c35)
[`v0.0.3...239e395`](https://github.com/kapsner/mlsurvlrnrs/compare/v0.0.3...239e395)

## v0.0.3 (2024-03-08)

Expand Down
2 changes: 1 addition & 1 deletion R/learner_surv_glmnet_cox.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' Can be used with
#' * [mlexperiments::MLTuneParameters]
#' * [mlexperiments::MLCrossValidation]
#' * [mlexperiments::MLNestedCVs]
#' * [mlexperiments::MLNestedCV]
#'
#' @seealso [glmnet::glmnet()], [glmnet::cv.glmnet()]
#'
Expand Down
2 changes: 1 addition & 1 deletion R/learner_surv_ranger_cox.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' Can be used with
#' * [mlexperiments::MLTuneParameters]
#' * [mlexperiments::MLCrossValidation]
#' * [mlexperiments::MLNestedCVs]
#' * [mlexperiments::MLNestedCV]
#'
#' @seealso [ranger::ranger()]
#'
Expand Down
8 changes: 4 additions & 4 deletions R/learner_surv_xgboost_aft.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#' Can be used with
#' * [mlexperiments::MLTuneParameters]
#' * [mlexperiments::MLCrossValidation]
#' * [mlexperiments::MLNestedCVs]
#' Also see the official xgboost documentation on
#' [aft models](https://xgboost.readthedocs.io/en/stable/tutorials/aft_
#' survival_analysis.html)
#' * [mlexperiments::MLNestedCV]
#'
#' Also see the official xgboost documentation on aft models:
#' \url{https://xgboost.readthedocs.io/en/stable/tutorials/aft_survival_analysis.html}
#'
#' @seealso [xgboost::xgb.train()], [xgboost::xgb.cv()]
#'
Expand Down
2 changes: 1 addition & 1 deletion R/learner_surv_xgboost_cox.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' Can be used with
#' * [mlexperiments::MLTuneParameters]
#' * [mlexperiments::MLCrossValidation]
#' * [mlexperiments::MLNestedCVs]
#' * [mlexperiments::MLNestedCV]
#'
#' @seealso [xgboost::xgb.train()], [xgboost::xgb.cv()]
#'
Expand Down
2 changes: 1 addition & 1 deletion data-raw/devstuffs.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ my_desc$set_authors(c(
# Remove some author fields
my_desc$del("Maintainer")
# Set the version
my_desc$set_version("0.0.3.9002")
my_desc$set_version("0.0.4")
# The title of your package
my_desc$set(Title = "R6-Based ML Survival Learners for 'mlexperiments'")
# The description of your package
Expand Down
16 changes: 9 additions & 7 deletions man/LearnerSurvCoxPHCox.Rd

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

20 changes: 11 additions & 9 deletions man/LearnerSurvGlmnetCox.Rd

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

20 changes: 11 additions & 9 deletions man/LearnerSurvRangerCox.Rd

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

44 changes: 24 additions & 20 deletions man/LearnerSurvRpartCox.Rd

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

30 changes: 16 additions & 14 deletions man/LearnerSurvXgboostAft.Rd

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

Loading

0 comments on commit 34c6cfc

Please sign in to comment.