Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version of party package doesn't export ctree_memory #58

Closed
larskotthoff opened this issue Nov 21, 2016 · 2 comments
Closed

New version of party package doesn't export ctree_memory #58

larskotthoff opened this issue Nov 21, 2016 · 2 comments

Comments

@larskotthoff
Copy link

@larskotthoff larskotthoff commented Nov 21, 2016

A new version of the party package was released today. We're seeing test failures for the mlr package with mboost learners because of that:

'ctree_memory' is not an exported object from 'namespace:party'
...
15: mboost::blackboost(f, data = getTaskData(.task, .subset), control = ctrl, tree_controls = tc, 
       family = family, ...)
16: mboost_fit(bl, response = response, weights = weights, ...)
17: lapply(blg, dpp, weights = weights)
18: FUN(X[[i]], ...)
19: dpp.blg(X[[i]], ...)
20: object$dpp(weights)
21: party::ctree_memory
22: getExportedValue(pkg, name)
23: stop(gettextf("'%s' is not an exported object from 'namespace:%s'", name, getNamespaceName(ns)), 
       call. = FALSE, domain = NA)
@hofnerb
Copy link
Member

@hofnerb hofnerb commented Nov 22, 2016

Should be solved on github already (see ddef62a). However, testing and upload of a new mboost version to CRAN will take some more time.

@larskotthoff
Copy link
Author

@larskotthoff larskotthoff commented Nov 22, 2016

Thanks, I can confirm that this fixes our tests.

@hofnerb hofnerb closed this in 2c68835 Nov 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.