-
Notifications
You must be signed in to change notification settings - Fork 3
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
how to install? #14
Comments
Are you behind a proxy? If so, see pfultz2/cget#77. |
Yes, I'm behind proxy and http, https are already set to circumvent proxy firewalls. Which one of the above two methods is good for installation? |
I'm not sure which "two methods" you are referring to. In any case, is the http_proxy environment variable set when when you run the install? See https://stackoverflow.com/questions/3168171/how-can-i-open-a-website-with-urllib-via-proxy-in-python. This package uses a python script that uses urllib to install dependencies. These dependency downloads are failing due to a quirk with urllib and HTTP proxies. |
I've following two lines in my
I'm referring to the following two methods, sorry I wasn't clear in my first post: method 1
method 2: a two step process a) download b) Go to the library you'd like to install folder best, |
git clone "https://github.com/statgen/Rprs.git"
R CMD INSTALL ../Rprs -l ./
Warnings and errors:
If I don't clone in a seprate directory upon tryial to install it errors out.
Two steps:
Error
Any clues? I'm on debian, R4.0
The text was updated successfully, but these errors were encountered: