Package: RcppInt64
Type: Package
Title: 'Rcpp'-Based Helper Functions to Pass 'Int64' and 'nanotime'
        Values Between 'R' and 'C++'
Version: 0.0.4
Date: 2023-12-09
Authors@R: c(person(given = "Dirk", family = "Eddelbuettel",
                    role = c("aut", "cre"), email = "edd@debian.org",
                    comment = c(ORCID = "0000-0001-6419-907X")))
Description: '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.
URL: https://github.com/eddelbuettel/rcppint64
BugReports: https://github.com/eddelbuettel/rcppint64/issues
License: GPL (>= 2)
Imports: Rcpp (>= 1.0.8)
LinkingTo: Rcpp
Suggests: tinytest, bit64, nanotime
RoxygenNote: 6.0.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2023-12-09 13:24:45 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2023-12-09 13:50:02 UTC
Built: R 4.2.0; x86_64-apple-darwin17.0; 2023-12-21 06:41:25 UTC; unix
Archs: RcppInt64.so.dSYM
