Releases: mlr-org/mlr3misc
Releases · mlr-org/mlr3misc
mlr3misc 0.10.0
- Added helper
get_private()
. - Added helper
map_br()
andmap_bc()
. - Added helper
recycle_vectors()
. - Added helpers
walk()
,iwalk()
andpwalk()
.
mlr3misc 0.9.5
- Added helper
deframe()
.
mlr3misc 0.9.4
- Added helper
capitalize()
. - Added helper
to_decimal()
. - Fixed cleanup in
register_namespace_callback()
.
mlr3misc 0.9.2
- R6 objects retrieved from the dictionary are now properly cloned.
mlr3misc 0.9.1
- Fixed compilation for R versions older than 3.5.0 (#59).
mlr3misc 0.9.0
- Changed return type of
reorder_vector()
. - Added assertions in
pmap()
to avoid a segfault (#56). - Added
count_missing()
.
mlr3misc 0.8.0
- New function
reorder_vector()
. formulate()
can now quote all terms, defaulting to quote all terms on the
right hand side.
mlr3misc 0.4.0
v0.4.0 remove codecov badge to avoid SSL errors on CRAN
mlr3misc 0.3.0
- Introduced a placeholder for column name prefixes in
unnest()
.
mlr3misc 0.2.0
- Fixed an issue with
rcbind()
for columns ofx
namedy
(#42). - Fixed broken
on.exit()
ininvoke()
if both a seed and a list of options
were provided.