statgarten / stove

Machine learning modeling, visualization
http://www.statgarten.com/stove/
Other
17 stars 6 forks source link

[BUG] not installable #30

Closed jhk0530 closed 9 months ago

jhk0530 commented 9 months ago
Installing package into '/Users/limcw/Library/R/arm64/4.2/library'
(as 'lib' is unspecified)
* installing *source* package 'stove' ...
** using staged installation
** R
** data
** byte-compile and prepare package for lazy loading
Warning: replacing previous import 'ggplot2::alpha' by 'kernlab::alpha' when loading 'stove'
Warning: replacing previous import 'kernlab::fitted' by 'stats::fitted' when loading 'stove'
Warning: replacing previous import 'kernlab::predict' by 'stats::predict' when loading 'stove'
Warning: replacing previous import 'kernlab::coef' by 'stats::coef' when loading 'stove'
Error in get(n, ns) : object 'margin' not found
Calls: <Anonymous> ... withCallingHandlers -> loadNamespace -> namespaceImportFrom -> get
Execution halted
jhk0530 commented 9 months ago

dials margin function changed into svm_margin see (https://github.com/tidymodels/parsnip/issues/330)