Skip to content

Commit

Permalink
chore: update package dependency
Browse files Browse the repository at this point in the history
close #27
  • Loading branch information
jhk0530 committed Nov 15, 2023
1 parent 464c31a commit a03f856
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import(ggplot2)
import(ggrepel)
import(glmnet)
import(grDevices)
import(kernlab)
import(kknn)
import(klaR)
import(naivebayes)
Expand All @@ -53,17 +54,22 @@ import(tune)
import(yardstick)
importFrom(data.table,transpose)
importFrom(dials,Laplace)
importFrom(dials,cost)
importFrom(dials,cost_complexity)
importFrom(dials,degree)
importFrom(dials,epochs)
importFrom(dials,hidden_units)
importFrom(dials,learn_rate)
importFrom(dials,loss_reduction)
importFrom(dials,margin)
importFrom(dials,min_n)
importFrom(dials,mixture)
importFrom(dials,mtry)
importFrom(dials,neighbors)
importFrom(dials,penalty)
importFrom(dials,rbf_sigma)
importFrom(dials,sample_size)
importFrom(dials,scale_factor)
importFrom(dials,stop_iter)
importFrom(dials,tree_depth)
importFrom(dials,trees)
Expand Down
6 changes: 3 additions & 3 deletions man/SVMLinear.Rd

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

6 changes: 3 additions & 3 deletions man/SVMPoly.Rd

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

6 changes: 3 additions & 3 deletions man/SVMRbf.Rd

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

0 comments on commit a03f856

Please sign in to comment.