@@ -2,9 +2,13 @@ Package: Rcpp
22Title: Seamless R and C++ Integration
33Version: 0.10.6.2
44Date: 2013-11-14
5- Author: Dirk Eddelbuettel and Romain Francois, with contributions
6- by Douglas Bates, John Chambers and JJ Allaire
7- Maintainer: Dirk Eddelbuettel <edd@debian.org>
5+ Authors@R: c(
6+ person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org" ),
7+ person("Romain", "Francois", role = "aut", email = "romain@r-enthusiasts.com"),
8+ person("JJ", "Allaire", role = "ctb", email = "jj.allaire@gmail.com"),
9+ person("John", "Chambers", role = "ctb", email = "jmc@r-project.org"),
10+ person("Douglas", "Bates", role = "ctb", email = "bates@stat.wisc.edu")
11+ )
812Description: The Rcpp package provides R functions as well as a C++ library
913 which facilitate the integration of R and C++.
1014 .
@@ -53,7 +57,7 @@ Depends: R (>= 3.0.0)
5357Imports: methods
5458Suggests: RUnit, inline, rbenchmark, highlight
5559VignetteBuilder: highlight
56- URL: http://www.rcpp.org, http://dirk.eddelbuettel.com/code/rcpp.html, http ://blog.r-enthusiasts. com/tag/rcpp/
60+ URL: http://www.rcpp.org, http://dirk.eddelbuettel.com/code/rcpp.html, https ://github. com/RcppCore/Rcpp
5761License: GPL (>= 2)
58- BugReports: http ://r-forge.r-project.org/tracker/?atid=637&group_id=155&func=browse
62+ BugReports: https ://github.com/RcppCore/Rcpp/issues
5963MailingList: Please send questions and comments regarding Rcpp to rcpp-devel@lists.r-forge.r-project.or
0 commit comments