skranz / modify

modify is a function to augment dplyr for quick replacement by reference as in data.table
2 stars 1 forks source link

[solved] Installation don't work #1

Open jorgecastillo2 opened 5 years ago

jorgecastillo2 commented 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.

jorgecastillo2 commented 5 years ago

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.