vetr icon indicating copy to clipboard operation
vetr copied to clipboard

Parse Error on Namespaced Calls

Open brodieG opened this issue 1 year ago • 0 comments

vetr::vet(base::sum(), 1)
## Error in vetr::vet(base::sum(), 1) : 
##  Internal error: no integer codes produced by parsing process, which should not happen; contact maintainer.
vetr::vet(sum(), 1)
## [1] TRUE

brodieG avatar Jan 13 '23 12:01 brodieG