Skip to content

Commit f85e51c

Browse files
committed
update DESCRIPTION to next minor release
also restores basic Authors field
1 parent 5bb5517 commit f85e51c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

DESCRIPTION

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.11.1.1
4-
Date: 2014-04-01
5-
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]" ),
6-
person("Romain", "Francois", role = "aut", email = "[email protected]"),
7-
person("JJ", "Allaire", role = "ctb", email = "[email protected]"),
8-
person("John", "Chambers", role = "ctb", email = "[email protected]"),
9-
person("Douglas", "Bates", role = "ctb", email = "[email protected]"),
10-
person("Kevin", "Ushey", role = "ctb", email = "[email protected]"))
3+
Version: 0.11.1.2
4+
Date: 2014-04-30
5+
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
6+
Douglas Bates, and John Chambers
7+
Maintainer: Dirk Eddelbuettel <[email protected]>
118
Description: The Rcpp package provides R functions as well as a C++ library
129
which facilitate the integration of R and C++.
1310
.

0 commit comments

Comments
 (0)