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:
4242 - echo "Sys.setenv('plotly_username' = 'cpsievert')" > ~/.Rprofile
4343 - git clone https://github.com/cpsievert/plotly-test-table.git ../plotly-test-table
4444 - cd ..; rm -f *.tar.gz; R CMD build $R_PKG
45- - R CMD INSTALL plotly_4.7.1.9000.tar.gz
4645
4746script :
4847 # 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) {
455455 )
456456 }
457457
458-
459458 # some locales rely on a base/main locale (e.g. de-CH relies on de)
460459 # https://codepen.io/etpinard/pen/pKvLVX?editors=1010
461460 scripts <- paste0(locale , " .js" )
@@ -471,6 +470,7 @@ locale_dependency <- function(locale) {
471470 version = plotlyMainBundle()$ version ,
472471 src = list (file = locale_dir ),
473472 script = scripts ,
473+ package = " plotly" ,
474474 all_files = FALSE
475475 )
476476}
You can’t perform that action at this time.
0 commit comments