Skip to content

Commit a9c7f4c

Browse files
authored
release: 0.15.0 (#107)
* release: 0.15.0 * fix: docs
1 parent 45471b0 commit a9c7f4c

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr3misc
22
Title: Helper Functions for 'mlr3'
3-
Version: 0.14.0.9000
3+
Version: 0.15.0
44
Authors@R: c(
55
person("Michel", "Lang", , "michellang@gmail.com", role = c("cre", "aut"),
66
comment = c(ORCID = "0000-0001-9754-0393")),

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# mlr3misc (development version)
1+
# mlr3misc 0.15.0
22

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

56
# mlr3misc 0.14.0
67

R/strip_srcrefs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' @description
44
#' Source references can make objects unexpectedly large and are undesireable in many situations.
5-
#' As {renv} installs packages with the `--with-keep.source` option, we sometimes need to remove source references
5+
#' As \CRANpkg{renv} installs packages with the `--with-keep.source` option, we sometimes need to remove source references
66
#' from objects.
77
#' Methods should remove source references from the input, but should otherwise leave the input unchanged.
88
#'

man/strip_srcrefs.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)