itdepends icon indicating copy to clipboard operation
itdepends copied to clipboard

Change README install repo

Open phisanti opened this issue 2 years ago • 0 comments

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")

phisanti avatar May 19 '23 20:05 phisanti