Open jorgecastillo2 opened 5 years ago
Hi,
I'm trying to install this package using the installation guide (install_github(repo = "modify", username = "skranz"), but it don't work:
Error in parse_repo_spec(repo) : Invalid git repo specification: 'modify'
Also, if I try with devtools::install_github(skranz/modify) the following output appears:
Error in lapply(repo, github_remote, ref = ref, subdir = subdir, auth_token = auth_token, : object 'skranz' not found
Thanks for your help.
Answering to myself, this sentence works:
install_github(repo = 'skranz/modify', username = "skranz")
I keep this open in order to give chance to other people can see this.
Hi,
I'm trying to install this package using the installation guide (install_github(repo = "modify", username = "skranz"), but it don't work:
Error in parse_repo_spec(repo) : Invalid git repo specification: 'modify'
Also, if I try with devtools::install_github(skranz/modify) the following output appears:
Error in lapply(repo, github_remote, ref = ref, subdir = subdir, auth_token = auth_token, : object 'skranz' not found
Thanks for your help.