Skip to content

Commit

Permalink
increased Package Version
Browse files Browse the repository at this point in the history
  • Loading branch information
The Rational Optimist committed Nov 5, 2023
1 parent 5b874d5 commit c7982d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: xafty
Title: Lightweight package to easily validate a table
Version: 1.1.0
Version: 1.2.0
Author: David Crone
Maintainer: The package maintainer <davidjvcrone@gmail.com>
Description: The package is designed to facilitate task automation for
Expand Down
2 changes: 1 addition & 1 deletion R/check_column_input.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ check_column_patterninput <- function(check_table, validity_table, simply = FALS

pattern_values <- obtain_values_in_validity(validity_table = validity_table, xafty_pair = syntax)

# Accounting for non integer values. Check validity will always be read as integer.
# Accounting for non integer values. Check validity will always be read as character.
# Thus, the comparison should always hold.

check_table[[syntax]] <- as.character(check_table[[syntax]])
Expand Down

0 comments on commit c7982d4

Please sign in to comment.