Skip to content

Commit 792b8ea

Browse files
authored
RC 1.2.1 (#126)
* version bumps * updated doi
1 parent 40a7e03 commit 792b8ea

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: finetune
22
Title: Additional Functions for Model Tuning
3-
Version: 1.2.0.9000
3+
Version: 1.2.1
44
Authors@R: c(
55
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0003-2402-136X")),
@@ -10,8 +10,8 @@ Authors@R: c(
1010
Description: The ability to tune models is important. 'finetune' enhances
1111
the 'tune' package by providing more specialized methods for finding
1212
reasonable values of model tuning parameters. Two racing methods
13-
described by Kuhn (2014) <arXiv:1405.6974> are included. An iterative
14-
search method using generalized simulated annealing (Bohachevsky,
13+
described by Kuhn (2014) <doi:10.48550/arXiv.1405.6974> are included. An
14+
iterative search method using generalized simulated annealing (Bohachevsky,
1515
Johnson and Stein, 1986) <doi:10.1080/00401706.1986.10488128> is also
1616
included.
1717
License: MIT + file LICENSE

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# finetune (development version)
1+
# finetune 1.2.1
2+
3+
* Maintenance release required by CRAN.
24

35
* Transition from the magrittr pipe to the base R pipe.
46

man/finetune-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)