From 91495af649f064fae49c805f81d0475e0647f27a Mon Sep 17 00:00:00 2001 From: Kenneth Blake Vernon <53311626+kbvernon@users.noreply.github.com> Date: Sat, 7 Sep 2024 11:11:50 -0600 Subject: [PATCH] add brief description Co-authored-by: Josiah Parry --- R/use_msrv.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/use_msrv.R b/R/use_msrv.R index 08c07f14..2e3a8132 100644 --- a/R/use_msrv.R +++ b/R/use_msrv.R @@ -1,5 +1,5 @@ #' Set the minimum supported rust version (MSRV) -#' +#' `use_msrv()` sets the minimum supported rust version for your R package. #' @param version character scalar, the minimum supported Rust version #' @param path character scalar, path to folder containing DESCRIPTION file #'