Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Failed to install 'unknown package' from GitHub: Line starting 'Lice ...' is malformed! #12

Closed
naraw58 opened this issue Oct 29, 2020 · 2 comments

Comments

@naraw58
Copy link

naraw58 commented Oct 29, 2020

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

@ChenWeiyan
Copy link
Owner

Hi,

Thanks for trying out my package!

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.

You may find useful suggestion from the link below:
https://community.rstudio.com/t/unable-to-install-package-in-r-studio/15930

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")

Best,
Weiyan

@naraw58
Copy link
Author

naraw58 commented Nov 1, 2020

Thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants