File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ before_script:
42
42
- echo "Sys.setenv('plotly_username' = 'cpsievert')" > ~/.Rprofile
43
43
- git clone https://github.com/cpsievert/plotly-test-table.git ../plotly-test-table
44
44
- cd ..; rm -f *.tar.gz; R CMD build $R_PKG
45
- - R CMD INSTALL plotly_4.7.1.9000.tar.gz
46
45
47
46
script :
48
47
# run R CMD check on the non-pull request build
Original file line number Diff line number Diff line change @@ -455,7 +455,6 @@ locale_dependency <- function(locale) {
455
455
)
456
456
}
457
457
458
-
459
458
# some locales rely on a base/main locale (e.g. de-CH relies on de)
460
459
# https://codepen.io/etpinard/pen/pKvLVX?editors=1010
461
460
scripts <- paste0(locale , " .js" )
@@ -471,6 +470,7 @@ locale_dependency <- function(locale) {
471
470
version = plotlyMainBundle()$ version ,
472
471
src = list (file = locale_dir ),
473
472
script = scripts ,
473
+ package = " plotly" ,
474
474
all_files = FALSE
475
475
)
476
476
}
You can’t perform that action at this time.
0 commit comments