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

Warn when package is installed with srcrefs #93

Closed sebffischer closed 7 months ago

sebffischer commented 10 months ago

Object sizes can grow very large when packages are installed with the --with-keep.source option. We should give a warning (that can be disabled) when users have mlr3 with sourcerefs installed. It should be possible to disable this warning using an option. The warning should point to the FAQ section of the mlr-org website: https://github.com/mlr-org/mlr3website/issues/132

sebffischer commented 7 months ago

we solve this now otherwise