Entering edit mode
After Rstudio loads the Mfuzz package, the console area shows that the code keeps running and cannot continue with subsequent code.
library(BiocGenerics)
library(Biobase)
library(e1071)
library(Mfuzz)
R version 4.3.1 (2023-06-16) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin20 (64-bit)
I can't upload the code, there calls an error "8126".My r version is 4.3.1 for x86_64-apple-darwin20. My Mfuzz version is 2.62.0.
Paste the code, then use markdown (the
CODE
button), or if this doesnt work at all do a screenshot.Thanks for kindly help, the code is above. After loading the Mfuzz package, the console area shows that the code keeps running.And I just can't go on working on the next step.This is the first time this has happened to me, previous packages have worked fine.