diff --git a/man/use_package.Rd b/man/use_package.Rd index 586d9cc64..cb59fcd4e 100644 --- a/man/use_package.Rd +++ b/man/use_package.Rd @@ -17,7 +17,8 @@ use_dev_package(package, type = "Imports", remote = NULL) is case insensitive.} \item{min_version}{Optionally, supply a minimum version for the package. Set -to \code{TRUE} to use the currently installed version.} +to \code{TRUE} to use the currently installed version or use a character vector +to specify an exact version.} \item{remote}{By default, an \code{OWNER/REPO} GitHub remote is inserted. Optionally, you can supply a character string to specify the remote, e.g.