-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathsite-build-report.json
More file actions
96 lines (96 loc) · 3.07 KB
/
Copy pathsite-build-report.json
File metadata and controls
96 lines (96 loc) · 3.07 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"app_count": 10,
"draft_apps": ["binary-predictions-metrics", "network-structures"],
"shinylive_ok": ["arma-process", "decision-tree", "kmeans", "logistic-regression", "lorenz-attractor", "matrix-decompositions", "roc-curve", "underfitting-overfitting"],
"shinylive_failed": [],
"server_ok": ["dimensionality-reduction", "kmeans-images"],
"server_failed": [],
"server_pending": [],
"apps": [
{
"slug": "arma-process",
"runtime": "shinylive",
"final_target": "shinylive",
"launch_url": "live/arma-process/index.html",
"shinylive": "exported",
"shinylive_message": "Shinylive export completed."
},
{
"slug": "decision-tree",
"runtime": "shinylive",
"final_target": "shinylive",
"launch_url": "live/decision-tree/index.html",
"shinylive": "exported",
"shinylive_message": "Shinylive export completed."
},
{
"slug": "dimensionality-reduction",
"runtime": "server",
"final_target": "server",
"launch_url": "https://019f6494-e867-660f-b0cc-bc63b0fc2d06.share.connect.posit.cloud/",
"shinylive": "not_requested",
"shinylive_message": "Runtime is not shinylive."
},
{
"slug": "kmeans",
"runtime": "shinylive",
"final_target": "shinylive",
"launch_url": "live/kmeans/index.html",
"shinylive": "exported",
"shinylive_message": "Shinylive export completed."
},
{
"slug": "kmeans-images",
"runtime": "server",
"final_target": "server",
"launch_url": "https://019f5d7b-60c4-0cfd-5925-658ef2f440e3.share.connect.posit.cloud/",
"shinylive": "not_requested",
"shinylive_message": "Runtime is not shinylive."
},
{
"slug": "logistic-regression",
"runtime": "shinylive",
"final_target": "shinylive",
"launch_url": "live/logistic-regression/index.html",
"shinylive": "exported",
"shinylive_message": "Shinylive export completed."
},
{
"slug": "lorenz-attractor",
"runtime": "shinylive",
"final_target": "shinylive",
"launch_url": "live/lorenz-attractor/index.html",
"shinylive": "exported",
"shinylive_message": "Shinylive export completed."
},
{
"slug": "matrix-decompositions",
"runtime": "shinylive",
"final_target": "shinylive",
"launch_url": "live/matrix-decompositions/index.html",
"shinylive": "exported",
"shinylive_message": "Shinylive export completed."
},
{
"slug": "roc-curve",
"runtime": "shinylive",
"final_target": "shinylive",
"launch_url": "live/roc-curve/index.html",
"shinylive": "exported",
"shinylive_message": "Shinylive export completed."
},
{
"slug": "underfitting-overfitting",
"runtime": "shinylive",
"final_target": "shinylive",
"launch_url": "live/underfitting-overfitting/index.html",
"shinylive": "exported",
"shinylive_message": "Shinylive export completed."
}
],
"render_shinylive": {
"ok": true,
"status": 0,
"output": "Quarto render completed."
}
}