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

ggbipot installation problem #56

Open
Ziakhan6500 opened this issue Jul 9, 2019 · 2 comments
Open

ggbipot installation problem #56

Ziakhan6500 opened this issue Jul 9, 2019 · 2 comments

Comments

@Ziakhan6500
Copy link

I have a problem in installation of ggbiplot and the error is Error: Failed to install 'unknown package' from GitHub:
schannel: next InitializeSecurityContext failed: SEC_E_CERT_EXPIRED (0x80090328) - The received certificate has expired.

please help me for resolving the error
thanks

@trickytank
Copy link

I suggest you download the .zip file of this repository from the green "Clone or Download" icon.

Installing with the following, changing the path as appropriate.

devtools::install_local(path = "~/Downloads/ggbiplot-master.zip")

@Swayamtrupta
Copy link

Hi!

I managed to progress through a lengthy solution, which finally made a successful 'ggbiplot' installation:

  1. I was struggling to install the 'devtools' package on my RStudio. I realised that it was due to the problem with the 'curl' package dependencies. I followed the solution posted by user3327344 here:

https://stackoverflow.com/questions/42115972/configuration-failed-because-libcurl-was-not-found/45649051#45649051

  1. After this, I restarted my R session and installed the libraries (curl and then devtools).

  2. I was still having problems to install the ggbiplot package from the install_github command. But the above answer by @trickytank solved this!

Thanks!

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

3 participants