gmteunisse / fantaxtic

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

Unable to install Fantaxtic #30

Closed momodiame21 closed 2 months ago

momodiame21 commented 2 months ago

I’m trying to install Fantaxtic but I’m unable to do so using remotes or devtools as below. Is there any way you can assist?

remotes::install_github("gmteunisse/Fantaxtic") Skipping install of 'fantaxtic' from a github remote, the SHA1 (7b422c53) has not changed since last install. Use force = TRUE to force installation devtools::install_github("gmteunisse/Fantaxtic") Skipping install of 'fantaxtic' from a github remote, the SHA1 (7b422c53) has not changed since last install. Use force = TRUE to force installation

gmteunisse commented 2 months ago

The error is telling you that you have already installed fantaxtic. You can set force = T to force reinstall:

devtools::install_github(“gmteunisse/fantaxtic”, force=T)

I hope that answers your question.


From: momodiame21 @.> Sent: Monday, April 29, 2024 2:58:15 PM To: gmteunisse/fantaxtic @.> Cc: Subscribed @.***> Subject: [gmteunisse/fantaxtic] Unable to install Fantaxtic (Issue #30)

I’m trying to install Fantaxtic but I’m unable to do so using remotes or devtools as below. Is there any way you can assist?

remotes::install_github("gmteunisse/Fantaxtic") Skipping install of 'fantaxtic' from a github remote, the SHA1 (7b422c5https://github.com/gmteunisse/fantaxtic/commit/7b422c5326671c8f6368bd03ced9408e3452f08d) has not changed since last install. Use force = TRUE to force installation devtools::install_github("gmteunisse/Fantaxtic") Skipping install of 'fantaxtic' from a github remote, the SHA1 (7b422c5https://github.com/gmteunisse/fantaxtic/commit/7b422c5326671c8f6368bd03ced9408e3452f08d) has not changed since last install. Use force = TRUE to force installation

— Reply to this email directly, view it on GitHubhttps://github.com/gmteunisse/fantaxtic/issues/30, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHBWS3VUZMXZELPYLCPIRXDY7Y7WPAVCNFSM6AAAAABG6JAH6OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3DQOJXG4YDKOA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

momodiame21 commented 2 months ago

Thank you. it does