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:
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')) |
Bug tracker:https://github.com/eddelbuettel/rcppint64/issues
Last updated 7 months agofrom:4cf8fe1d51. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win-x86_64 | OK | Oct 27 2024 |
R-4.5-linux-x86_64 | OK | Oct 27 2024 |
R-4.4-win-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-x86_64 | OK | Oct 27 2024 |
R-4.4-mac-aarch64 | OK | Oct 27 2024 |
R-4.3-win-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-x86_64 | OK | Oct 27 2024 |
R-4.3-mac-aarch64 | OK | Oct 27 2024 |
Exports:Int64toInt64NanotimeToNanotime
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
'Rcpp'-Based Helper Functions to Pass 'Int64' and 'nanotime' Values Between 'R' and 'C++' | RcppInt64-package RcppInt64 |
Integer64 to Integer64 round-trip demo | Int64toInt64 |
nanotime to nanotime round-trip demo | NanotimeToNanotime |