Skip to content

Commit 6673512

Browse files
committed
chore: updated new cran version
1 parent 215d0d7 commit 6673512

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlexperiments
22
Title: Machine Learning Experiments
3-
Version: 0.0.7.9002
3+
Version: 0.0.8
44
Authors@R:
55
person("Lorenz A.", "Kapsner", , "[email protected]", role = c("cre", "aut", "cph"),
66
comment = c(ORCID = "0000-0003-1866-860X"))
@@ -41,7 +41,7 @@ VignetteBuilder:
4141
quarto
4242
Config/testthat/edition: 3
4343
Config/testthat/parallel: false
44-
Date/Publication: 2025-10-15 11:04:46.378688 UTC
44+
Date/Publication: 2025-10-15 12:18:55.619191 UTC
4545
Encoding: UTF-8
4646
Roxygen: list(markdown = TRUE)
4747
SystemRequirements: Quarto command line tools

NEWS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## Unreleased (2025-10-15)
66

7+
#### Bug fixes
8+
9+
- fixed issue that occured, when factor variables in grid
10+
([215d0d7](https://github.com/kapsner/mlexperiments/tree/215d0d72562e5e6bf04555abebbca742d22dd79e))
11+
712
#### Other changes
813

914
- code formatting
@@ -14,7 +19,7 @@
1419
([9a51e06](https://github.com/kapsner/mlexperiments/tree/9a51e061b16a9dc29ccce3257d144cbe52592069))
1520

1621
Full set of changes:
17-
[`v0.0.7...583cda8`](https://github.com/kapsner/mlexperiments/compare/v0.0.7...583cda8)
22+
[`v0.0.7...215d0d7`](https://github.com/kapsner/mlexperiments/compare/v0.0.7...215d0d7)
1823

1924
## v0.0.7 (2025-09-08)
2025

data-raw/devstuffs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ my_desc$set_authors(c(
2020
# Remove some author fields
2121
my_desc$del("Maintainer")
2222
# Set the version
23-
my_desc$set_version("0.0.7.9002")
23+
my_desc$set_version("0.0.8")
2424
# The title of your package
2525
my_desc$set(Title = "Machine Learning Experiments")
2626
# The description of your package

0 commit comments

Comments
 (0)