-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
44 lines (44 loc) · 819 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: parental
Imports:
base,
lattice,
grid
Maintainer: R.J.B Goudie <rjbgoudie@gmail.com>
License: GPL-3
Title: Light-weight graph package
LazyData: true
Type: Package
Author: R.J.B Goudie <rjbgoudie@gmail.com>
Description: Data structures and tools for handling and
manipulating graphs, Bayesian Networks, and Bayesian
Variable Selection graphs.
Version: 1.0
URL: localhost
Depends:
R (>= 2.9)
Suggests:
pcalg,
graph,
bnlearn,
multicore,
graphicsQC,
network,
testthat
Collate:
'bnlearn.R'
'class.R'
'convert.R'
'grplot.R'
'is.element2.R'
'pcalg.R'
'pdag-slow.R'
'pdag.R'
'plots.R'
'pltabulate.R'
'properties.R'
'sample.R'
'space-bn.R'
'space-bvs.R'
'space-conf.R'
'useOuterStrips2.R'
'utils.R'