Skip to content

Commit 717d51c

Browse files
Merge branch 'dev'
2 parents abc37ea + 2cdccb4 commit 717d51c

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

DESCRIPTION

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ccdrAlgorithm
22
Title: CCDr Algorithm for Learning Sparse Gaussian Bayesian Networks
3-
Version: 0.0.4
4-
Date: 2017-09-09
3+
Version: 0.0.5
4+
Date: 2018-06-01
55
Authors@R: c(
66
person("Bryon", "Aragam", email = "[email protected]", role = c("aut", "cre")),
77
person("Dacheng", "Zhang", role = c("aut"))
@@ -19,7 +19,8 @@ LinkingTo: Rcpp
1919
Suggests:
2020
testthat,
2121
graph,
22-
igraph
22+
igraph,
23+
Matrix
2324
URL: https://github.com/itsrainingdata/ccdrAlgorithm
2425
BugReports: https://github.com/itsrainingdata/ccdrAlgorithm/issues
2526
License: GPL (>= 2)

NEWS.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# ccdrAlgorithm 0.0.5
2+
3+
## Notes
4+
5+
* Minor patch to fix failing CRAN check
6+
17
# ccdrAlgorithm 0.0.4
28

39
## Features

cran-comments.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Test environments
2-
* local OS X install, R 3.4.1
2+
* local OS X install, R 3.5.0
33
* ubuntu 12.04.5 (travis-ci: oldrel, devel, and release)
44
* win-builder (devel and release)
55
* r-hub (devel)
@@ -11,12 +11,12 @@ There were no ERRORs, WARNINGs, or NOTEs.
1111

1212
From https://cran.rstudio.com/web/checks/check_results_ccdrAlgorithm.html
1313

14-
Version: 0.0.3
15-
Check: package dependencies
16-
Result: NOTE
17-
Package suggested but not available for checking: ‘graph
18-
Flavor: r-release-osx-x86_64
19-
14+
Version: 0.0.4
15+
Check: for unstated dependencies in ‘tests’
16+
Result: WARN
17+
'::' or ':::' import not declared from: ‘Matrix
18+
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
19+
2020
This has been fixed.
2121

2222
## Dependencies
@@ -25,4 +25,4 @@ CHECK has been run on all dependencies and passed.
2525

2626
## Reverse dependencies
2727

28-
* sparsebn: You will receive updates to this package that fixes these issues very soon from myself. This package depends on the current submission for basic functionality.
28+
No reverse dependencies are affected by this update.

0 commit comments

Comments
 (0)