jfq3 / ggordiplots

Make ggplot Versions of Vegan's Ordiplots
GNU General Public License v2.0
6 stars 2 forks source link

Issue installing #8

Closed bbvdhoorn closed 4 years ago

bbvdhoorn commented 4 years ago

Hi,

I keep having issues with installing ggordiplots. I am probably doing something wrong.

install_github("jfq3/ggordiplots")

This gives the following error message: Downloading GitHub repo jfq3/ggordiplots@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/jfq3/ggordiplots/tarball/HEAD'

Is there a work around?

Best, Berry van der Hoorn

jfq3 commented 4 years ago

I don’t know what the issue is. I just reinstalled without any problem. A Google search showed it was a common problem last year. I found one solution at https://github.com/yihui/xaringan/issues/199 for installing a different package:

remove.packages(c("curl","httr")) install.packages(c("curl", "httr")) Sys.setenv(CURL_CA_BUNDLE="/usr/lib64/microsoft-r/3.4/lib64/R/lib/microsoft-r-cacert.pem") devtools::install_git("https://github.com/yihui/xaringan")

Don’t know if it will work for you. If you try it, let me know whether or not it works. I remember once having to reinstall devtools. If you are using Windows, you can install ggordiplots using the attached zip file.

JQ

bbvdhoorn commented 4 years ago

Hi JQ,

Thanks for your reply. Unfortunately it didn't work. I do have a Windows pc though, so the zip file would be welcome!

Best, Berry

Op ma 3 aug. 2020 om 01:38 schreef jfq3 notifications@github.com:

I don’t know what the issue is. I just reinstalled without any problem. A Google search showed it was a common problem last year. I found one solution at https://github.com/yihui/xaringan/issues/199 for installing a different package:

remove.packages(c("curl","httr")) install.packages(c("curl", "httr")) Sys.setenv(CURL_CA_BUNDLE="/usr/lib64/microsoft-r/3.4/lib64/R/lib/microsoft-r-cacert.pem")

devtools::install_git("https://github.com/yihui/xaringan")

Don’t know if it will work for you. If you try it, let me know whether or not it works. I remember once having to reinstall devtools. If you are using Windows, you can install ggordiplots using the attached zip file.

JQ

From: bbvdhoorn notifications@github.com Sent: Saturday, August 1, 2020 12:07 PM To: jfq3/ggordiplots ggordiplots@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [jfq3/ggordiplots] Issue installing (#8)

Hi,

I keep having issues with installing ggordiplots. I am probably doing something wrong.

install_github("jfq3/ggordiplots")

This gives the following error message: Downloading GitHub repo jfq3/ggordiplots@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL ' https://api.github.com/repos/jfq3/ggordiplots/tarball/HEAD< https://urldefense.com/v3/__https:/api.github.com/repos/jfq3/ggordiplots/tarball/HEAD__;!!HXCxUKc!ic8XRsWxvwWImXUO0Nfq6XaBZI9HngZ9QElT8ATIIsSpanjicPGsoiSZstj3w99j$>'

Is there a work around?

Best, Berry van der Hoorn

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub< https://urldefense.com/v3/__https:/github.com/jfq3/ggordiplots/issues/8__;!!HXCxUKc!ic8XRsWxvwWImXUO0Nfq6XaBZI9HngZ9QElT8ATIIsSpanjicPGsoiSZsrKMRjY3$>, or unsubscribe< https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/ACAD3PY7UV7I2PMGV2BBUEDR6Q4RNANCNFSM4PR3HVLQ__;!!HXCxUKc!ic8XRsWxvwWImXUO0Nfq6XaBZI9HngZ9QElT8ATIIsSpanjicPGsoiSZskAw9POW$>.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jfq3/ggordiplots/issues/8#issuecomment-667739865, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQNOGGAHWITUQFHCYQ2R77DR6X2GBANCNFSM4PR3HVLQ .