rstudio / shiny

Easy interactive web applications with R
https://shiny.posit.co/
Other
5.35k stars 1.87k forks source link

dateInput can't display widget because bootstrap-datepicker.min.js is deprecated #4125

Open hunglin59638 opened 1 week ago

hunglin59638 commented 1 week ago

System details

Browser Version:

Output of sessionInfo():

R version 4.3.3 (2024-02-29)
Platform: x86_64-conda-linux-gnu (64-bit)
Running under: CentOS Linux 7 (Core)

Matrix products: default
BLAS/LAPACK: /home/hunglin/mambaforge/envs/ui_tmp/lib/libopenblasp-r0.3.27.so;  LAPACK version 3.12.0

locale:
 [1] LC_CTYPE=en_US.utf8       LC_NUMERIC=C             
 [3] LC_TIME=en_US.utf8        LC_COLLATE=en_US.utf8    
 [5] LC_MONETARY=en_US.utf8    LC_MESSAGES=en_US.utf8   
 [7] LC_PAPER=en_US.utf8       LC_NAME=C                
 [9] LC_ADDRESS=C              LC_TELEPHONE=C           
[11] LC_MEASUREMENT=en_US.utf8 LC_IDENTIFICATION=C      

time zone: Asia/Taipei
tzcode source: system (glibc)

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

loaded via a namespace (and not attached):
[1] compiler_4.3.3

Example application or steps to reproduce the problem

dateInput widget can't display, F12 shows following warning: ``` bootstrap-datepicker.min.js:1 DEPRECATED: This filename doesn't follow the convention, use bootstrap-datepicker.en-CA.js instead. ``` ### Describe the problem in detail
gadenbuie commented 1 week ago

Can you please include the code for a small app that reproduces the problem?