Skip to content

CodeAndRoll2 Installation #5

@RamseyN

Description

@RamseyN

I tried installing CodeAndRoll2 with

require("devtools")
devtools::install_github(repo = "vertesy/CodeAndRoll2")

but got the following error:
Error: Failed to install 'unknown package' from GitHub:
HTTP error 404.
No commit found for the ref master

Did you spell the repo owner (vertesy) and repo name (CodeAndRoll2) correctly?

  • If spelling is correct, check that you have the required permissions to access the repo.

This only worked once I installed it from the main branch and not the master. Might be useful in the future for others:
devtools::install_github(repo = "vertesy/CodeAndRoll2", ref = 'main')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions