Skip to content

Commit

Permalink
remove line from details
Browse files Browse the repository at this point in the history
Co-authored-by: Josiah Parry <josiah.parry@gmail.com>
  • Loading branch information
kbvernon and JosiahParry authored Sep 7, 2024
1 parent 2205c95 commit f1993ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/use_msrv.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#' It is also important to note that if CRAN's machines do not meet the specified MSRV, they will not be able to build a binary of your package. As a consequence, if users try to install the package they will be required to have Rust installed as well.

Check warning on line 12 in R/use_msrv.R

View workflow job for this annotation

GitHub Actions / lint

file=R/use_msrv.R,line=12,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 253 characters.

Check warning on line 12 in R/use_msrv.R

View workflow job for this annotation

GitHub Actions / lint

file=R/use_msrv.R,line=12,col=253,[trailing_whitespace_linter] Trailing whitespace is superfluous.
#'

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.
#' "SystemRequirements: Cargo (Rust's package manager), rustc >= `version`."
#'
#' @return `version`
#' @export
Expand Down

0 comments on commit f1993ba

Please sign in to comment.