Skip to content

Incorrect install instructions on the README.md #1

Description

@nickschurch

The current install instructions don't work:

library(devtools)
install_github("FrancescaPianosi/SAFE-R")

produces the error:

Loading required package: usethis
Error: Failed to install 'unknown package' from GitHub:
  HTTP error 404.
  Not Found

  Did you spell the repo owner (`FrancescaPianosi`) and repo name (`SAFE-R`) correctly?
  - If spelling is correct, check that you have the required permissions to access the repo.

The correct install instructions are now:

library(devtools)
install_github("SAFEtoolbox/SAFE-R")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions