cole-trapnell-lab / monocle3

Other
330 stars 100 forks source link

Installation error #645

Closed sys0507 closed 1 year ago

sys0507 commented 1 year ago

Enter one or more numbers, or an empty line to skip updates: 3 -- R CMD build ----------------------------------------------------------------------------------------------------------------- v checking for file 'C:\Users\leemi\AppData\Local\Temp\RtmpYr5rEc\remotes778c75fd4dbf\cole-trapnell-lab-monocle3-b545460/DESCRIPTION' ...

Installing package into ‘C:/Users/leemi/AppData/Local/R/win-library/4.2’ (as ‘lib’ is unspecified) Error in file(filename, "r", encoding = encoding) : cannot open the connection Calls: source -> file In addition: Warning message: In file(filename, "r", encoding = encoding) : cannot open file 'renv/activate.R': No such file or directory Execution halted Warning message: In i.p(...) : installation of package ‘C:/Users/leemi/AppData/Local/Temp/RtmpYr5rEc/file778c45c5522f/monocle3_1.3.1.tar.gz’ had non-zero exit status

brgew commented 1 year ago

Hi,

I haven't seen that problem before so I ran Google searches with the error and message that you report. They may help you uncover the problem.

1) Error in file(filename, "r", encoding = encoding) : cannot open the connection

URL: https://stackoverflow.com/questions/54421354/error-in-filefilename-r-encoding-encoding-cannot-open-the-connection

2) cannot open file 'renv/activate.R': No such file or directory URL: https://github.com/rstudio/renv/issues/981

Do either of this help?

Thank you, Brent