Learn R Programming

README

bitsqueezr is an R package providing a simple and fast (C-based) method of quantizing floating point numbers for precision-preserving compression, as implemented in the netCDF Operators (NCO) software package and described by John Caron (2014) and Charlie Zender (2016).

Installation

bitsqueezr is available through CRAN and can be installed using install.packages:

install.packages('bitsqueezr')

The package has no external dependencies.

Copy Link

Version

Install

install.packages('bitsqueezr')

Monthly Downloads

13

Version

0.1.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Daniel Baston

Last Published

January 17th, 2020

Functions in bitsqueezr (0.1.1)

bits_as_string

Generate a text representation of the bits in a double
squeeze_bits

Change insignificant bits of numeric values for improved compressibility