You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
==> R CMD INSTALL --no-multiarch --with-keep.source Rnalytica
installing to library ‘/Library/Frameworks/R.framework/Versions/3.5/Resources/library’
installing source package ‘Rnalytica’ ...
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Warning: replacing previous import ‘Hmisc::impute’ by ‘e1071::impute’ when loading ‘Rnalytica’
Warning: replacing previous import ‘car::vif’ by ‘rms::vif’ when loading ‘Rnalytica’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
Warning: replacing previous import ‘Hmisc::impute’ by ‘e1071::impute’ when loading ‘Rnalytica’
Warning: replacing previous import ‘car::vif’ by ‘rms::vif’ when loading ‘Rnalytica’
DONE (Rnalytica)
The text was updated successfully, but these errors were encountered:
> col = c('text_multinomial', 'text_gaussian')
> AutoSpearman(dataset = data, metrics = col)
Error in `$<-.data.frame`(`*tmp*`, "correlation", value = 100) :
replacement has 1 row, data has 0
I guess it is because there are only 2 metrics as an input. May need a more informative error message for a new user.
==> R CMD INSTALL --no-multiarch --with-keep.source Rnalytica
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
Warning: replacing previous import ‘Hmisc::impute’ by ‘e1071::impute’ when loading ‘Rnalytica’
Warning: replacing previous import ‘car::vif’ by ‘rms::vif’ when loading ‘Rnalytica’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
Warning: replacing previous import ‘Hmisc::impute’ by ‘e1071::impute’ when loading ‘Rnalytica’
Warning: replacing previous import ‘car::vif’ by ‘rms::vif’ when loading ‘Rnalytica’
The text was updated successfully, but these errors were encountered: