Package: tidyCpp
Type: Package
Title: Tidy C++ Header-Only Definitions for Parts of the C API of R
Version: 0.0.1
Date: 2020-10-04
Authors@R: c(
 person("Dirk", "Eddelbuettel", role = c("aut", "cre", "cph"), email = "edd@debian.org"),
 person("Romain", "Francois", role = c("ctb", "cph"), comment="Via included file Shield.h"),
 person("Kevin", "Ushey", role = c("ctb", "cph"), comment="Via included file Shield.h"))
Description: Core parts of the C API of R are wrapped in a C++ namespace via a set
 of inline functions giving a tidier representation of the underlying data structures
 and functionality using a header-only implementation without additional dependencies.
Suggests: Rcpp, knitr, rmarkdown, minidown
VignetteBuilder: knitr
License: GPL (>= 2)
NeedsCompilation: no
Packaged: 2020-10-04 14:14:55.907454 UTC; edd
Author: Dirk Eddelbuettel [aut, cre, cph],
  Romain Francois [ctb, cph] (Via included file Shield.h),
  Kevin Ushey [ctb, cph] (Via included file Shield.h)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2020-10-10 09:50:02 UTC
