cole-trapnell-lab / monocle3

Other
340 stars 102 forks source link

ERROR: lazy loading failed for package 'monocle3' #620

Open horizon278 opened 2 years ago

horizon278 commented 2 years ago

R version 4.2.1 I have successfully installed leidenbase. When I use "devtools::install_github('cole-trapnell-lab/monocle3')" to install monocle3, there is a problem.

devtools::install_github('cole-trapnell-lab/monocle3') Downloading GitHub repo cole-trapnell-lab/monocle3@HEAD ✔ checking for file 'C:\Users\LENOVO\AppData\Local\Temp\Rtmp00MTpd\remotes4f8c2d645a91\cole-trapnell-lab-monocle3-87f6e88/DESCRIPTION' (558ms) ─ preparing 'monocle3': (882ms) ✔ checking DESCRIPTION meta-information ... ─ cleaning src ─ checking for LF line-endings in source and make files and shell scripts (473ms) ─ checking for empty or unneeded directories Omitted 'LazyData' from DESCRIPTION ─ building 'monocle3_1.2.9.tar.gz'

将程序包安装入‘E:/RStudio/library’

hyq9588 commented 1 year ago

same question..

lzw19950615 commented 1 year ago

I have the same question with you have you addressed it yet?

hyq9588 commented 1 year ago

Uninstall R and all R packages in the root directory. Then reinstall R, perfecting solution!

Lindseynicer commented 1 year ago

I encountered the same issue, solved it by following the answer provided by https://github.com/cole-trapnell-lab/monocle3/issues/616#issuecomment-1249828313

Specifically, this issue occurred after I updated my R (4.3.0) and Rstudio (2023.03.1-446) versions. Apparently, I need to download the latest Rtools version (43) too.