Paolo Bosetti
Paolo Bosetti
This way, when the library is integrated into another project e.g. with CMake FetchContent, options for date lib are cleanly grouped together in ccmake or make-gui
On said compiler, I am getting this two errors: `cereal/types/tuple.hpp(55,5): error C2563: mismatch in formal parameter list` and `cereal/types/tuple.hpp(55,5): error C2568: '+': unable to resolve function overload`
Updated CMake minimum version to 3.20, because version 3.1 is now deprecated.
Greetings, Is there any reason for not updating the CMake minimum version to 3.5, now that versions < 3.5 are deprecated? I'd like to get rid of that warning, unless...
This is a small change to `add_predictions()` so that it can add confidence or prediction bands as well: ```r df %>% add_predictions(model, interval="confidence", level=0.99) ``` I have also updated the...