itdepends
itdepends copied to clipboard
Change README install repo
In the readme the install address is wrong:
# install.packages("devtools")
devtools::install_github("jimhester/itdepends")
Should be:
# install.packages("devtools")
remotes::install_github("r-lib/itdepends")