gmteunisse / fantaxtic

Fantaxtic - Nested Bar Plots for Phyloseq Data
26 stars 3 forks source link

How to install fantaxtic package? #24

Closed Pratiksha202311 closed 8 months ago

Pratiksha202311 commented 9 months ago

Hello, I am trying to install the package from both devtools and remotes however I end up all the time with these errors.

if(!"devtools" %in% installed.packages()){ + install.packages("devtools") + }

devtools::install_github("gmteunisse/fantaxtic") Downloading GitHub repo gmteunisse/fantaxtic@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/gmteunisse/fantaxtic/tarball/HEAD' devtools::install_github("gmteunisse/ggnested") Downloading GitHub repo gmteunisse/ggnested@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/gmteunisse/ggnested/tarball/HEAD'

if (!require("remotes")) { + install.packages("remotes") + } remotes::install_github("gmteunisse/fantaxtic") Downloading GitHub repo gmteunisse/fantaxtic@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/gmteunisse/fantaxtic/tarball/HEAD' require("fantaxtic") Loading required package: fantaxtic Warning message: In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, : there is no package called ‘fantaxtic’

   It would be a great help if you could guide me for finding problem and tentative solution for it! |    

gmteunisse commented 9 months ago

I couldn't reproduce your error on my machines. It could be that you're behind a firewall, or that something in your system's configuration is preventing you from downloading the package. I'm sorry I can't help you with your issue. I hope that a bit of googling of the error can help you resolve it! See below for a few suggestions.