Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
edwindj committed Oct 1, 2023
1 parent ae15385 commit 5eff748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: validatesuggest
Title: Generate Suggestions for Validation Rules
Version: 0.2.0.9000
Version: 0.3
Authors@R:
c(person(given = "Edwin",
family = "de Jonge",
Expand All @@ -20,7 +20,7 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.2.3
Imports:
validate,
whisker,
Expand Down
2 changes: 0 additions & 2 deletions R/suggest_rules.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,4 @@ write_all_suggestions <- function( d
if (conditional_rule){
write_cond_rule(d, vars = vars, file = file)
}


}

0 comments on commit 5eff748

Please sign in to comment.