Skip to content

Commit

Permalink
add brief description
Browse files Browse the repository at this point in the history
Co-authored-by: Josiah Parry <[email protected]>
  • Loading branch information
kbvernon and JosiahParry authored Sep 7, 2024
1 parent bb8e6fb commit 91495af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/use_msrv.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' Set the minimum supported rust version (MSRV)
#'
#' `use_msrv()` sets the minimum supported rust version for your R package.

Check warning on line 2 in R/use_msrv.R

View workflow job for this annotation

GitHub Actions / lint

file=R/use_msrv.R,line=2,col=76,[trailing_whitespace_linter] Trailing whitespace is superfluous.
#' @param version character scalar, the minimum supported Rust version
#' @param path character scalar, path to folder containing DESCRIPTION file
#'

Check warning on line 5 in R/use_msrv.R

View workflow job for this annotation

GitHub Actions / lint

file=R/use_msrv.R,line=5,col=3,[trailing_whitespace_linter] Trailing whitespace is superfluous.
Expand Down

0 comments on commit 91495af

Please sign in to comment.