RcppInt64: 'Rcpp'-Based Helper Functions to Pass 'Int64' and 'nanotime' Values Between 'R' and 'C++'

'Int64' values can be created and accessed via the 'bit64' package and its 'integer64' class which package the 'int64' representation cleverly into a 'double'. The 'nanotime' packages builds on this to support nanosecond-resolution timestamps. This packages helps conversions between 'R' and 'C++' via several helper functions provided via a single header file. A complete example client package is included as an illustration.

Version: 0.0.4
Imports: Rcpp (≥ 1.0.8)
LinkingTo: Rcpp
Suggests: tinytest, bit64, nanotime
Published: 2023-12-09
Author: Dirk Eddelbuettel ORCID iD [aut, cre]
Maintainer: Dirk Eddelbuettel <edd at debian.org>
BugReports: https://github.com/eddelbuettel/rcppint64/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/eddelbuettel/rcppint64
NeedsCompilation: yes
Materials: README NEWS ChangeLog
CRAN checks: RcppInt64 results

Documentation:

Reference manual: RcppInt64.pdf

Downloads:

Package source: RcppInt64_0.0.4.tar.gz
Windows binaries: r-devel: RcppInt64_0.0.4.zip, r-release: RcppInt64_0.0.4.zip, r-oldrel: RcppInt64_0.0.4.zip
macOS binaries: r-release (arm64): RcppInt64_0.0.4.tgz, r-oldrel (arm64): RcppInt64_0.0.4.tgz, r-release (x86_64): RcppInt64_0.0.4.tgz, r-oldrel (x86_64): RcppInt64_0.0.4.tgz
Old sources: RcppInt64 archive

Reverse dependencies:

Reverse linking to: RcppFarmHash, tiledb

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RcppInt64 to link to this page.