The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Version: 0.3.0
Date: 2023-11-06
Title: 'Rcpp' Meets 'C++' Arrays
Imports: Rcpp
LinkingTo: Rcpp
Suggests: tinytest
Description: Interoperability between 'Rcpp' and the 'C++11' array and tuple types. Linking to this package allows fixed-length 'std::array' objects to be converted to and from equivalent R vectors, and 'std::tuple' objects converted to lists, via the as() and wrap() functions. There is also experimental support for 'std::span' from 'C++20'.
Encoding: UTF-8
License: GPL-2
URL: https://github.com/jonclayden/RcppArray
BugReports: https://github.com/jonclayden/RcppArray/issues
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-11-08 12:11:22 UTC; jon
Author: Jon Clayden ORCID iD [cre, aut], Dirk Eddelbuettel [aut], Andrew Johnson ORCID iD [ctb]
Maintainer: Jon Clayden <code@clayden.org>
Repository: CRAN
Date/Publication: 2023-11-08 12:40:02 UTC

The 'RcppArray' package

Description

This package presents no user-facing R code, but instead provides linked packages containing C++ code with the ability to convert easily between R vector types and the std::array, std::tuple and std::span classes. See the package README and/or included header RcppArray.h for further details.

Author(s)

Maintainer: Jon Clayden code@clayden.org (ORCID)

Authors:

Other contributors:

See Also

Useful links:

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.