jolars / eulerr

Area-Proportional Euler and Venn Diagrams with Ellipses
https://jolars.github.io/eulerr/
GNU General Public License v3.0
129 stars 18 forks source link

Can't intall under R version 4.3.0 #110

Closed dtickler-MF closed 5 months ago

dtickler-MF commented 5 months ago

Hi there,

I'm trying to install eulerr on a PC running Windows 10, R version 4.3.0 & RStudio 2023.06.2+561.

Using command devtools::install_github("jolars/eulerr"), I get the error message

"Downloading GitHub repo jolars/eulerr@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/jolars/eulerr/tarball/HEAD'"

Any suggestions?

Thanks,

Dave

jolars commented 5 months ago

I cannot reproduce this. Does installing other packages through install_github work? Does devtools::install_github("markvanderloo/tinytest") work, for instance?

dtickler-MF commented 5 months ago

That failed with the following error:

Error: Failed to install 'unknown package' from GitHub: HTTP error 404. Not Found

Did you spell the repo owner (markvanderloo) and repo name (tinytest) correctly?

I may have a very localised problem - might ask colleagues if they are suffering the same issue!

dtickler-MF commented 5 months ago

Update - problem solved. Was a version of this problem https://community.rstudio.com/t/install-packages-unable-to-access-index-for-repository-try-disabling-secure-download-method-for-http/16578

jolars commented 5 months ago

Great! Thanks for reporting in any case.