@@ -2,23 +2,22 @@ Source: rcpp
2
2
Section: gnu-r
3
3
Priority: optional
4
4
Maintainer: 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
7
7
Vcs-Browser: https://salsa.debian.org/edd/r-cran-rcpp
8
8
Vcs-Git: https://salsa.debian.org/edd/r-cran-rcpp.git
9
9
Homepage: http://dirk.eddelbuettel.com/code/rcpp.html
10
10
11
11
Package: r-cran-rcpp
12
12
Architecture: 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
14
14
Suggests: r-cran-inline
15
15
Description: GNU R package for Seamless R and C++ Integration
16
16
The Rcpp package provides R functions as well as C++ classes which
17
17
offer a seamless integration of R and C++. Many R data types and objects can be
18
18
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
23
23
'citation("Rcpp")' for details on these last two.
24
-
0 commit comments