zlanzar

Results 3 comments of zlanzar

Hello, I'm also running into the above error. Rscript output shows: ``` R version 4.1.1 (2021-08-10) -- "Kick Things" Copyright (C) 2021 The R Foundation for Statistical Computing Platform: x86_64-apple-darwin17.0...

Hi Sophie, I removed my previous installation of CytoML and re-installed using the commands you listed above: if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("CytoML") Version 2.4.0 of CytoML is installed...

``` > library(CytoML) > R.home() [1] "/Library/Frameworks/R.framework/Resources" ``` When using that path to R it throws the unable to find CytoML error. I used the .libPaths() to find where my...