You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> devtools::install_github("immunogenomics/symphony")
Error in get(genname, envir = envir) : object 'testthat_print' not found
Error: Failed to install 'unknown package' from GitHub:
HTTP error 404.
No commit found for the ref master
Did you spell the repo owner (`immunogenomics`) and repo name (`symphony`) correctly?
- If spelling is correct, check that you have the required permissions to access the repo.
Hi, thanks - the issue here is that Github recently changed from "master" to "main" terminology - this is why we added the following line to the README: "You may need to install the latest version of devtools (because of the recent GitHub change from “master” to “main” terminology, which can cause install_github to fail)."
I was attempting to install Symphony from the github repository using the command in the readme:
I get the following error:
The command below does work:
The text was updated successfully, but these errors were encountered: