diff --git a/R/use_msrv.R b/R/use_msrv.R index bc98fd91..3634e654 100644 --- a/R/use_msrv.R +++ b/R/use_msrv.R @@ -13,6 +13,8 @@ #' #' To determine the MSRV of your R package, we recommend installing the `cargo-msrv` cli. You can do so by running `cargo install cargo-msrv`. To determine your MSRV, set your working directory to `src/rust` then run `cargo msrv`. Note that this may take a while. #' +#' For more details, please see [cargo-msrv](https://github.com/foresterre/cargo-msrv). +#' #' @return `version` #' @export #' @@ -64,4 +66,4 @@ use_msrv <- function(version, path = "."){ invisible(version) -} \ No newline at end of file +}