CRC32C is acyclicredundancy check (with parity) implementation based on work byCastagnoli, Brauer, andHermann that is provided by Google in arepository with optionalhardware-acceleration selected at run-time. It is included (minus theparts for logging, testing and benchmarking we would not use from R) ‘asis’ in the package atsrc/crc32c/.
This project provides it for use byR. We also aim for this to be anexample of how a standalonecmake project providing alibrary can be offered via an R package for use by R as well as by otherR packages.
The package provides a function direct callable from R.
The package also exports three C-level functions that can be calleddirectly from other R packages by means of a mechanismdescribedinWriting R Extensions.
For CRC32C itself see theincludedAUTHORS file file.
For the R package integration and maintenance, Dirk Eddelbuettel
For CRCR32C itself see theincludedLICENSE file file.
The R package integrations is licensed under GPL (>= 2) just likeR itself.
Initially created: Mon May 8 07:38:23 PM CDT 2023
Last modified: Sun May 26 09:57:46 CDT 2024