Package: RcppInt64 0.0.5.1
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.1.tar.gz
RcppInt64_0.0.5.1.zip(r-4.7)RcppInt64_0.0.5.1.zip(r-4.6)RcppInt64_0.0.5.1.zip(r-4.5)
RcppInt64_0.0.5.1.tgz(r-4.6-x86_64)RcppInt64_0.0.5.1.tgz(r-4.6-arm64)RcppInt64_0.0.5.1.tgz(r-4.5-x86_64)RcppInt64_0.0.5.1.tgz(r-4.5-arm64)
RcppInt64_0.0.5.1.tar.gz(r-4.7-arm64)RcppInt64_0.0.5.1.tar.gz(r-4.7-x86_64)RcppInt64_0.0.5.1.tar.gz(r-4.6-arm64)RcppInt64_0.0.5.1.tar.gz(r-4.6-x86_64)
RcppInt64_0.0.5.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:826706503d. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 135 | ||
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 141 | ||
| linux-release-arm64 | OK | 108 | ||
| linux-release-x86_64 | OK | 106 | ||
| macos-release-arm64 | OK | 94 | ||
| macos-release-x86_64 | OK | 228 | ||
| macos-oldrel-arm64 | OK | 103 | ||
| macos-oldrel-x86_64 | OK | 244 | ||
| windows-devel | OK | 104 | ||
| windows-release | OK | 121 | ||
| windows-oldrel | OK | 112 | ||
| wasm-release | OK | 94 |
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 |
