Package: crc32cExample Type: Package Title: Example Package Using Exported 'crc32c' Functions Version: 0.0.1 Date: 2025-09-29 Authors@R: person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org") Description: The 'crc32c' package exposes a C-level API allowing other packages to use the functions it exposed. This packages provides a simple example of how. (The 'zigg' package has more extended examples of using the function it exposes in four different ways.) URL: https://github.com/eddelbuettel/crc32cExample BugReports: https://github.com/eddelbuettel/crc32cExample/issues License: GPL (>= 2) Imports: Rcpp (>= 1.1.0), crc32c LinkingTo: Rcpp, crc32c RoxygenNote: 6.0.1 Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-04-01 02:16:16 UTC RemoteUrl: https://github.com/eddelbuettel/crc32c-example RemoteRef: HEAD RemoteSha: 8d86bf667557c259600bf96c6832931d216d736f NeedsCompilation: yes Packaged: 2026-07-12 05:21:26 UTC; root Author: Dirk Eddelbuettel [aut, cre] Maintainer: Dirk Eddelbuettel