Skip to content

Commit 2725925

Browse files
committed
Undo changes to snapshots (they're just for experimenting)
1 parent 847be9b commit 2725925

File tree

182 files changed

+4421
-2879
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+4421
-2879
lines changed

inst/apps/001-hello/app.R

+15-13
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ ui <- fluidPage(
1515
sidebarPanel(
1616

1717
# Input: Slider for the number of bins ----
18-
sliderInput(
19-
inputId = "bins",
20-
label = "Number of bins:",
21-
min = 1,
22-
max = 50,
23-
value = 30
24-
)
18+
sliderInput(inputId = "bins",
19+
label = "Number of bins:",
20+
min = 1,
21+
max = 50,
22+
value = 30)
23+
2524
),
2625

2726
# Main panel for displaying outputs ----
2827
mainPanel(
2928

3029
# Output: Histogram ----
3130
plotOutput(outputId = "distPlot")
31+
3232
)
3333
),
3434

@@ -62,6 +62,7 @@ ui <- fluidPage(
6262

6363
# Define server logic required to draw a histogram ----
6464
server <- function(input, output, session) {
65+
6566
# include shinyjster_server call at top of server definition
6667
shinyjster::shinyjster_server(input, output)
6768

@@ -72,12 +73,13 @@ server <- function(input, output, session) {
7273
})
7374

7475
output$distPlot <- renderPlot({
75-
hist(x,
76-
breaks = bins(), col = "#75AADB", border = "white",
77-
xlab = "Waiting time to next eruption (in mins)",
78-
main = "Histogram of waiting times"
79-
)
80-
})
76+
77+
hist(x, breaks = bins(), col = "#75AADB", border = "white",
78+
xlab = "Waiting time to next eruption (in mins)",
79+
main = "Histogram of waiting times")
80+
81+
})
82+
8183
}
8284

8385

inst/apps/001-hello/tests/testthat/_snaps/linux-3.6/mytest/001.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: a9b09e6e4161a972b5e0076ff45af3bf]",
7+
"src": "[image data hash: a3f9a99bb16e34b90d7f87f6a6dc04e6]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-3.6/mytest/003.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: cd8d6794781760b078244e59f80867a6]",
7+
"src": "[image data hash: 93b7c046dd86eff01a0e01259c6277d1]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-3.6/mytest/005.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: 1cc9f0b3c05787e1c37000465ec49e11]",
7+
"src": "[image data hash: 8bdcd86c4f0c2e52a0a977933b67752a]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/001.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: a9b09e6e4161a972b5e0076ff45af3bf]",
7+
"src": "[image data hash: a3f9a99bb16e34b90d7f87f6a6dc04e6]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/003.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: cd8d6794781760b078244e59f80867a6]",
7+
"src": "[image data hash: 93b7c046dd86eff01a0e01259c6277d1]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-4.0/mytest/005.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: 1cc9f0b3c05787e1c37000465ec49e11]",
7+
"src": "[image data hash: 8bdcd86c4f0c2e52a0a977933b67752a]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-4.1/mytest/001.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: a9b09e6e4161a972b5e0076ff45af3bf]",
7+
"src": "[image data hash: a3f9a99bb16e34b90d7f87f6a6dc04e6]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-4.1/mytest/003.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: cd8d6794781760b078244e59f80867a6]",
7+
"src": "[image data hash: 93b7c046dd86eff01a0e01259c6277d1]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-4.1/mytest/005.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: 1cc9f0b3c05787e1c37000465ec49e11]",
7+
"src": "[image data hash: 8bdcd86c4f0c2e52a0a977933b67752a]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/001.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: a9b09e6e4161a972b5e0076ff45af3bf]",
7+
"src": "[image data hash: a3f9a99bb16e34b90d7f87f6a6dc04e6]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/003.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: cd8d6794781760b078244e59f80867a6]",
7+
"src": "[image data hash: 93b7c046dd86eff01a0e01259c6277d1]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-4.2/mytest/005.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: 1cc9f0b3c05787e1c37000465ec49e11]",
7+
"src": "[image data hash: 8bdcd86c4f0c2e52a0a977933b67752a]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/001.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: a9b09e6e4161a972b5e0076ff45af3bf]",
7+
"src": "[image data hash: a3f9a99bb16e34b90d7f87f6a6dc04e6]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/003.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: cd8d6794781760b078244e59f80867a6]",
7+
"src": "[image data hash: 93b7c046dd86eff01a0e01259c6277d1]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/linux-4.3/mytest/005.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: 1cc9f0b3c05787e1c37000465ec49e11]",
7+
"src": "[image data hash: 8bdcd86c4f0c2e52a0a977933b67752a]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",

inst/apps/001-hello/tests/testthat/_snaps/mac-3.6/mytest/001.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: b98e7be8ddb11902c2c06a2435c93334]",
7+
"src": "[image data hash: 5044e64b1c7e4673a0778267b468c945]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",
@@ -18,8 +18,8 @@
1818
"top": 28.08
1919
},
2020
"range": {
21-
"left": 59.04,
22-
"right": 601.0881,
21+
"left": 59.0707,
22+
"right": 601.0724,
2323
"bottom": 325.56,
2424
"top": 58.04
2525
},

