rte-antares-rpackage / antaresViz

ANTARES Visualizations

Home Page:https://rte-antares-rpackage.github.io/antaresViz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in runAppAntaresViz(): %AND% operator was dropped in shiny package [>= version 1.6.0.]

kandris16 opened this issue · comments

Script:

library(antaresViz)
runAppAntaresViz()

Error message:

An error has occurred!
object '%AND%' not found

Probable issue: the %AND% operator was dropped in shiny package [>= version 1.6.0.]
For more details, please see the closed issue on the Shiny github page: https://github.com/rstudio/shiny/issues/3292

Output of sessionInfo()

R version 4.0.3 (2020-10-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale:
[1] LC_COLLATE=Hungarian_Hungary.1250  LC_CTYPE=Hungarian_Hungary.1250    LC_MONETARY=Hungarian_Hungary.1250 LC_NUMERIC=C                      
[5] LC_TIME=Hungarian_Hungary.1250    

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

other attached packages:
 [1] data.table_1.13.6        manipulateWidget_0.10.1  shiny_1.6.0              antaresViz_0.15.4        spMaps_0.4.0             rgeos_0.5-5             
 [7] raster_3.4-5             sp_1.4-5                 antaresProcessing_0.18.0 antaresRead_2.2.5       

loaded via a namespace (and not attached):
 [1] httr_1.4.2               sass_0.3.1               tidyr_1.1.2              viridisLite_0.3.0        bit64_4.0.5              jsonlite_1.7.2          
 [7] bslib_0.2.4              assertthat_0.2.1         yaml_2.2.1               pillar_1.4.7             lattice_0.20-41          glue_1.4.2              
[13] digest_0.6.27            promises_1.1.1           colorspace_2.0-0         pipeR_0.6.1.3            htmltools_0.5.1.1        httpuv_1.5.5            
[19] plyr_1.8.6               dygraphs_1.1.1.6         pkgconfig_2.0.3          httpcode_0.3.0           rAmCharts_2.1.13         purrr_0.3.4             
[25] xtable_1.8-4             scales_1.1.1             webshot_0.5.2            later_1.1.0.1            tibble_3.0.6             generics_0.1.0          
[31] ggplot2_3.3.3            leaflet.minicharts_0.6.0 ellipsis_0.3.1           withr_2.4.1              cachem_1.0.3             geojsonio_0.9.4         
[37] lazyeval_0.2.2           magrittr_2.0.1           crayon_1.4.1             mime_0.9                 maptools_1.0-2           foreign_0.8-81          
[43] class_7.3-18             geojsonsf_2.0.1          tools_4.0.3              hms_1.0.0                lifecycle_0.2.0          geojson_0.3.4           
[49] stringr_1.4.0            plotly_4.9.3             V8_3.4.0                 munsell_0.5.0            jquerylib_0.1.3          compiler_4.0.3          
[55] e1071_1.7-4              jqr_1.2.0                rlang_0.4.10             classInt_0.4-3           units_0.6-7              grid_4.0.3              
[61] rstudioapi_0.13          htmlwidgets_1.5.3        crosstalk_1.1.1          miniUI_0.1.1.1           gtable_0.3.0             codetools_0.2-18        
[67] DBI_1.1.1                curl_4.3                 R6_2.5.0                 lubridate_1.7.9.2        zoo_1.8-8                knitr_1.31              
[73] dplyr_1.0.4              fastmap_1.1.0            bit_4.0.4                readr_1.4.0              KernSmooth_2.23-18       stringi_1.5.3           
[79] parallel_4.0.3           crul_1.0.0               Rcpp_1.0.6               vctrs_0.3.6              sf_0.9-7                 xfun_0.20               
[85] leaflet_2.0.4.1          tidyselect_1.1.0

Hi.

Fix on github version. Coming soon on cran