SymbolixAU / h3r

R-interface to {h3lib}
https://symbolixau.github.io/h3r/
Other
5 stars 0 forks source link

can;t install with devtools #30

Closed symbalex closed 1 year ago

symbalex commented 1 year ago

devtools::install_github("SymbolixAU/h3lib") is fine

** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (h3lib)

h3r is not - maybe dependencies are not properly specified?

> devtools::install_github("SymbolixAU/h3R")
Downloading GitHub repo SymbolixAU/h3R@HEAD
Error: Failed to install 'h3r' from GitHub:
  HTTP error 404.
  Not Found

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

this works

devtools::install_github("https://github.com/SymbolixAU/h3r/tree/issue30")