mlr-org / mlr3misc

Miscellaneous helper functions for mlr3
https://mlr3misc.mlr-org.com
GNU Lesser General Public License v3.0
11 stars 2 forks source link

feat: add .compile argument to crate function #95

Closed sebffischer closed 7 months ago

sebffischer commented 10 months ago

R disables jit-compilation of functions when changing their environment.

Resolves Issue #94