Skip to content

Commit 5ebb031

Browse files
authored
Merge pull request #285 from mlr-org/cloneable_fixes
fix: cloneable for ArchiveAsync, ArchiveAsyncFrozen, OptimInstanceAsync
2 parents 7b0642a + 0f5254a commit 5ebb031

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

R/ArchiveAsync.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
#' @export
2020
ArchiveAsync = R6Class("ArchiveAsync",
2121
inherit = Archive,
22-
cloneable = FALSE,
2322
public = list(
2423

2524
rush = NULL,

R/ArchiveAsyncFrozen.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#' @export
1717
ArchiveAsyncFrozen = R6Class("ArchiveAsyncFrozen",
1818
inherit = ArchiveAsync,
19-
cloneable = FALSE,
2019
public = list(
2120

2221
#' @description

R/OptimInstanceAsync.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#' @export
2525
OptimInstanceAsync = R6Class("OptimInstanceAsync",
2626
inherit = OptimInstance,
27-
cloneable = FALSE,
2827
public = list(
2928

3029
rush = NULL,

0 commit comments

Comments
 (0)