|
| 1 | +2015-08-30 Dirk Eddelbuettel < [email protected]> |
| 2 | + |
| 3 | + * vignettes/Rcpp.bib: Updated RcppGSL entry |
| 4 | + |
1 | 5 | 2015-08-29 Dirk Eddelbuettel < [email protected]>
|
2 | 6 |
|
3 |
| - * vignettes/Rcpp.bib: Add RcppZiggurat |
| 7 | + * vignettes/Rcpp.bib: Add RcppZiggurat entry |
| 8 | + |
| 9 | + * inst/include/Rcpp/utils/tinyformat.h: Updated to current upstream |
| 10 | + version keeping our local modifications / adaptations (PR #357) |
| 11 | + |
| 12 | +2015-08-29 Qiang Kou < [email protected]> |
| 13 | + |
| 14 | + * inst/include/Rcpp/vector/Subsetter.h: Enable logical subsetting on |
| 15 | + both LHS and RHS, eg 'a[b > 3] = b[b > 3]' (pull request #352 addressing |
| 16 | + issue #345) |
| 17 | + * inst/unitTests/cpp/Subset.cpp: Ditto |
| 18 | + * inst/unitTests/runit.subset.R: Unit tests for above |
4 | 19 |
|
5 | 20 | 2015-08-26 Dirk Eddelbuettel < [email protected]>
|
6 | 21 |
|
7 | 22 | * inst/unitTests/testRcppClass/src/rcpp_module.cpp: Renamed Module
|
8 | 23 | 'World' to 'RcppClassWorld' to avoid multiple modules with same name
|
| 24 | + (pull request #351, fixed issue #350) |
| 25 | + |
9 | 26 | * inst/unitTests/testRcppClass/man/Rcpp_class_examples.Rd: Ditto
|
10 | 27 | * inst/unitTests/testRcppClass/R/load.R: Ditto
|
11 | 28 | * inst/unitTests/testRcppClass/NAMESPACE: Ditto
|
|
25 | 42 | * R/loadModule.R: For now=TRUE, always set .botched to FALSE which
|
26 | 43 | corresponds to the case of the methods package being in the search path
|
27 | 44 | * inst/include/Rcpp/Reference.h: Call call with the internal Namespace
|
28 |
| - |
| 45 | + |
29 | 46 | 2015-08-24 Dirk Eddelbuettel < [email protected]>
|
30 | 47 |
|
31 | 48 | * vignettes/Rcpp.bib: Updated R / R Core references
|
32 | 49 |
|
| 50 | +2015-08-23 Romain Francois < [email protected]> |
| 51 | + |
| 52 | + * inst/include/Rcpp/Benchmark/Timer.h: Silence 'g++ -pedantic' by |
| 53 | + replaceing one R_xlen_t by size_t (pull request #348) |
| 54 | + |
33 | 55 | 2015-08-19 Florian Plaza Onate < [email protected]>
|
34 | 56 | * inst/include/Rcpp/vector/Vector.h: Add 'at' methods which implement
|
35 | 57 | accessors with bounds cheking (pull request #342, fixes issue #341)
|
|
61 | 83 | 2015-08-02 Dirk Eddelbuettel < [email protected]>
|
62 | 84 |
|
63 | 85 | * R/Attributes.R (sourceCpp): In no-rebuild-needed case, also set a
|
64 |
| - default directory restoration via on.exit() |
| 86 | + default directory restoration via on.exit() (pull request #335, |
| 87 | + addressing issue #309) |
65 | 88 |
|
66 | 89 | 2015-07-24 Dirk Eddelbuettel < [email protected]>
|
67 | 90 |
|
|
0 commit comments