|
| 1 | +2017-04-11 Dirk Eddelbuettel <edd@debian.org> |
| 2 | + |
| 3 | + * inst/inst/unitTests/testRcppClass/src/init.c (R_init_testRcppClass): Call |
| 4 | + R_registerRoutines() and R_useDynamicSymbols(); also ensure |
| 5 | + _rcpp_module_boot_* is registered for each module |
| 6 | + * inst/unitTests/testRcppClass/NAMESPACE: Added registration |
| 7 | + |
| 8 | + * inst/unitTests/testRcppClass/DESCRIPTION (Title): Title case |
| 9 | + |
| 10 | + * inst/unitTests/testRcppClass/R/rcpp_hello_world.R (rcpp_hello_world): |
| 11 | + Call the renamed C++ function |
| 12 | + * inst/unitTests/testRcppClass/src/rcpp_hello_world.cpp (rcpp_hello_world_cpp): |
| 13 | + Renamed C++ function to be distinct from R function calling it |
| 14 | + * inst/unitTests/testRcppClass/src/rcpp_hello_world.h: Ditto |
| 15 | + * inst/unitTests/testRcppClass/man/rcpp_hello_world.Rd: Alias renamed |
| 16 | + C++ function |
| 17 | + |
| 18 | +2017-04-09 Dirk Eddelbuettel <edd@debian.org> |
| 19 | + |
| 20 | + * inst/unitTests/testRcppModule/src/init.c (R_init_testRcppModule): Call |
| 21 | + R_registerRoutines() and R_useDynamicSymbols(); also ensure |
| 22 | + _rcpp_module_boot_* is registered for each module |
| 23 | + * inst/unitTests/testRcppModule/NAMESPACE: Added registration |
| 24 | + |
| 25 | + * inst/unitTests/testRcppModule/DESCRIPTION (Title): Title case |
| 26 | + |
| 27 | + * inst/unitTests/testRcppModule/R/rcpp_hello_world.R (rcpp_hello_world): |
| 28 | + Call the renamed C++ function |
| 29 | + * inst/unitTests/testRcppModule/src/rcpp_hello_world.cpp (rcpp_hello_world_cpp): |
| 30 | + Renamed C++ function to be distinct from R function calling it |
| 31 | + * inst/unitTests/testRcppModule/src/rcpp_hello_world.h: Ditto |
| 32 | + * inst/unitTests/testRcppModule/man/rcpp_hello_world.Rd: Alias renamed |
| 33 | + C++ function |
| 34 | + |
| 35 | + * inst/unitTests/testRcppModule/man/Rcpp_modules_examples.Rd: Alias |
| 36 | + renamed modules |
| 37 | + * inst/unitTests/testRcppModule/tests/modules.R: Call renamed module |
| 38 | + |
1 | 39 | 2017-04-03 Jim Hester <james.f.hester@gmail.com> |
2 | 40 |
|
3 | 41 | * inst/include/Rcpp/exceptions.h: Added support for throwing |
|
10 | 48 |
|
11 | 49 | * inst/vignettes/Rcpp-FAQ.Rnw: Added "Known Issues" section to FAQ |
12 | 50 |
|
| 51 | +2017-03-25 Dirk Eddelbuettel <edd@debian.org> |
| 52 | + |
| 53 | + * LICENSE: Added |
| 54 | + * .Rbuildignore: Do not include LICENSE in package |
| 55 | + |
13 | 56 | 2017-03-17 Dirk Eddelbuettel <edd@debian.org> |
14 | 57 |
|
15 | 58 | * DESCRIPTION: Release 0.12.10 |
|
0 commit comments