ketchbrookanalytics / shiny_arrow

Example code representing a real-life use case for using {arrow} to improve a Shiny application
https://ketchbrookanalytics.shinyapps.io/shiny_arrow/
17 stars 0 forks source link

upgrading stringi to 1.7.6 fixes an incompatibility issue in R 4.2.1 #1

Open isthisthat opened 2 years ago

isthisthat commented 2 years ago

https://github.com/ketchbrookanalytics/shiny_arrow/blob/436feba8de20d419b2ed78f974ebceef9d568ffd/renv.lock#L404

error is: stri_brkiter.cpp:60:9: error: ‘isNull’ was not declared in this scope; did you mean ‘Rf_isNull’?

upgrading stringi to 1.7.6 resolves the issue in R 4.2.1