You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Funny thing is that in my local RStudio it is working as expected but in Posit Connect RStudio instance is not. Sharing my sessionInfo() from the Posit Connect's session:
R version 4.3.1 (2023-06-16)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Red Hat Enterprise Linux 8.10 (Ootpa)
Matrix products: default
BLAS/LAPACK: /shared-app/R-4.3.1/lib64/R/lib/libopenblas.so.0; LAPACK version 3.9.0
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8
[6] LC_MESSAGES=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
time zone: America/New_York
tzcode source: system (glibc)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] gt_0.11.1
loaded via a namespace (and not attached):
[1] vctrs_0.6.5 cli_3.6.3 rlang_1.1.4 generics_0.1.3 jsonlite_1.8.8 glue_1.8.0 htmltools_0.5.8.1 reactR_0.6.0
[9] sass_0.4.9 fansi_1.0.6 crosstalk_1.2.0 tibble_3.2.1 fastmap_1.2.0 yaml_2.3.10 lifecycle_1.0.4 compiler_4.3.1
[17] dplyr_1.1.4 htmlwidgets_1.6.4 pkgconfig_2.0.3 rstudioapi_0.15.0 digest_0.6.35 R6_2.5.1 tidyselect_1.2.1 utf8_1.2.4
[25] pillar_1.9.0 magrittr_2.0.3 tools_4.3.1 withr_3.0.0 reactable_0.4.4 xml2_1.3.6
The text was updated successfully, but these errors were encountered:
Is there a way to add this requirement to the DESCRIPTION file, even though it's not a direct (import) dependency? I believe the path is gt > reactable> htmlwidgets > reactR. I guess adding reactR as a dependency with the >=0.6.1 requirement would be a viable solution, but maybe there's a better way.
Similar to issue #1429,
fmt_number()
is not working withopt_interactive()
, displaying a white output with no table.Reproducible example with gt v0.11.1:
Also, tested with v0.9.0, same outcome.
Funny thing is that in my local RStudio it is working as expected but in Posit Connect RStudio instance is not. Sharing my
sessionInfo()
from the Posit Connect's session:The text was updated successfully, but these errors were encountered: