Closed wleoncio closed 2 years ago
Fixes issue #342, resolving a warning when using dataValidation(type = "list", ...). Whitespace removal was automatically done by my IDE, and RoxygenNote version update was done by devtools::check().
dataValidation(type = "list", ...)
devtools::check()
merged as well. Thanks a lot!
Fixes issue #342, resolving a warning when using
dataValidation(type = "list", ...)
. Whitespace removal was automatically done by my IDE, and RoxygenNote version update was done bydevtools::check()
.