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
I try several times to install the package on R or Studio but i couldn't. In RStudio
Version 1.3.1093 and R 4.0.3
The i try to install it by downloading the zip file and install from file but unfortunately give me below error :
error 1 in extracting from zip file
Warning in install.packages :
cannot open compressed file 'excess_pi_covid-master/DESCRIPTION', probable reason 'No such file or directory'
Error in install.packages : cannot open the connection
please show me a simple way to use the package
Thanks
The text was updated successfully, but these errors were encountered:
Considering the ERROR Error in install.packages : cannot open the connection, it seems the problem is from your side. Could be network connection error etc.
And from the warning message cannot open compressed file 'excess_pi_covid-master/DESCRIPTION', probable reason 'No such file or directory', you may not be installing the correct package. It seem you are trying to install something from excess_pi_covid. You could check again and make sure you are installing LandSCENT from my repo.
A quick installation guide:
Open up R/RStudio install.packages("devtools") devtools::install_github("ChenWeiyan/LandSCENT")
I try several times to install the package on R or Studio but i couldn't. In RStudio
Version 1.3.1093 and R 4.0.3
The i try to install it by downloading the zip file and install from file but unfortunately give me below error :
error 1 in extracting from zip file
Warning in install.packages :
cannot open compressed file 'excess_pi_covid-master/DESCRIPTION', probable reason 'No such file or directory'
Error in install.packages : cannot open the connection
please show me a simple way to use the package
Thanks
The text was updated successfully, but these errors were encountered: