Skip to content

Commit de61275

Browse files
Update DESCRIPTION, CRAN comments
1 parent c4b8ef7 commit de61275

File tree

2 files changed

+8
-32
lines changed

2 files changed

+8
-32
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)

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.

0 commit comments

Comments
 (0)