Skip to content

Conversation

peterhurford
Copy link
Member

@peterhurford peterhurford commented May 18, 2017

  • run("titanic") works.
  • run("survey") works.
  • run("uci") works.

@peterhurford
Copy link
Member Author

F--- travis

@peterhurford
Copy link
Member Author

@robertzk I keep getting Can not use tracked environments with stagerunners that have caching disabled (remember = FALSE) on run("survey") and I can't figure out why.

@peterhurford
Copy link
Member Author

@robertzk @kirillseva Also run("uci") dies on Error: there is no package called ‘gbm’. I think this is a problem we've had before and solved before?

@robertzk
Copy link
Member

@peterhurford If you call run with multiple cores, separate threads are spun up which are not in the lockbox session. We install gbm globally and typically do not encounter the problem but I haven't figured out how to ensure the lockbox session persists to the gbm threads.

@robertzk
Copy link
Member

@peterhurford By default objectdiff is currently enabled, so try setting options("environment_type" = "environment") globally. I'm not sure why the stagerunner is getting created with remember = FALSE given the initialization but I can take a look this weekend.

@peterhurford
Copy link
Member Author

Fixed in #16 but should retry to ensure all the examples run

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