Skip to content

Commit

Permalink
Update R/cran-compliance.R
Browse files Browse the repository at this point in the history
Co-authored-by: Ilia Kosenkov <[email protected]>
  • Loading branch information
JosiahParry and Ilia-Kosenkov authored Sep 24, 2023
1 parent 2d79a31 commit e0e3d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cran-compliance.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ vendor_pkgs <- function(path = ".", quiet = FALSE, overwrite = NULL) {
# if `src/rust` does not exist error
if (!dir.exists(src_dir)) {
cli::cli_abort(
c("{.path src/rust} cannot be found", "i" = "Have you used {.fn use_extendr}?"),
c("{.path src/rust} cannot be found", "i" = "Did you run {.fn use_extendr}?"),
class = "rextendr_error"
)
}
Expand Down

0 comments on commit e0e3d18

Please sign in to comment.