Skip to content

Commit ab0cd87

Browse files
committed
and a warm welcome to KK who is now a (co-)author
1 parent 674c40e commit ab0cd87

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
33
Version: 0.11.6.4.3
4-
Date: 2015-07-23
4+
Date: 2015-07-24
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
6-
Douglas Bates, and John Chambers
6+
Qiang Kou, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>
88
Description: The 'Rcpp' package provides R functions as well as C++ classes which
99
offer a seamless integration of R and C++. Many R data types and objects can be

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ questions 1.2 and 1.3 in the
8989

9090
### Authors
9191

92-
Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Doug Bates, and John Chambers
92+
Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou, Doug
93+
Bates, and John Chambers
9394

9495
### License
9596

inst/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
by Qiang Kou)
2222
\item \code{String} objects are preserving the underlying \code{SEXP}
2323
objects better, and are more careful about initializations (via pull
24-
request 322 and 329 by Qiang Kou)
24+
requests 322 and 329 by Qiang Kou)
2525
\item DataFrame constructors are now a little more careful (via pull
2626
request 301 by Romain Francois)
2727
\item For R 3.2.0 or newer, \code{Rf_installChar()} is used instead of
28-
\code{Rf_install(CHAR())}.
28+
\code{Rf_install(CHAR())} (via pull request 332).
2929
}
3030
\item Changes in Rcpp Attributes:
3131
\itemize{

0 commit comments

Comments
 (0)