topepo / C5.0

An R package for fitting Quinlan's C5.0 classification model
https://topepo.github.io/C5.0/
50 stars 20 forks source link

Gcc10 #25

Closed DavisVaughan closed 4 years ago

DavisVaughan commented 4 years ago

See https://github.com/topepo/Cubist/pull/26 for details. Same problem. Again, can reproduce locally using:

withr::with_makevars(
  c("CFLAGS" = "-fno-common"), 
  {
    pkgbuild::clean_dll()
    devtools::load_all()
  }
)