Skip to content

Commit 89afe49

Browse files
committed
some additions to ChangeLog
1 parent e721d1b commit 89afe49

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

ChangeLog

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
* R/Attributes.R: Add dryRun parameter to sourceCpp.
88

9+
2014-09-21 Dirk Eddelbuettel <[email protected]>
10+
11+
* DESCRIPTION: Shorten Description: to single paragraph
12+
913
2014-09-21 Kevin Ushey <[email protected]>
1014

1115
* inst/unitTests/runit.environments.R: Use 'checkIdentical' as it's a
@@ -29,6 +33,10 @@
2933
* inst/unitTests/testRcppModule/R/zzz.R: Updated for current Modules use
3034
* inst/unitTests/testRcppModule/man/Rcpp_modules_examples.Rd: Also added here
3135

36+
2014-09-10 Dirk Eddelbuettel <[email protected]>
37+
38+
* R/R/Rcpp.package.skeleton.R: If available, pkgKitten used for skeleton pkg
39+
3240
2014-09-09 Dirk Eddelbuettel <[email protected]>
3341

3442
* R/unit.tests.R: Fully qualify three functions from RUnit via ::
@@ -54,6 +62,10 @@
5462
* R/Attributes.R: Include LinkingTo in DESCRIPTION fields scanned
5563
to confirm that C++ dependencies are referenced by package.
5664

65+
2014-09-01 Yixuan Qiu <[email protected]>
66+
67+
* inst/include/Rcpp/vector/Vector.h: fix return value of range eraser
68+
5769
2014-09-01 Kevin Ushey <[email protected]>
5870

5971
* inst/include/Rcpp/vector/ListOf.h: `size()` member function should
@@ -85,6 +97,13 @@
8597
* inst/include/Rcpp/proxy/TagProxy.h: Idem
8698
* inst/include/Rcpp/proxy/proxy.h: Idem
8799

100+
2014-08-08 Christian Authmann <[email protected]>
101+
102+
* inst/unitTests/cpp/InternalFunction.cpp: New unit test support
103+
* inst/unitTests/cpp/InternalFunctionCPP11.cpp: Idem
104+
* inst/unitTests/runit.InternalFunction.R: Idem
105+
* inst/unitTests/runit.InternalFunctionCPP11.R: Idem
106+
88107
2014-08-06 Christian Authmann <[email protected]>
89108

90109
* inst/include/Rcpp/InternalFunctionWithStdFunction.h: Extend the
@@ -112,7 +131,7 @@
112131
2014-07-29 Dirk Eddelbuettel <[email protected]>
113132

114133
* inst/include/Rcpp/vector/proxy.h: Removed operator bool() cast as
115-
discusses by Christian Authmann on rcpp-devel
134+
discussed by Christian Authmann on rcpp-devel
116135

117136
2014-07-28 Dirk Eddelbuettel <[email protected]>
118137

0 commit comments

Comments
 (0)