Package: RcppInt64 0.0.5

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.

Authors:Dirk Eddelbuettel [aut, cre]

RcppInt64_0.0.5.tar.gz
RcppInt64_0.0.5.zip(r-4.5)RcppInt64_0.0.5.zip(r-4.4)RcppInt64_0.0.5.zip(r-4.3)
RcppInt64_0.0.5.tgz(r-4.4-arm64)RcppInt64_0.0.5.tgz(r-4.4-x86_64)RcppInt64_0.0.5.tgz(r-4.3-arm64)RcppInt64_0.0.5.tgz(r-4.3-x86_64)
RcppInt64_0.0.5.tar.gz(r-4.5-noble)RcppInt64_0.0.5.tar.gz(r-4.4-noble)
RcppInt64_0.0.5.tgz(r-4.4-emscripten)RcppInt64_0.0.5.tgz(r-4.3-emscripten)
RcppInt64.pdf |RcppInt64.html
RcppInt64/json (API)
NEWS

# Install 'RcppInt64' in R:
install.packages('RcppInt64', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/eddelbuettel/rcppint64/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

2 exports 5 stars 2.77 score 1 dependencies 8 dependents 2.3k downloads

Last updated 3 months agofrom:4cf8fe1d51

Exports:Int64toInt64NanotimeToNanotime

Dependencies:Rcpp