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:Dirk Eddelbuettel [aut, cre]

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

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

On CRAN:

Conda:

cpp

6.33 score 7 stars 17 packages 6 scripts 2.4k downloads 2 exports 1 dependencies

Last updated from:826706503d. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK135
linux-devel-x86_64OK108
source / vignettesOK141
linux-release-arm64OK108
linux-release-x86_64OK106
macos-release-arm64OK94
macos-release-x86_64OK228
macos-oldrel-arm64OK103
macos-oldrel-x86_64OK244
windows-develOK104
windows-releaseOK121
windows-oldrelOK112
wasm-releaseOK94

Exports:Int64toInt64NanotimeToNanotime

Dependencies:Rcpp