Error Installing ggbiplot in Kaggle

Hello, I am new to R programming. I was trying to install ggbiplot package by using the code line: install_github("vqv/ggbiplot") in Kaggle. But I am getting the following error.

Error in curl::curl_fetch_memory(url, handle = h): Timeout was reached: Resolving timed out after 10000 milliseconds
Traceback:

  1. install_github("vqv/ggbiplot")
  2. install_remotes(remotes, auth_token = auth_token, host = host,
    . dependencies = dependencies, upgrade = upgrade, force = force,
    . quiet = quiet, build = build, build_opts = build_opts, repos = repos,
    . type = type, ...)
  3. vapply(remotes, install_remote, ..., FUN.VALUE = character(1))
  4. FUN(X[[i]], ...)
  5. remote_package_name(remote)
  6. remote_package_name.github_remote(remote)
  7. github_DESCRIPTION(username = remote$username, repo = remote$repo,
    . subdir = remote$subdir, host = remote$host, ref = remote$ref,
    . pat = remote$auth_token %||% github_pat(), use_curl = use_curl)
  8. curl::curl_fetch_memory(url, handle = h)

Please comment if you can suggest some solutions to it.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.