Skip to content

Currency signs created with fmt_currency render incorrectly with opt_interactive #1370

@jimgar

Description

@jimgar

Prework

Description

Currency signs created with fmt_currency render incorrectly in interactive tables. For example, GBP appears instead of £.

Reproducible example

gt::exibble |>
  gt::gt() |> 
  gt::fmt_currency(
    columns = currency, 
    currency = "GBP", 
    decimals = 0
  ) |> 
  gt::opt_interactive()

Expected result

Currency sign should prefix the values in the specified column/s.

Session info

R version 4.2.2 (2022-10-31)
Platform: aarch64-apple-darwin20 (64-bit)
Running under: macOS Monterey 12.6

Matrix products: default
LAPACK: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRlapack.dylib

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.10                  lubridate_1.9.2              tidyr_1.3.0                  digest_0.6.31               
 [5] utf8_1.2.3                   R6_2.5.1                     paws.common_0.5.6            reactR_0.4.4                
 [9] piputilities_0.0.0.9000      httr_1.4.5                   ggplot2_3.4.2                pillar_1.9.0                
[13] gtExtras_0.4.5               rlang_1.1.1                  RPostgreSQL_0.7-5            curl_5.0.0                  
[17] rstudioapi_0.14              fontawesome_0.5.1            reactable_0.4.4              readr_2.1.4                 
[21] stringr_1.5.0                htmlwidgets_1.6.2            bit_4.0.5                    munsell_0.5.0               
[25] compiler_4.2.2               janitor_2.2.0                xfun_0.39                    pkgconfig_2.0.3             
[29] htmltools_0.5.5              tidyselect_1.2.0             tibble_3.2.1                 fansi_1.0.4                 
[33] crayon_1.5.2                 dplyr_1.1.2                  tzdb_0.4.0                   withr_2.5.0                 
[37] grid_4.2.2                   jsonlite_1.8.7               gtable_0.3.3                 lifecycle_1.0.3             
[41] DBI_1.1.3                    pacman_0.5.1                 magrittr_2.0.3               scales_1.2.1                
[45] cli_3.6.1                    stringi_1.7.12               vroom_1.6.3                  codegrip_0.0.0.9000         
[49] snakecase_0.11.0             xml2_1.3.5                   paletteer_1.5.0              ellipsis_0.3.2              
[53] generics_0.1.3               vctrs_0.6.3                  paws.security.identity_0.2.0 RColorBrewer_1.1-3          
[57] rematch2_2.1.2               tools_4.2.2                  bit64_4.0.5                  glue_1.6.2                  
[61] paws.storage_0.2.0           purrr_1.0.1                  hms_1.1.3                    crosstalk_1.2.0             
[65] fastmap_1.1.1                yaml_2.3.7                   timechange_0.2.0             xmlparsedata_1.0.5          
[69] colorspace_2.1-0             downloadthis_0.3.2           gt_0.9.0                     knitr_1.43                  
[73] sass_0.4.6                  

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions