Skip to content

Commit

Permalink
Update cran.R
Browse files Browse the repository at this point in the history
remove unused parameter
  • Loading branch information
AshesITR committed Oct 18, 2023
1 parent b24ec4d commit bf621e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/cran.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use_cran_comments <- function(open = rlang::is_interactive()) {
check_is_package("use_cran_comments()")
use_template(
"cran-comments.md",
data = list(rversion = glue("{version$major}.{version$minor}")),
ignore = TRUE,
open = open
)
Expand Down

0 comments on commit bf621e8

Please sign in to comment.