Frank

Results 4 issues of Frank

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

I'd like to inequality-test my data.frame's columns. This seems to work as long as I have atomic columns: ``` vetd = function(tmpexpr, x){ stopifnot(length(x) + 1L == length(tmpexpr)) z =...

enhancement

**Is your feature request related to a problem? Please describe.** In VS Code, with the R and Jupyter extensions, ipynb files with lintr issues get flagged with the unhelpful message:...

feature-request

The BLS moves counties between metro areas in some years, but it seems that the data set here is just a snapshot of the county assignments at some unspecified year....