-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.json
60 lines (60 loc) · 1.14 KB
/
packages.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[
// CRAN packages first
{
"package": "arf",
"url": "https://github.com/bips-hb/arf"
},
{
"package": "blockForest",
"url": "https://github.com/bips-hb/blockForest"
},
{
"package": "cpi",
"url": "https://github.com/bips-hb/cpi"
},
{
"package": "innsight",
"url": "https://github.com/bips-hb/innsight"
},
{
"package": "micd",
"url": "https://github.com/bips-hb/micd"
},
{
"package": "neuralnet",
"url": "https://github.com/bips-hb/neuralnet"
},
{
"package": "survnet",
"url": "https://github.com/bips-hb/survnet"
},
{
"package": "tpc",
"url": "https://github.com/bips-hb/tpc"
},
// Not on CRAN
{
"package": "batchlasso",
"url": "https://github.com/bips-hb/batchlasso"
},
{
"package": "CVN",
"url": "https://github.com/bips-hb/CVN"
},
{
"package": "expard",
"url": "https://github.com/bips-hb/expard"
},
{
"package": "pvm",
"url": "https://github.com/bips-hb/pvm"
},
{
"package": "SRSim",
"url": "https://github.com/bips-hb/srsim"
},
{
"package": "wflsa",
"url": "https://github.com/bips-hb/wflsa"
}
]