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

LIMITATION: It is not possible to export operators, replacement functions etc. #39

Closed
HenrikBengtsson opened this issue Jul 29, 2015 · 1 comment
Milestone

Comments

@HenrikBengtsson
Copy link
Owner

Due to BatchJobs limitations, it is currently not possible to export operators, replacement functions etc. For example:

batchExport(reg, li=list("names<-"=NA))
Error in batchExport(reg, li=list("names<-"=NA))
  Assertion on 'li' failed: Vector must be named according to R's variable naming rules

and

batchExport(reg, li=list("%>%"=NA))
Error in batchExport(reg, li = list(`%>%` = NA)) :
  Assertion on 'li' failed: Vector must be named according to R's variable naming rules

This will be solved as soon as BatchJobs Issue #93 is resolved.

@HenrikBengtsson
Copy link
Owner Author

Solved, cf. Issue #43.

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

No branches or pull requests

1 participant