|
6 | 6 |
|
7 | 7 | * R/Attributes.R: Add dryRun parameter to sourceCpp. |
8 | 8 |
|
| 9 | +2014-09-21 Dirk Eddelbuettel < [email protected]> |
| 10 | + |
| 11 | + * DESCRIPTION: Shorten Description: to single paragraph |
| 12 | + |
9 | 13 | 2014-09-21 Kevin Ushey < [email protected]> |
10 | 14 |
|
11 | 15 | * inst/unitTests/runit.environments.R: Use 'checkIdentical' as it's a |
|
29 | 33 | * inst/unitTests/testRcppModule/R/zzz.R: Updated for current Modules use |
30 | 34 | * inst/unitTests/testRcppModule/man/Rcpp_modules_examples.Rd: Also added here |
31 | 35 |
|
| 36 | +2014-09-10 Dirk Eddelbuettel < [email protected]> |
| 37 | + |
| 38 | + * R/R/Rcpp.package.skeleton.R: If available, pkgKitten used for skeleton pkg |
| 39 | + |
32 | 40 | 2014-09-09 Dirk Eddelbuettel < [email protected]> |
33 | 41 |
|
34 | 42 | * R/unit.tests.R: Fully qualify three functions from RUnit via :: |
|
54 | 62 | * R/Attributes.R: Include LinkingTo in DESCRIPTION fields scanned |
55 | 63 | to confirm that C++ dependencies are referenced by package. |
56 | 64 |
|
| 65 | +2014-09-01 Yixuan Qiu < [email protected]> |
| 66 | + |
| 67 | + * inst/include/Rcpp/vector/Vector.h: fix return value of range eraser |
| 68 | + |
57 | 69 | 2014-09-01 Kevin Ushey < [email protected]> |
58 | 70 |
|
59 | 71 | * inst/include/Rcpp/vector/ListOf.h: `size()` member function should |
|
85 | 97 | * inst/include/Rcpp/proxy/TagProxy.h: Idem |
86 | 98 | * inst/include/Rcpp/proxy/proxy.h: Idem |
87 | 99 |
|
| 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 | + |
88 | 107 | 2014-08-06 Christian Authmann < [email protected]> |
89 | 108 |
|
90 | 109 | * inst/include/Rcpp/InternalFunctionWithStdFunction.h: Extend the |
|
112 | 131 | 2014-07-29 Dirk Eddelbuettel < [email protected]> |
113 | 132 |
|
114 | 133 | * 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 |
116 | 135 |
|
117 | 136 | 2014-07-28 Dirk Eddelbuettel < [email protected]> |
118 | 137 |
|
|
0 commit comments