ggbiplot icon indicating copy to clipboard operation
ggbiplot copied to clipboard

ggbipot installation problem

Open Ziakhan6500 opened this issue 6 years ago • 2 comments

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

Ziakhan6500 avatar Jul 09 '19 21:07 Ziakhan6500

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

trickytank avatar Jul 12 '19 07:07 trickytank

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!

Swayamtrupta avatar Nov 19 '19 15:11 Swayamtrupta