Skip to content

Commit

Permalink
update deprecation messag (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa authored Mar 25, 2024
1 parent 4e85bca commit 41ddf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/cnb_classification.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ delayedAssign("cnb_classification", {
on_r_cmd <- !identical(Sys.getenv("R_CMD"), "")
if (!on_r_cmd) {
warning(
"The dataset `cnb_classification` will be superseded as of r2dii.data 0.5.0 (expected Q2 2024).",
"The dataset `cnb_classification` will be superseded as of r2dii.data 0.6.0 (expected Q3 2024).",
"\nPlease see `sector_classifications` for available datasets",
call. = FALSE
)
Expand Down

0 comments on commit 41ddf32

Please sign in to comment.