1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/cpp11-package.R
\docType{package}
\name{cpp11-package}
\alias{cpp11}
\alias{cpp11-package}
\title{cpp11: A C++11 Interface for R's C Interface}
\description{
Provides a header only, C++11 interface to R's C interface. Compared to other approaches 'cpp11' strives to be safe against long jumps from the C API as well as C++ exceptions, conform to normal R function semantics and supports interaction with 'ALTREP' vectors.
}
\seealso{
Useful links:
\itemize{
\item \url{https://cpp11.r-lib.org}
\item \url{https://github.com/r-lib/cpp11}
\item Report bugs at \url{https://github.com/r-lib/cpp11/issues}
}
}
\author{
\strong{Maintainer}: Davis Vaughan \email{davis@posit.co} (\href{https://orcid.org/0000-0003-4777-038X}{ORCID})
Authors:
\itemize{
\item Jim Hester (\href{https://orcid.org/0000-0002-2739-7082}{ORCID})
\item Romain François (\href{https://orcid.org/0000-0002-2444-4226}{ORCID})
}
Other contributors:
\itemize{
\item Benjamin Kietzman [contributor]
\item Posit Software, PBC [copyright holder, funder]
}
}
\keyword{internal}
|