-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.json
More file actions
80 lines (80 loc) · 1.81 KB
/
Copy pathpackages.json
File metadata and controls
80 lines (80 loc) · 1.81 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[
// 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"
},
{
"package": "HMMpa",
"url": "https://github.com/bips-hb/HMMpa"
},
// Not on CRAN
{
"package": "batchlasso",
"url": "https://github.com/bips-hb/batchlasso"
},
{
"package": "CVN",
"url": "https://github.com/bips-hb/CVN"
},
{
"package": "dsDashboard",
"url": "https://github.com/bips-hb/dsDashboard"
},
{
"package": "expard",
"url": "https://github.com/bips-hb/expard"
},
{
"package": "ggiraphAlluvial",
"url": "https://github.com/bips-hb/ggiraphAlluvial"
},
{
"package": "IDEFICS.scalc",
"url": "https://github.com/bips-hb/IDEFICS_scalc"
},
{
"package": "pvm",
"url": "https://github.com/bips-hb/pvm"
},
{
"package": "survinng",
"url": "https://github.com/bips-hb/survinng"
},
{
"package": "SRSim",
"url": "https://github.com/bips-hb/srsim"
},
{
"package": "wflsa",
"url": "https://github.com/bips-hb/wflsa"
}
]