File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
context(" isosurface" )
2
2
3
- # get the values/x/y/z from the plotly.js mock this test is based on
4
- mock <- jsonlite :: fromJSON(
5
- " https://raw.githubusercontent.com/plotly/plotly.js/master/test/image/mocks/gl3d_isosurface_log-axis_slices_surface-fill.json" ,
6
- simplifyVector = FALSE
7
- )
8
-
9
3
test_that(" isosurface works with colorscale" , {
4
+ skip_on_cran()
5
+
6
+ # get the values/x/y/z from the plotly.js mock this test is based on
7
+ mock <- jsonlite :: fromJSON(
8
+ " https://raw.githubusercontent.com/plotly/plotly.js/32738b549dff09eb4e9a095cebc750a3a8ae1ffd/test/image/mocks/gl3d_isosurface_log-axis_slices_surface-fill.json" ,
9
+ simplifyVector = FALSE
10
+ )
11
+
10
12
p <- plot_ly(
11
13
type = " isosurface" ,
12
14
colorscale = " Rainbow" ,
You can’t perform that action at this time.
0 commit comments