Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 15, 2024
1 parent 35c9193 commit 3ae62a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
msg <- c(
"Please cite the software that makes your work possible.",
'For bibliographic info, type: citation("package_name")',
"Silence this warning with: options(open_source_promo = FALSE)"
"Silence this message with: options(open_source_promo = FALSE)"
)
msg <- paste(msg, collapse = "\n")
if (isTRUE(getOption("open_source_promo", TRUE))) {
Expand Down

0 comments on commit 3ae62a4

Please sign in to comment.