From 2ff35e2c237c03a6e566e269744c5b15df973c7e Mon Sep 17 00:00:00 2001 From: kapsner Date: Fri, 5 Jul 2024 13:34:35 +0200 Subject: [PATCH] chore: updated version for cran-release --- DESCRIPTION | 4 ++-- NEWS.md | 6 ++++-- data-raw/devstuffs.R | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0a67c94..5583f48 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: mllrnrs Title: R6-Based ML Learners for 'mlexperiments' -Version: 0.0.3.9009 +Version: 0.0.4 Authors@R: person("Lorenz A.", "Kapsner", , "lorenz.kapsner@gmail.com", role = c("cre", "aut", "cph"), comment = c(ORCID = "0000-0003-1866-860X")) @@ -40,7 +40,7 @@ VignetteBuilder: quarto Config/testthat/edition: 3 Config/testthat/parallel: false -Date/Publication: 2024-05-29 15:54:51.858942 UTC +Date/Publication: 2024-07-05 09:24:53.829592 UTC Encoding: UTF-8 Roxygen: list(markdown = TRUE) SystemRequirements: Quarto command line tools diff --git a/NEWS.md b/NEWS.md index 3ed995f..8d3346a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ # mllrnrs NEWS -## Unreleased (2024-05-24) +## Unreleased (2024-05-29) #### New features @@ -25,6 +25,8 @@ #### Other changes +- switch vignetteengine to quarto + ([b70f3d6](https://github.com/kapsner/mllrnrs/tree/b70f3d678751b67513d1404062362b651d5e806a)) - added automated gen of readme ([dbbcde5](https://github.com/kapsner/mllrnrs/tree/dbbcde53cbc4ba0f3430360111b50c02a2dec33b)) - add weight support also for glmnet @@ -35,7 +37,7 @@ ([323f9cb](https://github.com/kapsner/mllrnrs/tree/323f9cb0dc0e38213154669dccff7a700f5071c2)) Full set of changes: -[`v0.0.3...dbbcde5`](https://github.com/kapsner/mllrnrs/compare/v0.0.3...dbbcde5) +[`v0.0.3...b70f3d6`](https://github.com/kapsner/mllrnrs/compare/v0.0.3...b70f3d6) ## v0.0.3 (2024-03-07) diff --git a/data-raw/devstuffs.R b/data-raw/devstuffs.R index 0001817..bb543d7 100644 --- a/data-raw/devstuffs.R +++ b/data-raw/devstuffs.R @@ -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.9009") +my_desc$set_version("0.0.4") # The title of your package my_desc$set(Title = "R6-Based ML Learners for 'mlexperiments'") # The description of your package