G-Thomson/Manu

Download Github Failed

Closed this issue · 4 comments

Hi! I I have trouble download your pretty color palette

I run this:
devtools::install_github("G-Thomson/Manu")

and the output is this:

Downloading GitHub repo G-Thomson/Manu@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : download from 'https://api.github.com/repos/G-Thomson/Manu/tarball/HEAD' failed

Thanks a lot!

Hi

Try updating devtools install.packages("devtools") and remotes install.packages("remotes") before trying to install it again.

Hi! I try but the same error :(

devtools: 2.4.1
remotes: 2.4.0

It works for me with devtools 2.4.2. Try upgrading to that.

Thanks!