Skip to content

Commit 8eda545

Browse files
use new Authors@R and mention github. #4
1 parent ad61468 commit 8eda545

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

DESCRIPTION

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ Package: Rcpp
22
Title: Seamless R and C++ Integration
33
Version: 0.10.6.2
44
Date: 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+
)
812
Description: 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)
5357
Imports: methods
5458
Suggests: RUnit, inline, rbenchmark, highlight
5559
VignetteBuilder: 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
5761
License: 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
5963
MailingList: Please send questions and comments regarding Rcpp to rcpp-devel@lists.r-forge.r-project.or

0 commit comments

Comments
 (0)