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-x86_64)RcppInt64_0.0.5.tgz(r-4.4-arm64)RcppInt64_0.0.5.tgz(r-4.3-x86_64)RcppInt64_0.0.5.tgz(r-4.3-arm64)
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:

5.66 score 5 stars 8 packages 3 scripts 2.6k downloads 2 exports 1 dependencies

Last updated 7 months agofrom:4cf8fe1d51. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 27 2024
R-4.5-win-x86_64OKOct 27 2024
R-4.5-linux-x86_64OKOct 27 2024
R-4.4-win-x86_64OKOct 27 2024
R-4.4-mac-x86_64OKOct 27 2024
R-4.4-mac-aarch64OKOct 27 2024
R-4.3-win-x86_64OKOct 27 2024
R-4.3-mac-x86_64OKOct 27 2024
R-4.3-mac-aarch64OKOct 27 2024

Exports:Int64toInt64NanotimeToNanotime

Dependencies:Rcpp