Skip to content

Commit 67aa5f6

Browse files
Removed Plotly from dependencies - was throwing a warning on checks
1 parent e4619e1 commit 67aa5f6

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: ParBayesianOptimization
22
Title: Parallel Bayesian Optimization of Hyperparameters
3-
Version: 1.2.1
3+
Version: 1.2.2
44
Authors@R: person("Samuel", "Wilson", email = "[email protected]", role = c("aut", "cre"))
55
Description: Fast, flexible framework for implementing Bayesian optimization of model
66
hyperparameters according to the methods described in Snoek et al. <arXiv:1206.2944>.
@@ -10,7 +10,7 @@ Description: Fast, flexible framework for implementing Bayesian optimization of
1010
URL: https://github.com/AnotherSamWilson/ParBayesianOptimization
1111
BugReports: https://github.com/AnotherSamWilson/ParBayesianOptimization/issues
1212
Depends: R (>= 3.4)
13-
Imports: data.table (>= 1.11.8), DiceKriging, stats, foreach, dbscan, lhs, plotly, crayon, ggplot2, ggpubr (>= 0.2.4)
13+
Imports: data.table (>= 1.11.8), DiceKriging, stats, foreach, dbscan, lhs, crayon, ggplot2, ggpubr (>= 0.2.4)
1414
Suggests: knitr, rmarkdown, xgboost, doParallel, testthat
1515
License: GPL-2
1616
Encoding: UTF-8

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## ParBayesianOptimization 1.2.2
2+
### Changes
3+
Removed Plotly from dependencies - this package was causing a warning in check because it was not being used.
4+
5+
16
## ParBayesianOptimization 1.2.1
27
### Changes
38
Fixed a bug with initgrid on scoring functions with dimensionality over 4.

cran-comments.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88

99

1010
## R CMD check results
11-
There were no ERRORs, WARNINGs or NOTEs
11+
There were no errors or notes. Only warnings explained that I am the maintainer and the package is currently archived.
1212

1313
## Downstream dependencies
1414
There are no downstream dependencies.
1515

1616
## Changes
17-
Improve error handling. Errors are now always returned without exception.
18-
Minor bug fixes
17+
Removed Plotly from dependencies - this package was causing a warning in check because it was not being used.

0 commit comments

Comments
 (0)