Skip to content

Commit a173515

Browse files
Fixed README, added version number for sparsebnUtils
1 parent a7e9545 commit a173515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Description: Implementation of the CCDr (Concave penalized Coordinate Descent wi
88
Depends:
99
R (>= 3.2.3)
1010
Imports:
11-
sparsebnUtils,
11+
sparsebnUtils (>= 0.0.2),
1212
Rcpp (>= 0.11.0)
1313
LinkingTo: Rcpp
1414
Suggests:

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(
1616

1717
[![Travis-CI Build Status](https://travis-ci.org/itsrainingdata/ccdrAlgorithm.svg?branch=master)](https://travis-ci.org/itsrainingdata/ccdrAlgorithm)
1818

19-
`ccdrAlgorithm` implements the CCDr structure learning algorithm described in [1](#references). Based on observational data, this algorithm estimates the structure of a Bayesian network (aka edges in a DAG) using penalized maximum likelihood based on L1 or concave (MCP) regularization.
19+
`ccdrAlgorithm` implements the CCDr structure learning algorithm described in \[[1](#references)\]. Based on observational data, this algorithm estimates the structure of a Bayesian network (aka edges in a DAG) using penalized maximum likelihood based on L1 or concave (MCP) regularization.
2020

2121
Presently, this package consists of a single method that implements the main algorithm; more functionality will be provided in the future. To generate data from a given Bayesian network and/or simulate random networks, the following R packages are recommended:
2222

0 commit comments

Comments
 (0)