DillonHammill / DataEditR

An Interactive R Package for Viewing, Entering Filtering and Editing Data
https://dillonhammill.github.io/DataEditR/
381 stars 40 forks source link

Data table not showing data_edit #60

Open mytarmail opened 1 year ago

mytarmail commented 1 year ago

I am trying to follow the example

library("DataEditR")
if(interactive()) {
  data_edit(mtcars)
}

but I get a clean table with no data image I installed the newest version from github, also from cran

 sessionInfo()
R version 3.6.3 (2020-02-29)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

Matrix products: default

locale:
[1] LC_COLLATE=Ukrainian_Ukraine.1251  LC_CTYPE=Ukrainian_Ukraine.1251   
[3] LC_MONETARY=Ukrainian_Ukraine.1251 LC_NUMERIC=C                      
[5] LC_TIME=Ukrainian_Ukraine.1251    

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

other attached packages:
[1] DataEditR_0.1.5 shiny_1.7.3    

loaded via a namespace (and not attached):
 [1] zoo_1.8-9                  bslib_0.4.1                blotter_0.15.0            
 [4] shinyjs_2.1.0              lattice_0.20-40            vctrs_0.5.1               
 [7] miniUI_0.1.1.1             htmltools_0.5.2            yaml_2.3.6                
[10] utf8_1.2.2                 rlang_1.0.6                jquerylib_0.1.4           
[13] later_1.3.0                pillar_1.8.1               glue_1.6.2                
[16] rappdirs_0.3.3             rhandsontable_0.3.8        TTR_0.24.2                
[19] foreach_1.5.2              lifecycle_1.0.3            quantstrat_0.16.9         
[22] quantmod_0.4.20            fontawesome_0.4.0          htmlwidgets_1.5.4         
[25] codetools_0.2-16           memoise_2.0.1              fastmap_1.1.0             
[28] httpuv_1.6.6               curl_4.3.2                 fansi_1.0.3               
[31] PerformanceAnalytics_2.0.4 xts_0.12-0                 Rcpp_1.0.9                
[34] xtable_1.8-4               promises_1.2.0.1           cachem_1.0.6              
[37] jsonlite_1.8.3             mime_0.12                  fs_1.5.2                  
[40] digest_0.6.30              FinancialInstrument_1.3.1  grid_3.6.3                
[43] quadprog_1.5-8             cli_3.4.1                  tools_3.6.3               
[46] magrittr_2.0.3             sass_0.4.4                 tibble_3.1.8              
[49] pkgconfig_2.0.3            MASS_7.3-51.5              ellipsis_0.3.2            
[52] shinyBS_0.61.1             rstudioapi_0.14            iterators_1.0.14          
[55] R6_2.5.1                   boot_1.3-24                compiler_3.6.3