Skip to content

Conversation

zzawadz
Copy link

@zzawadz zzawadz commented Nov 14, 2018

Refers to #40

deep_clone = function(name, value) {
if(name == "params") {
lapply(value, function(x) {
x$clone()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why I can't put here deep = TRUE, because it causes the infinite recursion.

@berndbischl
Copy link
Member

paramset can be deep cloned now

@berndbischl berndbischl closed this Jan 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants