Hello, I am trying to install flowPloidy on a 4.2.1 R Studio program on MacBook. I tried following the instructions online but I am not sure if it is correct. I entered
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("flowPloidy")
but the results I get back is below:
ERROR: lazy loading failed for package ‘cytolib’
- removing ‘/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/cytolib’
- restoring previous ‘/Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/library/cytolib’
The downloaded source packages are in ‘/private/var/folders/12/d7mg6c_53fbdbkm4ydk4csnh0000gn/T/Rtmp3c768T/downloaded_packages’ Warning messages: 1: In install.packages(...) : installation of package ‘flowPloidy’ had non-zero exit status 2: In install.packages(update[instlib == l, "Package"], l, repos = repos, : installation of package ‘cytolib’ had non-zero exit status
Please tell me what I should do or can you provide the exact code where I can download this programme? Thank you so much