|
1 | 1 | ## Test environments |
2 | | -* local OS X install, R 3.3.2 |
3 | | -* ubuntu 12.04.5 (travis-ci), R 3.3.2 (oldrel, devel, and release) |
| 2 | +* local OS X install, R 3.3.3 |
| 3 | +* ubuntu 12.04.5 (travis-ci: oldrel, devel, and release) |
4 | 4 | * win-builder (devel and release) |
| 5 | +* r-hub (oldrel, devel, and release) |
5 | 6 |
|
6 | 7 | ## R CMD check results |
7 | 8 | There were no ERRORs, WARNINGs, or NOTEs. |
8 | 9 |
|
| 10 | +## CRAN Package Check Results for Package ccdrAlgorithm |
| 11 | + |
| 12 | +From https://cran.rstudio.com/web/checks/check_results_ccdrAlgorithm.html |
| 13 | + |
| 14 | +Version: 0.0.2 |
| 15 | +Check: compiled code |
| 16 | +Result: NOTE |
| 17 | + File ‘ccdrAlgorithm/libs/ccdrAlgorithm.so’: |
| 18 | + Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’ |
| 19 | + |
| 20 | + It is good practice to register native routines and to disable symbol |
| 21 | + search. |
| 22 | + |
| 23 | + See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual. |
| 24 | + |
| 25 | +This has been fixed. |
| 26 | + |
| 27 | +Version: 0.0.2 |
| 28 | +Flags: --no-stop-on-test-error |
| 29 | +Check: tests |
| 30 | +Result: ERROR |
| 31 | + Running ‘testthat.R’ |
| 32 | + Running the tests in ‘tests/testthat.R’ failed. |
| 33 | + Complete output: |
| 34 | + > library(testthat) |
| 35 | + > library(ccdrAlgorithm) |
| 36 | + > |
| 37 | + > test_check("ccdrAlgorithm") |
| 38 | + Error: 'cor_vector' is not an exported object from 'namespace:sparsebnUtils' |
| 39 | + testthat results ================================================================ |
| 40 | + OK: 0 SKIPPED: 0 FAILED: 0 |
| 41 | + Execution halted |
| 42 | + |
| 43 | +This is an issue caused by a recent update to the dependency `sparsebnUtils`, and is fixed in this update to `ccdrAlgorithm`. |
| 44 | + |
9 | 45 | ## Dependencies |
10 | 46 |
|
11 | 47 | CHECK has been run on all dependencies and passed. |
|
0 commit comments