I try to install scale in R by:
devtools::install_github("scale",username="hadley/scale")
But
Downloading github repo hadley/scale/scale@master
Error in download(dest, src, auth) : client error: (404) Not Found
In addition: Warning message:
Username parameter is deprecated. Please use hadley/scale/scale
install_github
function is:install_github(repo)
where repo
is in the format "username/repository"
Error in download(dest, src, auth) : client error: (404) Not Found
install.packages(pkgname, dependencies = TRUE) # pkgname is enclosed in quotes
where dependencies
argument ensures the installation of all packages which pkg
depends on/links to/imports/suggests.