11## Test environments
2- * local OS X install, R 3.3.3
2+ * local OS X install, R 3.4.1
33* ubuntu 12.04.5 (travis-ci: oldrel, devel, and release)
44* win-builder (devel and release)
5- * r-hub (oldrel, devel, and release )
5+ * r-hub (devel)
66
77## R CMD check results
88There were no ERRORs, WARNINGs, or NOTEs.
@@ -11,37 +11,14 @@ There were no ERRORs, WARNINGs, or NOTEs.
1111
1212From https://cran.rstudio.com/web/checks/check_results_ccdrAlgorithm.html
1313
14- Version: 0.0.2
15- Check: compiled code
14+ Version: 0.0.3
15+ Check: package dependencies
1616Result: 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.
17+ Package suggested but not available for checking: ‘graph’
18+ Flavor: r-release-osx-x86_64
2419
2520This has been fixed.
2621
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-
4522## Dependencies
4623
4724CHECK has been run on all dependencies and passed.
0 commit comments