Skip to content

Commit 573d38b

Browse files
committed
just guessing at this point -- can't replicate the issue :/
1 parent b92ec16 commit 573d38b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4746
script:
4847
# run R CMD check on the non-pull request build

R/plotly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)