StatisticsNZ / simplevis

Simple visualisation with ggplot2 and leaflet wrappers
https://StatisticsNZ.github.io/simplevis
Other
86 stars 11 forks source link

installation error #421

Closed zawkzaw closed 2 years ago

zawkzaw commented 2 years ago

When I installed the package, the following error message was given. Please advise on this.

devtools::install_github("statisticsnz/simplevis") Using github PAT from envvar GITHUB_PAT Error: Failed to install 'unknown package' from GitHub: HTTP error 401. Bad credentials

Rate limit remaining: 53/60 Rate limit reset at: 2022-03-15 02:13:03 UTC

davidhodge931 commented 2 years ago

Hi @zawkzaw,

Could you try the following and let me know if it works?

devtools::install_github("StatisticsNZ/simplevis")

zawkzaw commented 2 years ago

Hi @davidhodge931, Thanks. But it still gave out the same error massage as follows:

devtools::install_github("StatisticsNZ/simplevis") Using github PAT from envvar GITHUB_PAT Error: Failed to install 'unknown package' from GitHub: HTTP error 401. Bad credentials

Rate limit remaining: 51/60 Rate limit reset at: 2022-03-15 02:13:03 UTC

davidhodge931 commented 2 years ago

or what about if you use remotes package?

remotes::install_github("StatisticsNZ/simplevis")

zawkzaw commented 2 years ago

Hi @davidhodge931 I have tried it but the same message.

remotes::install_github("StatisticsNZ/simplevis") Using github PAT from envvar GITHUB_PAT Error: Failed to install 'unknown package' from GitHub: HTTP error 401. Bad credentials Rate limit remaining: 49/60 Rate limit reset at: 2022-03-15 02:13:03 UTC

davidhodge931 commented 2 years ago

I'm not sure why that error is coming up.

Maybe just install from CRAN instead?

zawkzaw commented 2 years ago

Many thanks for your time. I will try it.

zawkzaw commented 2 years ago

Hi @davidhodge931 Finally I made it to install your wonderful package from CRAN. Thank you.