Open isthisthat opened 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’?
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
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