Skip to content

Commit 169a51b

Browse files
authored
chore: bump version to 0.4.1 (#87)
* chore: bump version to 0.4.1 * fix: unload leipzig taks * fix: date
1 parent cf59ec6 commit 169a51b

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: mlr3spatial
22
Title: Support for Spatial Objects Within the 'mlr3' Ecosystem
3-
Version: 0.4.0.9000
4-
Date: 2023-02-23
3+
Version: 0.4.1
4+
Date: 2023-05-03
55
Authors@R:
66
c(
77
person("Marc", "Becker", , "marcbecker@posteo.de", role = c("aut", "cre"),

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# mlr3spatial (development version)
1+
# mlr3spatial 0.4.1
2+
3+
* refactor: Use the `terra::inMemory()` function instead of `@ptr`.
24

35
# mlr3spatial 0.4.0
46

R/zzz.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,9 @@
8282
}
8383
} # nocov end
8484

85+
86+
.onUnload = function(libpaths) { # nolint
87+
mlr3::mlr_tasks$remove("leipzig")
88+
}
89+
8590
leanify_package() # nocov

0 commit comments

Comments
 (0)