|
| 1 | +2014-11-19 Dirk Eddelbuettel <edd@debian.org> |
| 2 | + |
| 3 | + * .travis.yml: Temporary stop-gap measure of setting CRAN to something |
| 4 | + other than the RStudio CDN which currently has DNS issue |
| 5 | + |
| 6 | + * inst/include/Rcpp/internal/NAComparator.h: Support sorting of complex |
| 7 | + numbers, thanks to patch by Yixuan Qiu (in PR #202) |
| 8 | + |
| 9 | +2014-11-08 Kevin Ushey <kevinushey@gmail.com> |
| 10 | + |
| 11 | + * R/Attributes.R: Fix regular expression used to find source files for |
| 12 | + compileAttributes |
| 13 | + |
| 14 | +2014-11-02 Dirk Eddelbuettel <edd@debian.org> |
| 15 | + |
| 16 | + * inst/unitTests/RcppTestA: Rename to inst/unitTests/testRcppPackage |
| 17 | + * inst/unitTests/testRcppPackage: Updated throughout |
| 18 | + |
| 19 | + * inst/include/Rcpp/Rmath.h: As suggested by Kevin, test for R_VERSION |
| 20 | + via #define to conditon on R >= 3.1.2 -- this does not require a hard |
| 21 | + constraint in DESCRIPTION yet on newer R will get R::[dpq]nbinom_mu() |
| 22 | + |
| 23 | +2014-11-01 Dirk Eddelbuettel <edd@debian.org> |
| 24 | + |
| 25 | + * src/api.cpp: Do not include execinfo.h on AIX, per r-devel discussion |
| 26 | + with Mike Beddo, and http://sf.net/p/predef/wiki/OperatingSystems/ |
| 27 | + |
| 28 | +2014-10-29 Dirk Eddelbuettel <edd@debian.org> |
| 29 | + |
| 30 | + * inst/include/Rcpp/Rmath.h: Comment out R::[dpqr]nbinom_mu functions as |
| 31 | + not declared by R with Rf_* name-mapping prefixes |
| 32 | + |
| 33 | +2014-10-17 Chenliang Xu <luckyrand@gmail.com> |
| 34 | + |
| 35 | + * R/Attributes: Enable scanning of header files |
| 36 | + |
| 37 | +2014-10-03 JJ Allaire <jj@rstudio.org> |
| 38 | + |
| 39 | + * R/Attributes.R: Only look for plugins in the package's namespace |
| 40 | + (rather than entire search path) |
| 41 | + |
| 42 | +2014-10-01 Kevin Ushey <kevinushey@gmail.com> |
| 43 | + |
| 44 | + * inst/include/Rcpp/vector/ListOf.h ListOf<T> inherits relevant proxies |
| 45 | + * inst/unitTests/cpp/ListOf.cpp: Idem |
| 46 | + * inst/unitTests/runit.ListOf.R: Idem |
| 47 | + |
| 48 | +2014-09-29 Dirk Eddelbuettel <edd@debian.org> |
| 49 | + |
| 50 | + * debian/*: Changes for Debian release of 0.11.3 |
| 51 | + |
| 52 | + * inst/NEWS.Rd: Removed a double entry |
| 53 | + |
| 54 | +2014-09-27 Dirk Eddelbuettel <edd@debian.org> |
| 55 | + |
| 56 | + * DESCRIPTION: Release 0.11.3 |
| 57 | + * inst/NEWS.Rd: Release 0.11.3 |
| 58 | + * inst/include/Rcpp/config.h: Release 0.11.3 |
| 59 | + |
| 60 | + * ChangeLog: Added a few more entries based on commit log |
| 61 | + * inst/NEWS.Rd: Idem |
| 62 | + |
| 63 | +2014-09-26 JJ Allaire <jj@rstudio.org> |
| 64 | + |
| 65 | + * DESCRIPTION: Bump version to enable checking for dryRun. |
| 66 | + |
| 67 | +2014-09-23 JJ Allaire <jj@rstudio.org> |
| 68 | + |
| 69 | + * R/Attributes.R: Add dryRun parameter to sourceCpp. |
| 70 | + |
| 71 | +2014-09-21 Dirk Eddelbuettel <edd@debian.org> |
| 72 | + |
| 73 | + * DESCRIPTION: Shorten Description: to single paragraph |
| 74 | + |
| 75 | +2014-09-21 Kevin Ushey <kevinushey@gmail.com> |
| 76 | + |
| 77 | + * inst/unitTests/runit.environments.R: Use 'checkIdentical' as it's a |
| 78 | + more appropriate expression of intent |
| 79 | + |
| 80 | +2014-09-15 Dirk Eddelbuettel <edd@debian.org> |
| 81 | + |
| 82 | + * R/Rcpp.package.skeleton.R: Use more neutral default name, email settings |
| 83 | + * man/Rcpp.package.skeleton.Rd: Document these |
| 84 | + |
| 85 | +2014-09-14 Dirk Eddelbuettel <edd@debian.org> |
| 86 | + |
| 87 | + * inst/unitTests/testRcppClass/man/Rcpp_class_examples.Rd: Similar |
| 88 | + update to yesterday's update for testRcppModule |
| 89 | + |
1 | 90 | 2014-09-14 Kevin Ushey <kevinushey@gmail.com> |
2 | 91 |
|
3 | 92 | * inst/include/Rcpp/vector/Vector.h: Alternate strategy using SFINAE |
|
17 | 106 |
|
18 | 107 | * inst/unitTests/testRcppModule/NAMESPACE: Updated for current Modules use |
19 | 108 | * inst/unitTests/testRcppModule/R/zzz.R: Updated for current Modules use |
| 109 | + * inst/unitTests/testRcppModule/man/Rcpp_modules_examples.Rd: Also added here |
| 110 | + |
| 111 | +2014-09-10 Dirk Eddelbuettel <edd@debian.org> |
| 112 | + |
| 113 | + * R/R/Rcpp.package.skeleton.R: If available, pkgKitten used for skeleton pkg |
20 | 114 |
|
21 | 115 | 2014-09-09 Dirk Eddelbuettel <edd@debian.org> |
22 | 116 |
|
|
43 | 137 | * R/Attributes.R: Include LinkingTo in DESCRIPTION fields scanned |
44 | 138 | to confirm that C++ dependencies are referenced by package. |
45 | 139 |
|
| 140 | +2014-09-01 Yixuan Qiu <yixuan.qiu@cos.name> |
| 141 | + |
| 142 | + * inst/include/Rcpp/vector/Vector.h: fix return value of range eraser |
| 143 | + |
46 | 144 | 2014-09-01 Kevin Ushey <kevinushey@gmail.com> |
47 | 145 |
|
48 | 146 | * inst/include/Rcpp/vector/ListOf.h: `size()` member function should |
|
55 | 153 | 2014-08-30 Dirk Eddelbuettel <edd@debian.org> |
56 | 154 |
|
57 | 155 | * inst/include/Rcpp/vector/Vector.h: Mark two 'from string' ctors as |
58 | | - deprecated following a suggestion by Yixuan Qiu |
| 156 | + deprecated following a suggestion by Yixuan Qiu [reversed on 2014-09-02] |
59 | 157 |
|
60 | 158 | 2014-08-18 Dirk Eddelbuettel <edd@debian.org> |
61 | 159 |
|
|
74 | 172 | * inst/include/Rcpp/proxy/TagProxy.h: Idem |
75 | 173 | * inst/include/Rcpp/proxy/proxy.h: Idem |
76 | 174 |
|
| 175 | +2014-08-08 Christian Authmann <authmanc@Mathematik.Uni-Marburg.de> |
| 176 | + |
| 177 | + * inst/unitTests/cpp/InternalFunction.cpp: New unit test support |
| 178 | + * inst/unitTests/cpp/InternalFunctionCPP11.cpp: Idem |
| 179 | + * inst/unitTests/runit.InternalFunction.R: Idem |
| 180 | + * inst/unitTests/runit.InternalFunctionCPP11.R: Idem |
| 181 | + |
77 | 182 | 2014-08-06 Christian Authmann <authmanc@Mathematik.Uni-Marburg.de> |
78 | 183 |
|
79 | 184 | * inst/include/Rcpp/InternalFunctionWithStdFunction.h: Extend the |
|
101 | 206 | 2014-07-29 Dirk Eddelbuettel <edd@debian.org> |
102 | 207 |
|
103 | 208 | * inst/include/Rcpp/vector/proxy.h: Removed operator bool() cast as |
104 | | - discusses by Christian Authmann on rcpp-devel |
| 209 | + discussed by Christian Authmann on rcpp-devel |
105 | 210 |
|
106 | 211 | 2014-07-28 Dirk Eddelbuettel <edd@debian.org> |
107 | 212 |
|
|
0 commit comments