tidyverse / multidplyr

A dplyr backend that partitions a data frame over multiple processes
https://multidplyr.tidyverse.org
Other
641 stars 75 forks source link

relax R 3.5 requirement (qs v0.24.1) #114

Closed traversc closed 2 years ago

traversc commented 3 years ago

Tested (testthat) with R 3.3.3 on windows.

hadley commented 3 years ago

Looks like there's a stringfish issue?

OE> In file included from sf_functions.cpp:75:0:
OE> sf_disabled.h:19:154: error: ISO C++ forbids declaration of ‘sf_writeLines’ with no type [-fpermissive]
OE>  sf_writeLines(SEXP text, const std::string file, const std::string sep = "\n", const std::string na_value = "NA", const std::string encode_mode = "UTF-8") {NO_ALTREP_SUPPORT();}
traversc commented 3 years ago

Sorry about that, didn't show up on Windows. I'm going to see if I can set up multiple builds CodeCov or Travis and re-submit to CRAN.

traversc commented 3 years ago

Okay, attempt number 2. I fixed the issues in the stringfish package on CRAN and re-ran the github actions test on the fork. Hopefully good to go this time!

hadley commented 2 years ago

Guess I forgot to close this earlier; multidplyr looks like it works on 3.4 and up right now.