Skip to content

Commit fe2a484

Browse files
committed
Ran script run_tests_with_outputs.R on this branch from now on
1 parent ddd9257 commit fe2a484

File tree

105 files changed

+15
-14
lines changed

Some content is hidden

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

105 files changed

+15
-14
lines changed

run_tests_with_outputs.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
library(testthat)
2+
devtools::install_github("ropensci/plotly", ref="marianne-fix-bar-null")
23
library(plotly)
34

45
setwd("tests")

tests/cookbook-test-suite/.RData

-5.26 KB
Binary file not shown.

tests/cookbook-test-suite/axes/ln_y_axes_with_exponent_tick_marks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@
112112
3.3816363880774656,
113113
4.756898926082879,
114114
3.558540716013665,
115-
5.490558899457995,
115+
5.490558899457996,
116116
4.013112933455451,
117117
5.32301511665455,
118118
6.698276829501714,
119119
5.3309140106433635,
120-
5.379878068208858,
120+
5.379878068208857,
121121
6.509093590561442,
122122
4.961761757401965,
123123
7.999363608605266,

tests/cookbook-test-suite/axes/ln_y_axes_with_visual-equal_spacing.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@
112112
3.3816363880774656,
113113
4.756898926082879,
114114
3.558540716013665,
115-
5.490558899457995,
115+
5.490558899457996,
116116
4.013112933455451,
117117
5.32301511665455,
118118
6.698276829501714,
119119
5.3309140106433635,
120-
5.379878068208858,
120+
5.379878068208857,
121121
6.509093590561442,
122122
4.961761757401965,
123123
7.999363608605266,

tests/cookbook-test-suite/axes/log_10_y_axes.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@
112112
1.0179739872401203,
113113
1.431969263092726,
114114
1.0712274963116941,
115-
1.6528229216966739,
115+
1.6528229216966737,
116116
1.2080673689571613,
117117
1.6023872174858254,
118118
2.0163822449410467,
119-
1.6047650215090281,
119+
1.6047650215090283,
120120
1.6195046715456598,
121121
1.9594324153431588,
122122
1.4936391203164212,
@@ -151,12 +151,12 @@
151151
3.1018051363366186,
152152
3.4297540559241675,
153153
3.4374715103091993,
154-
3.2211173032504816,
154+
3.221117303250482,
155155
3.730575734872463,
156156
3.5892590938368367,
157157
3.8243617343347736,
158158
3.2688928148294707,
159-
3.825033972155342,
159+
3.8250339721553415,
160160
3.0838704676600686,
161161
3.241268732197145,
162162
3.331648740363966,

tests/cookbook-test-suite/axes/log_10_y_axes_with_exponent_tick_marks.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@
112112
1.0179739872401203,
113113
1.431969263092726,
114114
1.0712274963116941,
115-
1.6528229216966739,
115+
1.6528229216966737,
116116
1.2080673689571613,
117117
1.6023872174858254,
118118
2.0163822449410467,
119-
1.6047650215090281,
119+
1.6047650215090283,
120120
1.6195046715456598,
121121
1.9594324153431588,
122122
1.4936391203164212,
@@ -151,12 +151,12 @@
151151
3.1018051363366186,
152152
3.4297540559241675,
153153
3.4374715103091993,
154-
3.2211173032504816,
154+
3.221117303250482,
155155
3.730575734872463,
156156
3.5892590938368367,
157157
3.8243617343347736,
158158
3.2688928148294707,
159-
3.825033972155342,
159+
3.8250339721553415,
160160
3.0838704676600686,
161161
3.241268732197145,
162162
3.331648740363966,
-57.3 KB
-58.9 KB
-51.3 KB
-52.1 KB
272 Bytes

tests/testthat/test-ggplot-bar-dodge.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"data": [
33
{
44
"x": [
5-
null,
5+
"Canada",
66
"Germany"
77
],
88
"y": [
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"x": [
22-
null,
22+
"Canada",
2323
"USA"
2424
],
2525
"y": [
-51.9 KB
-56.7 KB
-98.8 KB
-75.9 KB
-92.7 KB
-62.1 KB
-52.6 KB
-52.3 KB
-74.5 KB
-132 KB
-52.9 KB
-52 KB
-53.4 KB
-53.5 KB
-190 KB
-79.8 KB

0 commit comments

Comments
 (0)