Skip to content

Commit

Permalink
release: 0.15.1 (#112)
Browse files Browse the repository at this point in the history
* release: 0.15.1

* docs: external links
  • Loading branch information
be-marc authored Jun 29, 2024
1 parent f26c368 commit 0e92767
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3misc
Title: Helper Functions for 'mlr3'
Version: 0.15.0.9000
Version: 0.15.1
Authors@R: c(
person("Michel", "Lang", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-9754-0393")),
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# mlr3misc (development version)
# mlr3misc 0.15.1

* refactor: Update `as_callback()` functions.

# mlr3misc 0.15.0

Expand Down
2 changes: 1 addition & 1 deletion R/cross_join.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#' See [data.table::CJ()].
#' @param unique (`logical(1)`)\cr
#' See [data.table::CJ()].
#' @return [data.table()].
#' @return [data.table::data.table()].
#' @export
#' @examples
#' cross_join(dots = list(sorted = 1:3, b = letters[1:2]))
Expand Down
2 changes: 1 addition & 1 deletion R/get_private.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ get_private = function(x) {
#' @title Assign Value to Private Field
#'
#' @description
#' Convenience function to assign a value to a private field of an [R6] instance.
#' Convenience function to assign a value to a private field of an [R6::R6Class] instance.
#'
#' @param x (any)\cr
#' Object whose private field should be modified.
Expand Down
2 changes: 1 addition & 1 deletion man/cross_join.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/get_private-set.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e92767

Please sign in to comment.