Skip to content

Commit 748c5a1

Browse files
Merge branch 'release-v0_0_4' into dev
2 parents 2499e15 + 16e51b9 commit 748c5a1

File tree

7 files changed

+45
-71
lines changed

7 files changed

+45
-71
lines changed

DESCRIPTION

Lines changed: 2 additions & 3 deletions
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
33
Version: 0.0.4
4-
Date: 2017-03-09
4+
Date: 2017-09-09
55
Authors@R: c(
66
person("Bryon", "Aragam", email = "sparsebn@gmail.com", role = c("aut", "cre")),
77
person("Dacheng", "Zhang", role = c("aut"))
@@ -11,7 +11,7 @@ Description: Implementation of the CCDr (Concave penalized Coordinate Descent wi
1111
Depends:
1212
R (>= 3.2.3)
1313
Imports:
14-
sparsebnUtils (>= 0.0.4),
14+
sparsebnUtils (>= 0.0.5),
1515
Rcpp (>= 0.11.0),
1616
stats,
1717
utils
@@ -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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## Features
44

5-
* `ccdr.run` now supports black lists and white lists
6-
* Users can now use prior knowledge of variances via the new `sigmas` argument to `ccdr.run`
5+
* `ccdr.run` now supports black lists and white lists (sparsebn #6)
6+
* Users can now use prior knowledge of variances via the new `sigmas` argument to `ccdr.run` (sparsebn #12)
7+
8+
## Bug fixes
9+
10+
* `ivn.rand = FALSE` not handled correctly (#4)
711

812
# ccdrAlgorithm 0.0.3
913

cran-comments.md

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
88
There were no ERRORs, WARNINGs, or NOTEs.
@@ -11,37 +11,14 @@ 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.2
15-
Check: compiled code
14+
Version: 0.0.3
15+
Check: package dependencies
1616
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.
17+
Package suggested but not available for checking: ‘graph’
18+
Flavor: r-release-osx-x86_64
2419

2520
This 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

4724
CHECK has been run on all dependencies and passed.

revdep/README.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,32 @@
44

55
|setting |value |
66
|:--------|:----------------------------|
7-
|version |R version 3.3.3 (2017-03-06) |
8-
|system |x86_64, darwin13.4.0 |
9-
|ui |RStudio (1.0.44) |
7+
|version |R version 3.4.1 (2017-06-30) |
8+
|system |x86_64, darwin15.6.0 |
9+
|ui |RStudio (1.0.153) |
1010
|language |(EN) |
1111
|collate |en_US.UTF-8 |
1212
|tz |America/New_York |
13-
|date |2017-03-09 |
13+
|date |2017-09-09 |
1414

1515
## Packages
1616

17-
|package |* |version |date |source |
18-
|:-------------|:--|:-------|:----------|:---------------------------------------|
19-
|ccdrAlgorithm | |0.0.3 |2017-03-09 |local (itsrainingdata/ccdrAlgorithm@NA) |
17+
|package |* |version |date |source |
18+
|:-------------|:--|:-------|:----------|:---------------------------------------------|
19+
|ccdrAlgorithm |* |0.0.4 |2017-09-09 |local (itsrainingdata/ccdrAlgorithm@NA) |
20+
|sparsebnUtils |* |0.0.5 |2017-09-09 |Github (itsrainingdata/sparsebnUtils@7a12b41) |
2021

2122
# Check results
23+
2224
1 packages
2325

24-
## sparsebn (0.0.2)
26+
|package |version | errors| warnings| notes|
27+
|:--------|:-------|------:|--------:|-----:|
28+
|sparsebn |0.0.4 | 0| 0| 0|
29+
30+
## sparsebn (0.0.4)
2531
Maintainer: Bryon Aragam <sparsebn@gmail.com>
2632
Bug reports: https://github.com/itsrainingdata/sparsebn/issues
2733

28-
0 errors | 1 warning | 0 notes
29-
30-
```
31-
checking Rd cross-references ... WARNING
32-
Missing link or links in documentation object 'estimate.dag.Rd':
33-
‘[discretecdAlgorithm]{cd.run}’
34-
35-
See section 'Cross-references' in the 'Writing R Extensions' manual.
36-
37-
```
34+
0 errors | 0 warnings | 0 notes
3835

revdep/checks.rds

-85 Bytes
Binary file not shown.

revdep/problems.md

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,25 @@
44

55
|setting |value |
66
|:--------|:----------------------------|
7-
|version |R version 3.3.3 (2017-03-06) |
8-
|system |x86_64, darwin13.4.0 |
9-
|ui |RStudio (1.0.44) |
7+
|version |R version 3.4.1 (2017-06-30) |
8+
|system |x86_64, darwin15.6.0 |
9+
|ui |RStudio (1.0.153) |
1010
|language |(EN) |
1111
|collate |en_US.UTF-8 |
1212
|tz |America/New_York |
13-
|date |2017-03-09 |
13+
|date |2017-09-09 |
1414

1515
## Packages
1616

17-
|package |* |version |date |source |
18-
|:-------------|:--|:-------|:----------|:---------------------------------------|
19-
|ccdrAlgorithm | |0.0.3 |2017-03-09 |local (itsrainingdata/ccdrAlgorithm@NA) |
17+
|package |* |version |date |source |
18+
|:-------------|:--|:-------|:----------|:---------------------------------------------|
19+
|ccdrAlgorithm |* |0.0.4 |2017-09-09 |local (itsrainingdata/ccdrAlgorithm@NA) |
20+
|sparsebnUtils |* |0.0.5 |2017-09-09 |Github (itsrainingdata/sparsebnUtils@7a12b41) |
2021

2122
# Check results
22-
1 packages with problems
2323

24-
## sparsebn (0.0.2)
25-
Maintainer: Bryon Aragam <sparsebn@gmail.com>
26-
Bug reports: https://github.com/itsrainingdata/sparsebn/issues
24+
0 packages with problems
2725

28-
0 errors | 1 warning | 0 notes
2926

30-
```
31-
checking Rd cross-references ... WARNING
32-
Missing link or links in documentation object 'estimate.dag.Rd':
33-
‘[discretecdAlgorithm]{cd.run}’
3427

35-
See section 'Cross-references' in the 'Writing R Extensions' manual.
36-
37-
```
3828

revdep/timing.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Check times
2+
3+
|package |version | check_time|
4+
|:--------|:-------|----------:|
5+
|sparsebn |0.0.4 | 40.7|
6+
7+

0 commit comments

Comments
 (0)