@@ -2,23 +2,22 @@ Source: rcpp
22Section: gnu-r
33Priority: optional
44Maintainer: Dirk Eddelbuettel <
[email protected] >
5- Build-Depends: debhelper (>= 7.0.0 ), r-base-dev (>= 3.4.3 ), dh-r, r-cran-codetools, r-cran-pkgkitten
6- Standards-Version: 4.1.4
5+ Build-Depends: debhelper (>= 10 ), r-base-dev (>= 3.5.1 ), dh-r, r-cran-codetools, r-cran-pkgkitten
6+ Standards-Version: 4.1.5
77Vcs-Browser: https://salsa.debian.org/edd/r-cran-rcpp
88Vcs-Git: https://salsa.debian.org/edd/r-cran-rcpp.git
99Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
1010
1111Package: r-cran-rcpp
1212Architecture: any
13- Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-cran-littler, r-cran-pkgkitten
13+ Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, littler, r-cran-littler, r-cran-pkgkitten
1414Suggests: r-cran-inline
1515Description: GNU R package for Seamless R and C++ Integration
1616 The Rcpp package provides R functions as well as C++ classes which
1717 offer a seamless integration of R and C++. Many R data types and objects can be
1818 mapped back and forth to C++ equivalents which facilitates both writing of new
19- code as well as easier integration of third-party libraries. Documentation
20- about Rcpp is provided by several vignettes included in this package, via the
21- Rcpp Gallery site at http://gallery.rcpp.org, the paper by Eddelbuettel and
22- Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
19+ code as well as easier integration of third-party libraries. Documentation
20+ about Rcpp is provided by several vignettes included in this package, via the
21+ Rcpp Gallery site at http://gallery.rcpp.org, the paper by Eddelbuettel and
22+ Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
2323 'citation("Rcpp")' for details on these last two.
24-
0 commit comments