-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Labels
No labels