Skip to content

Commit

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

* fix: docs
  • Loading branch information
be-marc authored Apr 11, 2024
1 parent 45471b0 commit a9c7f4c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.14.0.9000
Version: 0.15.0
Authors@R: c(
person("Michel", "Lang", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-9754-0393")),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# mlr3misc (development version)
# mlr3misc 0.15.0

* Feat: Added `strip_screfs` S3 generic, which removes source references from objects
* The RNG state is now copied to the callr session when using `encapsulate()`.

# mlr3misc 0.14.0

Expand Down
2 changes: 1 addition & 1 deletion R/strip_srcrefs.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @description
#' Source references can make objects unexpectedly large and are undesireable in many situations.
#' As {renv} installs packages with the `--with-keep.source` option, we sometimes need to remove source references
#' As \CRANpkg{renv} installs packages with the `--with-keep.source` option, we sometimes need to remove source references
#' from objects.
#' Methods should remove source references from the input, but should otherwise leave the input unchanged.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/strip_srcrefs.Rd

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

0 comments on commit a9c7f4c

Please sign in to comment.