mkhansa
mkhansa
Thank you @EmilHvitfeldt the second issue (step_pls) worked well ! it was : if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install(version = '3.15') BiocManager::install("mixOmics") my post contains 2 independent parts, first...
```r ─ Session info ─────────────────────────────────────────────────── setting value version R version 4.2.0 (2022-04-22 ucrt) os Windows 10 x64 (build 19043) system x86_64, mingw32 ui RStudio language (EN) collate English_United States.utf8 ctype...
I re-installed the uwot, embed, and umap packages, still I have the same crashing problem after the prep Step ``` library(recipes) library(dplyr) library(ggplot2) library(embed) library(uwot) Umap % step_center(all_numeric_predictors()) %>% step_scale(all_numeric_predictors())...
the code has been executed successfully (output of 2 components). the uwot package has been re-installed (with dependencies) any advise ? Thank you for your time!
idea 2 already tested and failed. idea 1 tested, and failed..
sure.. 