Skip to content

Commit

Permalink
Merge branch 'release-v0_0_3' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrainingdata committed Mar 11, 2017
2 parents 0507aad + 0648279 commit e550a5f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 19 deletions.
12 changes: 4 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
Package: sparsebn
Title: Learning Sparse Bayesian Networks from High-Dimensional Data
Version: 0.0.3
Date: 2016-12-01
Date: 2017-03-10
Authors@R: person("Bryon", "Aragam", email = "sparsebn@gmail.com", role = c("aut", "cre"))
Maintainer: Bryon Aragam <sparsebn@gmail.com>
Description: Fast methods for learning sparse Bayesian networks from high-dimensional data using sparse regularization. Designed to incorporate mixed experimental and observational data with thousands of variables with either continuous or discrete observations.
Depends:
R (>= 3.2.3),
sparsebnUtils (>= 0.0.3),
ccdrAlgorithm (>= 0.0.2),
discretecdAlgorithm (>= 0.0.2)
sparsebnUtils (>= 0.0.4),
ccdrAlgorithm (>= 0.0.3),
discretecdAlgorithm (>= 0.0.3)
Suggests:
knitr,
rmarkdown,
mvtnorm,
igraph,
graph,
testthat
Remotes:
itsrainingdata/sparsebnUtils@dev,
itsrainingdata/ccdrAlgorithm@dev,
itsrainingdata/discretecdAlgorithm
URL: https://github.com/itsrainingdata/sparsebn
BugReports: https://github.com/itsrainingdata/sparsebn/issues
License: GPL (>= 2)
Expand Down
6 changes: 2 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# sparsebn 0.0.3

## Features

## Notes

## Bug fixes

* Minor bug fixes

# sparsebn 0.0.2

## Features
Expand Down
11 changes: 4 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
## Test environments
* local OS X install, R 3.3.2
* ubuntu 12.04.5 (travis-ci), R 3.3.2 (oldrel, devel, and release)
* local OS X install, R 3.3.3
* ubuntu 12.04.5 (travis-ci), R 3.3.3 (oldrel, devel, and release)
* win-builder (devel and release)
* r-hub (oldrel, devel, and release)

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

## CRAN notes

The current warnings listed for v0.0.1 at https://cran.rstudio.com/web/checks/check_results_sparsebn.html are a result of recent updates to the dependencies for this submission. The current submission remedies all of these issues.

## Dependencies

CHECK has been run on all dependencies and passed.

## Reverse dependencies

There are no reverse dependencies.
There are no reverse dependencies.

0 comments on commit e550a5f

Please sign in to comment.