|
| 1 | +2019-11-26 Dirk Eddelbuettel < [email protected]> |
| 2 | + |
| 3 | + * inst/tinytest/test_embedded_r.R: Use sink to suppress noisy output, |
| 4 | + reenable tests (still conditional on usual environment variable) |
| 5 | + |
| 6 | +2019-11-25 Dirk Eddelbuettel < [email protected]> |
| 7 | + |
| 8 | + * inst/tinytest/cpp/Vector.cpp (no_op): Suppress compiler warning |
| 9 | + |
| 10 | +2019-11-24 Dirk Eddelbuettel < [email protected]> |
| 11 | + |
| 12 | + * DESCRIPTION (Suggests): Add tinytest, remove RUnit |
| 13 | + |
| 14 | + * tests/doRUnit.R: Removed |
| 15 | + * tests/tinytest.R: Added |
| 16 | + |
| 17 | + * tests/tinytest.R: Converted from RUnit to tinytest |
| 18 | + * inst/tinytest/test_algorithm.R: Idem |
| 19 | + * inst/tinytest/test_as.R: Idem |
| 20 | + * inst/tinytest/test_binary_package.R: Idem (but inactive for now) |
| 21 | + * inst/tinytest/test_client_package.R: Idem (but inactive for now) |
| 22 | + * inst/tinytest/test_dataframe.R: Idem |
| 23 | + * inst/tinytest/test_date.R: Idem (but condition two test sets on TZ) |
| 24 | + * inst/tinytest/test_dispatch.R: Idem |
| 25 | + * inst/tinytest/test_embedded.R: Idem |
| 26 | + * inst/tinytest/test_environments.R: Idem |
| 27 | + * inst/tinytest/test_exceptions.R: Idem |
| 28 | + * inst/tinytest/test_exceptions_nocall.R: Idem |
| 29 | + * inst/tinytest/test_expose_class.R: Idem |
| 30 | + * inst/tinytest/test_function.R: Idem |
| 31 | + * inst/tinytest/test_interface.R: Idem (but inactive for now) |
| 32 | + * inst/tinytest/test_internal_function.R: Idem |
| 33 | + * inst/tinytest/test_internal_function_cpp11.R: Idem |
| 34 | + * inst/tinytest/test_language.R: Idem |
| 35 | + * inst/tinytest/test_listof.R: Idem |
| 36 | + * inst/tinytest/test_matrix.R: Idem |
| 37 | + * inst/tinytest/test_misc.R: Idem |
| 38 | + * inst/tinytest/test_modref.R: Idem |
| 39 | + * inst/tinytest/test_module.R: Idem |
| 40 | + * inst/tinytest/test_module_client_package.R: Idem |
| 41 | + * inst/tinytest/test_na.R: Idem |
| 42 | + * inst/tinytest/test_quickanddirty.R: Idem |
| 43 | + * inst/tinytest/test_rcpp_package_skeleton.R: Idem |
| 44 | + * inst/tinytest/test_reference.R: Idem |
| 45 | + * inst/tinytest/test_rmath.R: Idem |
| 46 | + * inst/tinytest/test_robject.R: Idem |
| 47 | + * inst/tinytest/test_s4.R: Idem |
| 48 | + * inst/tinytest/test_stack.R: Idem |
| 49 | + * inst/tinytest/test_stats.R: Idem |
| 50 | + * inst/tinytest/test_string.R: Idem |
| 51 | + * inst/tinytest/test_subset.R: Idem |
| 52 | + * inst/tinytest/test_sugar.R: Idem |
| 53 | + * inst/tinytest/test_sugar_var.R: Idem |
| 54 | + * inst/tinytest/test_support.R: Idem |
| 55 | + * inst/tinytest/test_system.R: Idem |
| 56 | + * inst/tinytest/test_table.R: Idem |
| 57 | + * inst/tinytest/test_vector.R: Idem |
| 58 | + * inst/tinytest/test_vector_old.R: Idem |
| 59 | + * inst/tinytest/test_wrap.R: Idem |
| 60 | + * inst/tinytest/test_wstring.R: Idem |
| 61 | + * inst/tinytest/test_xptr.R: Idem |
| 62 | + |
| 63 | + * inst/tinytest/cpp/*: C++ support files for tests |
| 64 | + * inst/tinytest/*: Other support files and directories from unitTests |
| 65 | + |
| 66 | + * R/unitTests.R: Removed as tied to RUnit setuo |
| 67 | + |
| 68 | + * inst/tinytest/test_attributes.R: Added test for error with |
| 69 | + non-existing package in cppFunction |
| 70 | + |
1 | 71 | 2019-11-23 Dirk Eddelbuettel < [email protected]> |
2 | 72 |
|
3 | 73 | * docker/ci/Dockerfile: Add tinytest to ci Docker image |
|
14 | 84 | 2019-11-18 Kun Ren < [email protected]> |
15 | 85 |
|
16 | 86 | * src/attributes.cpp: Add invisible param to export attribute (#1024) |
17 | | - * vignettes/rmd/Rcpp-attributes.Rmd: Add an section of Returning invisible object |
| 87 | + * vignettes/rmd/Rcpp-attributes.Rmd: Add an section of Returning |
| 88 | + invisible object |
18 | 89 |
|
19 | 90 | 2019-11-13 Dirk Eddelbuettel < [email protected]> |
20 | 91 |
|
|
0 commit comments