Skip to content

Commit 0584e9a

Browse files
CRAN release updates
1 parent dd0eaec commit 0584e9a

File tree

3 files changed

+42
-4
lines changed

3 files changed

+42
-4
lines changed

DESCRIPTION

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Suggests:
2020
testthat,
2121
graph,
2222
igraph
23-
Remotes: itsrainingdata/sparsebnUtils@dev
2423
URL: https://github.com/itsrainingdata/ccdrAlgorithm
2524
BugReports: https://github.com/itsrainingdata/ccdrAlgorithm/issues
2625
License: GPL (>= 2)

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
## Features
44

5+
* New `generate_mvn_data()` method to generate multivariate normal data from a DAG.
6+
57
## Notes
68

7-
## Bug fixes
9+
* Added warning when dataset contains more than 10,000 columns: This requires building from source. The CCDr algorithm has been safely tested on datasets with up to 8,000 variables.
10+
* By default, `ccdr.run()` includes the node names in the `sparsebnPath` output.
811

912
# ccdrAlgorithm 0.0.2
1013

cran-comments.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,47 @@
11
## 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)
44
* win-builder (devel and release)
5+
* r-hub (oldrel, devel, and release)
56

67
## R CMD check results
78
There were no ERRORs, WARNINGs, or NOTEs.
89

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+
945
## Dependencies
1046

1147
CHECK has been run on all dependencies and passed.

0 commit comments

Comments
 (0)