vetr icon indicating copy to clipboard operation
vetr copied to clipboard

Trust, but Verify

Results 38 vetr issues
Sort by recently updated
recently updated
newest added

I am vetting a vector and am interested in seeing a "full report" when it fails: ``` library(vetr) library(data.table) date8_toIDate = function(x) as.IDate(as.character(x), format = "%Y%m%d") DATE8 = vet_token( INT...

enhancement

Several things to look into: * Check in on valaddin * Links to https://github.com/keynmol/valdeece * validtar? (couldn't find this)

enhancement

How do we attach the message "be TRUE or FALSE" to: ``` logical(1L) && !is.na(.) ``` Right now we can't do: ``` identity(logical(1L) && !is.na(.)) ``` because from that point...

enhancement

On an older processor doesn't seem to make much of a difference, about 10%, perhaps attributable to the coercion. On newer processors get difference of up to 50%. Need to...

enhancement

In particular need to check the effect of `mbcslocale` and `utf8locale` extern C vars changing as a result. Related, remove the `nocov` around the `mbcslocale` if statement.

enhancement

This would avoid compatibility problems with `recsub`. Maybe document this as a possibility for now?

enhancement
question

Right now we're going through this awkward back and forth between SEXPs and structs, doesn't seem actually necessary with the new `ALIKEC_res` struct.

enhancement