joshuaulrich/pack

Use readBin and writeBin internally

Open

#1 opened on Mar 2, 2015

 (0 comments) (0 reactions) (0 assignees)R (2 forks)github user discovery
help wanted

Repository metrics

Stars
 (1 star)
PR merge metrics
 (No merged PRs in 30d)

Description

The current implementation could be made a lot simpler by relying on readBin and writeBin to do most (all?) of the conversions. That would make it easier to add missing functionality (e.g. packing floats and doubles).

Contributor guide