Skip to content

Commit

Permalink
ensure versioning is semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Sep 5, 2023
1 parent 695a367 commit 968fb96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/check.r
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ check.survey <- function(x, columns, id.column = "part_id", participant.age.colu
if (!missing(columns)) {
warning(
"The 'columns' argument is deprecated and will cause an error from ",
"version 0.4.0. The behaviour of the function now always corresponds ",
"version 1.0.0. The behaviour of the function now always corresponds ",
"to the previous documented case for `columns = TRUE`"
)
}
Expand Down
2 changes: 1 addition & 1 deletion R/cite.r
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cite <- function(x, ...) UseMethod("cite")
#' @export
cite.survey <- function(x, ...) {
warning(
"The cite function is deprecated and will stop working in version 0.4.0. ",
"The cite function is deprecated and will stop working in version 1.0.0. ",
"Please use get_citation() instead."
)
chkDots(...)
Expand Down

0 comments on commit 968fb96

Please sign in to comment.