Skip to content

Commit

Permalink
add link to cargo-msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
kbvernon authored Sep 7, 2024
1 parent 6298462 commit ce298e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/use_msrv.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#'

Check warning on line 13 in R/use_msrv.R

View workflow job for this annotation

GitHub Actions / lint

file=R/use_msrv.R,line=13,col=3,[trailing_whitespace_linter] Trailing whitespace is superfluous.
#' 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.

Check warning on line 14 in R/use_msrv.R

View workflow job for this annotation

GitHub Actions / lint

file=R/use_msrv.R,line=14,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 263 characters.
#'
#' For more details, please see [cargo-msrv](https://github.com/foresterre/cargo-msrv).
#'
#' @return `version`
#' @export
#'
Expand Down Expand Up @@ -64,4 +66,4 @@ use_msrv <- function(version, path = "."){

invisible(version)

}
}

0 comments on commit ce298e5

Please sign in to comment.