Skip to content

Releases: onlyphantom/verisr2

The tidier vcdb

11 Mar 14:31
Compare
Choose a tag to compare

In a Nutshell

This version added a new functionality: the collapse_vcdb function that takes the raw VCDB data frame typically wide and sparse (2400+ columns) and transform it intelligently into a more compact data frame (170+ columns) in true tidyverse fashion

Initial release

07 Mar 10:14
Compare
Choose a tag to compare

Initial Release

The initial release of verisr2 focuses on re-implementing some of the helper functions written in the original verisr. The original package is written 5 years ago and uses data.table code that has since been deprecated.

This package is implemented in mostly base R and, where its convenient, dplyr, following more modern syntax that will work with all recent versions of R.