inst/apps/001-hello/tests/testthat/_snaps/mac-3.6/mytest/003.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: ae1258b86a7d33535aec8089ce39bfb8]",
7+
"src": "[image data hash: 998df657f756d6de47ca3dafbe962df1]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",
@@ -18,8 +18,8 @@
1818
"top": 72.8
1919
},
2020
"range": {
21-
"left": 59.04,
22-
"right": 601.0881,
21+
"left": 59.0707,
22+
"right": 601.0724,
2323
"bottom": 325.56,
2424
"top": 58.04
2525
},

inst/apps/001-hello/tests/testthat/_snaps/mac-3.6/mytest/005.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: 315bc2acbb9cc2e4b8129baa0312d2d0]",
7+
"src": "[image data hash: dc0ddcd4858aa8b21e2550878b9e81ce]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",
@@ -18,8 +18,8 @@
1818
"top": 38.48
1919
},
2020
"range": {
21-
"left": 59.04,
22-
"right": 601.0881,
21+
"left": 59.0707,
22+
"right": 601.0724,
2323
"bottom": 325.56,
2424
"top": 58.04
2525
},

inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/001.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: b98e7be8ddb11902c2c06a2435c93334]",
7+
"src": "[image data hash: 0e3dbadc7ae18f1b36f2e50aeada32b3]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",
@@ -18,8 +18,8 @@
1818
"top": 28.08
1919
},
2020
"range": {
21-
"left": 59.04,
22-
"right": 601.0881,
21+
"left": 59.0707,
22+
"right": 601.0724,
2323
"bottom": 325.56,
2424
"top": 58.04
2525
},

inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/003.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: ae1258b86a7d33535aec8089ce39bfb8]",
7+
"src": "[image data hash: dab04fe40e355b62c479df397797169e]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",
@@ -18,8 +18,8 @@
1818
"top": 72.8
1919
},
2020
"range": {
21-
"left": 59.04,
22-
"right": 601.0881,
21+
"left": 59.0707,
22+
"right": 601.0724,
2323
"bottom": 325.56,
2424
"top": 58.04
2525
},

inst/apps/001-hello/tests/testthat/_snaps/mac-4.0/mytest/005.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: 315bc2acbb9cc2e4b8129baa0312d2d0]",
7+
"src": "[image data hash: 87d18999cc7d1f9936cdfb8d7e60b2cd]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",
@@ -18,8 +18,8 @@
1818
"top": 38.48
1919
},
2020
"range": {
21-
"left": 59.04,
22-
"right": 601.0881,
21+
"left": 59.0707,
22+
"right": 601.0724,
2323
"bottom": 325.56,
2424
"top": 58.04
2525
},

inst/apps/001-hello/tests/testthat/_snaps/mac-4.1/mytest/001.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: b98e7be8ddb11902c2c06a2435c93334]",
7+
"src": "[image data hash: 0e3dbadc7ae18f1b36f2e50aeada32b3]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",
@@ -18,8 +18,8 @@
1818
"top": 28.08
1919
},
2020
"range": {
21-
"left": 59.04,
22-
"right": 601.0881,
21+
"left": 59.0707,
22+
"right": 601.0724,
2323
"bottom": 325.56,
2424
"top": 58.04
2525
},

inst/apps/001-hello/tests/testthat/_snaps/mac-4.1/mytest/003.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: ae1258b86a7d33535aec8089ce39bfb8]",
7+
"src": "[image data hash: dab04fe40e355b62c479df397797169e]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",
@@ -18,8 +18,8 @@
1818
"top": 72.8
1919
},
2020
"range": {
21-
"left": 59.04,
22-
"right": 601.0881,
21+
"left": 59.0707,
22+
"right": 601.0724,
2323
"bottom": 325.56,
2424
"top": 58.04
2525
},

inst/apps/001-hello/tests/testthat/_snaps/mac-4.1/mytest/005.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: 315bc2acbb9cc2e4b8129baa0312d2d0]",
7+
"src": "[image data hash: 87d18999cc7d1f9936cdfb8d7e60b2cd]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",
@@ -18,8 +18,8 @@
1818
"top": 38.48
1919
},
2020
"range": {
21-
"left": 59.04,
22-
"right": 601.0881,
21+
"left": 59.0707,
22+
"right": 601.0724,
2323
"bottom": 325.56,
2424
"top": 58.04
2525
},

inst/apps/001-hello/tests/testthat/_snaps/mac-4.2/mytest/001.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"output": {
66
"distPlot": {
7-
"src": "[image data hash: b98e7be8ddb11902c2c06a2435c93334]",
7+
"src": "[image data hash: 0e3dbadc7ae18f1b36f2e50aeada32b3]",
88
"width": 631.3281,
99
"height": 400,
1010
"alt": "Plot object",
@@ -18,8 +18,8 @@
1818
"top": 28.08
1919
},
2020
"range": {
21-
"left": 59.04,
22-
"right": 601.0881,
21+
"left": 59.0707,
22+
"right": 601.0724,
2323
"bottom": 325.56,
2424
"top": 58.04
2525
},

0 commit comments

Comments
 (0)