datatable error in linux

Hi All,

The datatable in linux environment (same code works in windows) has this error message when load in data in shiny app: DataTables warning: table id=DataTables_Table_0 - Requested unknown parameter '0' for row 0. For more information about this error, please see http://datatables.net/tn/4

used DT::dataTableOutput and DT::renderDataTable.

Any idea?

Thank you in advance!
Lu

Some details:
R version 3.6.3 (2020-02-29)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Debian GNU/Linux bullseye/sid

Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0

locale:
[1] C

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

other attached packages:
[1] lattice_0.20-40 asreml_4.1.0.110 Matrix_1.2-18 data.table_1.12.8
[5] shiny_1.4.0.2

loaded via a namespace (and not attached):
[1] Rcpp_1.0.4 magrittr_1.5 tidyselect_1.0.0 munsell_0.5.0
[5] colorspace_1.4-1 xtable_1.8-4 R6_2.4.1 rlang_0.4.5
[9] fastmap_1.0.1 fansi_0.4.1 dplyr_0.8.5 tools_3.6.3
[13] grid_3.6.3 gtable_0.3.0 cli_2.0.2 htmltools_0.4.0
[17] ellipsis_0.3.0 assertthat_0.2.1 digest_0.6.25 tibble_3.0.0
[21] lifecycle_0.2.0 crayon_1.3.4 purrr_0.3.3 ggplot2_3.3.0
[25] later_1.0.0 vctrs_0.2.4 promises_1.1.0 glue_1.4.0
[29] mime_0.9 pillar_1.4.3 compiler_3.6.3 scales_1.1.0
[33] httpuv_1.5.2 pkgconfig_2.0.3

Confessing to little experience with DataTables, the link seems pretty informative in general. Not covered though is the curveball of shiny. Does it work in the R cli or RStudio?

My bad, didn't refresh the code. Thank you!

1 Like

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.