Skip to content

Commit

Permalink
explicit version creation
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Aug 21, 2023
1 parent 09d0c72 commit 4f74a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/set-assert-args.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set_arg_write_tree <- function(write_tree) {
#' @inheritParams make_transformer
#' @keywords internal
assert_transformers <- function(transformers) {
version_cutoff <- "2.0.0"
version_cutoff <- package_version("2.0.0")
no_name <- is.null(transformers$style_guide_name)
no_version <- is.null(transformers$style_guide_version)
if (no_name || no_version) {
Expand Down

0 comments on commit 4f74a32

Please sign in to comment.