|
1 | 1 | 2016-08-02 James J Balamuta <balamut2@illinois.edu> |
2 | 2 |
|
3 | 3 | * R/Rcpp.package.skeleton.R: Added autogeneration warning |
4 | | - * src/attributes.cpp: Fixed invalid C++ Identifiers and modified |
5 | | - export header to warn against hand edits |
| 4 | + * src/attributes.cpp: Fixed invalid C++ Identifiers and modified export |
| 5 | + header to warn against hand edits |
6 | 6 | * vignettes/Rcpp-package.Rnw: Updated code generation snippets |
7 | 7 | * man/Rcpp.package.skeleton.Rd: Add warning on hand edits to the |
8 | 8 | autogenerated RcppExports files. |
9 | 9 | * man/compileAttributes.Rd: Idem |
10 | 10 |
|
| 11 | +2016-08-02 Qiang Kou <qkou@umail.iu.edu> |
| 12 | + |
| 13 | + * inst/include/Rcpp/String.h: CE_UTF8 as default encoding |
| 14 | + * inst/unitTests/cpp/String.cpp: Update unit test |
| 15 | + * inst/unitTests/runit.String.R: Idem |
| 16 | + |
11 | 17 | 2016-08-01 Nathan Russell <russell.nr2012@gmail.com> |
12 | 18 |
|
13 | | - * inst/include/Rcpp/vector/Vector.h: Added decreasing option for Vector |
14 | | - sort |
| 19 | + * inst/include/Rcpp/vector/Vector.h: Added decreasing option for Vector |
| 20 | + sort |
15 | 21 | * inst/include/Rcpp/internal/NAComparator.h: Idem |
16 | 22 | * inst/unitTests/cpp/Vector.cpp: Idem |
17 | 23 | * inst/unitTests/runit.Vector.R: Idem |
|
163 | 169 |
|
164 | 170 | * DESCRIPTION: Release 0.12.5 |
165 | 171 | * inst/NEWS.Rd: Release 0.12.5 |
166 | | - * vignettes/Rcpp.bib: Release 0.12.5 |
| 172 | + * vignettes/Rcpp.bib: Release 0.12.5 |
167 | 173 | * inst/include/Rcpp/config.h: Release 0.12.5 |
168 | 174 |
|
169 | 175 | * debian/*: Changes for Debian release of 0.12.5 |
170 | 176 |
|
171 | | - * vignettes/Rcpp.bib: Updated references |
| 177 | + * vignettes/Rcpp.bib: Updated references |
172 | 178 |
|
173 | 179 | 2016-05-13 Dirk Eddelbuettel <edd@debian.org> |
174 | 180 |
|
|
280 | 286 |
|
281 | 287 | * DESCRIPTION: Release 0.12.4 |
282 | 288 | * inst/NEWS.Rd: Release 0.12.4 |
283 | | - * vignettes/Rcpp.bib: Release 0.12.4 |
| 289 | + * vignettes/Rcpp.bib: Release 0.12.4 |
284 | 290 | * inst/include/Rcpp/config.h: Release 0.12.4 |
285 | 291 |
|
286 | 292 | * debian/*: Changes for Debian release of 0.12.4 |
287 | 293 |
|
288 | 294 | 2016-03-19 Dirk Eddelbuettel <edd@debian.org> |
289 | 295 |
|
290 | | - * README.md: Use canonical CRAN URL to please R-devel CMD check |
| 296 | + * README.md: Use canonical CRAN URL to please R-devel CMD check |
291 | 297 |
|
292 | 298 | 2016-03-12 Nathan Russell <russell.nr2012@gmail.com> |
293 | 299 |
|
|
333 | 339 |
|
334 | 340 | 2016-03-07 Dirk Eddelbuettel <edd@debian.org> |
335 | 341 |
|
336 | | - * inst/include/Rcpp/stats/beta.h: Updated Emacs header and copyright |
337 | | - * inst/include/Rcpp/stats/binom.h: Idem |
338 | | - * inst/include/Rcpp/stats/cauchy.h: Idem |
339 | | - * inst/include/Rcpp/stats/chisq.h: Idem |
340 | | - * inst/include/Rcpp/stats/f.h: Idem |
341 | | - * inst/include/Rcpp/stats/gamma.h: Idem |
342 | | - * inst/include/Rcpp/stats/geom.h: Idem |
343 | | - * inst/include/Rcpp/stats/hyper.h: Idem |
344 | | - * inst/include/Rcpp/stats/nbeta.h: Idem |
345 | | - * inst/include/Rcpp/stats/nbinom.h: Idem |
346 | | - * inst/include/Rcpp/stats/nbinom_mu.h: Idem |
347 | | - * inst/include/Rcpp/stats/nchisq.h: Idem |
348 | | - * inst/include/Rcpp/stats/nf.h: Idem |
349 | | - * inst/include/Rcpp/stats/nt.h: Idem |
350 | | - * inst/include/Rcpp/stats/pois.h: Idem |
351 | | - * inst/include/Rcpp/stats/stats.h: Idem |
352 | | - * inst/include/Rcpp/stats/t.h: Idem |
353 | | - * inst/include/Rcpp/stats/unif.h: Idem |
| 342 | + * inst/include/Rcpp/stats/beta.h: Updated Emacs header and copyright |
| 343 | + * inst/include/Rcpp/stats/binom.h: Idem |
| 344 | + * inst/include/Rcpp/stats/cauchy.h: Idem |
| 345 | + * inst/include/Rcpp/stats/chisq.h: Idem |
| 346 | + * inst/include/Rcpp/stats/f.h: Idem |
| 347 | + * inst/include/Rcpp/stats/gamma.h: Idem |
| 348 | + * inst/include/Rcpp/stats/geom.h: Idem |
| 349 | + * inst/include/Rcpp/stats/hyper.h: Idem |
| 350 | + * inst/include/Rcpp/stats/nbeta.h: Idem |
| 351 | + * inst/include/Rcpp/stats/nbinom.h: Idem |
| 352 | + * inst/include/Rcpp/stats/nbinom_mu.h: Idem |
| 353 | + * inst/include/Rcpp/stats/nchisq.h: Idem |
| 354 | + * inst/include/Rcpp/stats/nf.h: Idem |
| 355 | + * inst/include/Rcpp/stats/nt.h: Idem |
| 356 | + * inst/include/Rcpp/stats/pois.h: Idem |
| 357 | + * inst/include/Rcpp/stats/stats.h: Idem |
| 358 | + * inst/include/Rcpp/stats/t.h: Idem |
| 359 | + * inst/include/Rcpp/stats/unif.h: Idem |
354 | 360 | * inst/include/Rcpp/stats/dpq/dpq.h: Idem |
355 | 361 |
|
356 | 362 | 2016-03-05 Dirk Eddelbuettel <edd@debian.org> |
|
499 | 505 |
|
500 | 506 | * DESCRIPTION: Release 0.12.3 |
501 | 507 | * inst/NEWS.Rd: Release 0.12.3 |
502 | | - * vignettes/Rcpp.bib: Release 0.12.3 |
| 508 | + * vignettes/Rcpp.bib: Release 0.12.3 |
503 | 509 | * inst/include/Rcpp/config.h: Release 0.12.3 |
504 | 510 |
|
505 | 511 | * debian/*: Changes for Debian release of 0.12.3 |
506 | 512 |
|
507 | | - * vignettes/Rcpp.bib: Updated all CRAN reference to current versions |
| 513 | + * vignettes/Rcpp.bib: Updated all CRAN reference to current versions |
508 | 514 |
|
509 | 515 | 2016-01-09 Dirk Eddelbuettel <edd@debian.org> |
510 | 516 |
|
|
561 | 567 |
|
562 | 568 | * DESCRIPTION: Release 0.12.2 |
563 | 569 | * inst/NEWS.Rd: Release 0.12.2 |
564 | | - * vignettes/Rcpp.bib: Release 0.12.2 |
| 570 | + * vignettes/Rcpp.bib: Release 0.12.2 |
565 | 571 | * inst/include/Rcpp/config.h: Release 0.12.2 |
566 | 572 |
|
567 | 573 | * debian/*: Changes for Debian release of 0.12.2 |
568 | 574 |
|
569 | | - * vignettes/Rcpp.bib: Updated all CRAN reference to current versions |
| 575 | + * vignettes/Rcpp.bib: Updated all CRAN reference to current versions |
570 | 576 |
|
571 | 577 | 2015-11-13 Dirk Eddelbuettel <edd@debian.org> |
572 | 578 |
|
|
656 | 662 |
|
657 | 663 | * DESCRIPTION: Release 0.12.1 |
658 | 664 | * inst/NEWS.Rd: Release 0.12.1 |
659 | | - * vignettes/Rcpp.bib: Release 0.12.1 |
| 665 | + * vignettes/Rcpp.bib: Release 0.12.1 |
660 | 666 | * inst/include/Rcpp/config.h: Release 0.12.1 |
661 | 667 |
|
662 | 668 | * debian/*: Changes for Debian release of 0.12.1 |
|
801 | 807 |
|
802 | 808 | * DESCRIPTION: Release 0.12.0 |
803 | 809 | * inst/NEWS.Rd: Release 0.12.0 |
804 | | - * vignettes/Rcpp.bib: Release 0.12.0 |
| 810 | + * vignettes/Rcpp.bib: Release 0.12.0 |
805 | 811 | * inst/include/Rcpp/config.h: Release 0.12.0 |
806 | 812 |
|
807 | 813 | * debian/*: Changes for Debian release of 0.12.0 |
|
871 | 877 |
|
872 | 878 | 2015-06-25 Kevin Ushey <kevinushey@gmail.com> |
873 | 879 |
|
874 | | - * inst/include/Rcpp/api/meat/Rcpp_eval.h: reset error after Rcpp_eval |
875 | | - * inst/unitTests/cpp/Function.cpp: unit tests |
876 | | - * inst/unitTests/runit.Function.R: unit tests |
| 880 | + * inst/include/Rcpp/api/meat/Rcpp_eval.h: reset error after Rcpp_eval |
| 881 | + * inst/unitTests/cpp/Function.cpp: unit tests |
| 882 | + * inst/unitTests/runit.Function.R: unit tests |
877 | 883 | * inst/include/Rcpp/Function.h: catch empty error messages |
878 | 884 | * inst/include/Rcpp/api/meat/Rcpp_eval.h: protect call |
879 | 885 |
|
|
1746 | 1752 |
|
1747 | 1753 | 2014-01-23 Dirk Eddelbuettel <edd@debian.org> |
1748 | 1754 |
|
1749 | | - * inst/announce/ANNOUNCE-0.11.0.txt: Added for next release |
| 1755 | + * inst/announce/ANNOUNCE-0.11.0.txt: Added for next release |
1750 | 1756 |
|
1751 | 1757 | 2014-01-21 Dirk Eddelbuettel <edd@debian.org> |
1752 | 1758 |
|
1753 | | - * R/Rcpp.package.skeleton.R: Update skeleton package to add proper |
1754 | | - Imports: to DESCRIPTION, and importFrom() to NAMESPACE |
| 1759 | + * R/Rcpp.package.skeleton.R: Update skeleton package to add proper |
| 1760 | + Imports: to DESCRIPTION, and importFrom() to NAMESPACE |
1755 | 1761 |
|
1756 | 1762 | 2014-01-19 Kevin Ushey <kevinushey@gmail.com> |
1757 | 1763 |
|
1758 | | - * inst/include/Rcpp/api/meat/Vector.h: Add missing UNPROTECT in |
1759 | | - push_back_name__impl |
| 1764 | + * inst/include/Rcpp/api/meat/Vector.h: Add missing UNPROTECT in |
| 1765 | + push_back_name__impl |
1760 | 1766 |
|
1761 | 1767 | 2014-01-18 Kevin Ushey <kevinushey@gmail.com> |
1762 | 1768 |
|
1763 | | - * inst/unitTests/runit.S4.R: Add a test for ctor from slot proxy |
1764 | | - * inst/unitTests/cpp/S4.cpp: Add a test for ctor from slot proxy |
1765 | | - * inst/include/Rcpp/vector/Vector.h: Add missing r_cast to vector |
1766 | | - ctor from proxy |
| 1769 | + * inst/unitTests/runit.S4.R: Add a test for ctor from slot proxy |
| 1770 | + * inst/unitTests/cpp/S4.cpp: Add a test for ctor from slot proxy |
| 1771 | + * inst/include/Rcpp/vector/Vector.h: Add missing r_cast to vector |
| 1772 | + ctor from proxy |
1767 | 1773 |
|
1768 | 1774 | 2014-01-18 JJ Allaire <jj@rstudio.org> |
1769 | 1775 |
|
|
1772 | 1778 |
|
1773 | 1779 | 2014-01-18 Kevin Ushey <kevinushey@gmail.com> |
1774 | 1780 |
|
1775 | | - * inst/unitTests/cpp/Matrix.cpp: Add unit test |
1776 | | - * inst/unitTests/runit.Matrix.R: Add unit test |
1777 | | - * inst/include/Rcpp/api/meat/Matrix.h: Bug fix in operator= |
| 1781 | + * inst/unitTests/cpp/Matrix.cpp: Add unit test |
| 1782 | + * inst/unitTests/runit.Matrix.R: Add unit test |
| 1783 | + * inst/include/Rcpp/api/meat/Matrix.h: Bug fix in operator= |
1778 | 1784 |
|
1779 | 1785 | 2014-01-17 Dirk Eddelbuettel <edd@debian.org> |
1780 | 1786 |
|
1781 | | - * R/RcppLdpath.R (RcppCxxFlags): Restore function to supply values |
1782 | | - for include files for packages not yet converted to LinkingTo: |
| 1787 | + * R/RcppLdpath.R (RcppCxxFlags): Restore function to supply values |
| 1788 | + for include files for packages not yet converted to LinkingTo: |
1783 | 1789 |
|
1784 | 1790 | 2014-01-16 JJ Allaire <jj@rstudio.org> |
1785 | 1791 |
|
|
1790 | 1796 |
|
1791 | 1797 | 2014-01-15 Dirk Eddelbuettel <edd@debian.org> |
1792 | 1798 |
|
1793 | | - * inst/include/Rcpp/exceptions.h: Move stop() into Rcpp namespace |
| 1799 | + * inst/include/Rcpp/exceptions.h: Move stop() into Rcpp namespace |
1794 | 1800 |
|
1795 | 1801 | 2014-01-03 JJ Allaire <jj@rstudio.org> |
1796 | 1802 |
|
|
1804 | 1810 |
|
1805 | 1811 | 2013-12-31 Dirk Eddelbuettel <edd@debian.org> |
1806 | 1812 |
|
1807 | | - * vignettes/Rcpp.bib: Updated CRAN package references |
| 1813 | + * vignettes/Rcpp.bib: Updated CRAN package references |
1808 | 1814 |
|
1809 | 1815 | 2013-12-20 Kevin Ushey <kevinushey@gmail.com> |
1810 | 1816 |
|
|
0 commit comments