Skip to content

Releases: mlr-org/mlr3misc

mlr3misc 0.1.7

28 Jan 11:11
Compare
Choose a tag to compare
  • map_dtr(), imap_dtr() and pmap_dtr() now pass .idcol down to argument
    idcol of data.table::rbindlist().
  • cite_bib() can now handle packages with multiple citation entries.
  • Added argument wrap to catf(), messagef(), warningf() and stopf() to
    wrap the respective messages to a customizable width.
  • Added with_package() helper, similar to the one in package withr.

mlr3misc 0.1.6

03 Jan 09:49
Compare
Choose a tag to compare
  • cite_bib() or Rd macro \cite{} can now return the citation information of
    the package if key is set to "pkg::citation".
  • Updated dictionary helpers.

mlr3misc 0.1.5

03 Jan 09:48
Compare
Choose a tag to compare
  • Fixed error in C code discovered by UBSAN checks on CRAN.
  • Added dictionary_sugar_mget().
  • Renamed dictionary_sugar() to dictionary_sugar_get().
  • Added function cite_bib() and Rd macro \cite{} to insert entries from
    bibtex files into roxygen documentation.
  • unnest() now creates list columns for non atomic list elements.

mlr3misc 0.1.4

18 Sep 06:18
Compare
Choose a tag to compare
  • Added argument na_rm to which_max() and which_min().
  • Fixed a bug in as_short_string() for empty atomic vectors.

mlr3misc 0.1.3

23 Aug 09:41
Compare
Choose a tag to compare
  • New function detect().
  • New function dictionary_sugar().
  • It is now asserted that the return value of Dictionary$get() is an R6 object.
  • Fix some assertions in Dictionary

mlr3misc 0.1.2

07 Aug 22:01
Compare
Choose a tag to compare
  • New function named_vector().
  • New function keep_in_bounds().
  • New function set_col_names().
  • New function distinct_values().
  • Added argument .key to rowwise_table().
  • Additional arguments passed to Dictionary$get() and Dictionary$mget()
    must now be named.

mlr3misc 0.1.1

24 Jul 21:11
e988808
Compare
Choose a tag to compare
  • New function encapsulate() to call functions while recording a log.
  • invoke(): New arguments .opts and .seed to temporarily set options or
    random seeds, respectively.
  • Fixed warnings about partial argument matching.

mlr3misc 0.1.0

24 Jul 21:10
Compare
Choose a tag to compare

Initial release.