1

Everytime I try to use the install_github functionality in R 3.6.1, I get hit with this HTTP error 404 error message. Any ideas?

install_github("maxmind/libmaxminddb")
Error: Failed to install 'unknown package' from GitHub:
  HTTP error 404.
  Not Found
Ryan
  • 13
  • 2

1 Answers1

0

That's a C library not an R package.

Rob Hyndman
  • 1,034