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
Hie,
I'm facing the issue to install the monocle package for version 2.
Install BiocManager if not already done
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
Install monocle using BiocManager
BiocManager::install("monocle")
'getOption("repos")' replaces Bioconductor standard repositories, see
'help("repositories", package = "BiocManager")' for details.
Replacement repositories:
CRAN: https://cran.rstudio.com/
Bioconductor version 3.18 (BiocManager 1.30.22), R 4.3.2 (2023-10-31
ucrt)
Installation paths not writeable, unable to update packages
path: C:/Program Files/R/R-4.3.2/library
packages:
boot, cluster, foreign, lattice, MASS, Matrix, mgcv, nlme, rpart,
survival
Warning message:
package(s) not installed when version(s) same as or greater than
current; use force = TRUE to re-install: 'monocle'
The text was updated successfully, but these errors were encountered:
This indicates that you already have the latest version of monocle; BiocManager is telling you that your version is the same as or greater than the version available on Bioc
Hie,
I'm facing the issue to install the monocle package for version 2.
Install BiocManager if not already done
The text was updated successfully, but these errors were encountered: