gpw13 / billionaiRe

Calculate the WHO Triple Billions
https://gpw13.github.io/billionaiRe/
GNU General Public License v3.0
7 stars 4 forks source link

Unable to install billionaiRe package using remotes #84

Closed lbianchi closed 1 year ago

lbianchi commented 1 year ago

The code below results in a HTTP error 404.

remotes::install_github("gpw13/billionaiRe", build_vignettes = TRUE)

ElliottMess commented 1 year ago

Hi @lbianchi ,

Can you provide the full error message you get?

billionaiRe is depending on two private repos: wppdistro and whdh. The error message from remotes in that case is not the most useful.

It is expected that you would get an error 404 if you don't have access to those packages:

Downloading GitHub repo gpw13/billionaiRe@HEAD
Error: Failed to install 'billionaiRe' from GitHub:
  HTTP error 404.
  Not Found

  Did you spell the repo owner **(`WorldHealthOrganization`)** and repo name **(`wppdistro`)** correctly?
  - If spelling is correct, check that you have the required permissions to access the repo.
lbianchi commented 1 year ago

Hello @ElliottMess .

You perfectly explained the cause of the error. Since I don't have access to the wppdistro , I won't be able to install it.

The error is exactly what you wrote above.

ElliottMess commented 1 year ago

Very sorry about this, I know it's frustrating but it is outside of our controle.