-
Notifications
You must be signed in to change notification settings - Fork 85
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
Add a parallel option #47
Comments
Dump everything out to temp rds and read back to the clusters...add a library arg |
Initial attempts leads to error on Windows (
Results in:
|
http://appliedpredictivemodeling.com/blog/2018/1/17/parallel-processing Is either of the following a better way to run parallel code: https://github.com/r-lib/callr A OS independent solution is needed. Re investigate available solutions and reach out to the R community for current best practices. |
Here's where I ask the R community: https://twitter.com/tylerrinker/status/1044364197797265408
|
Some other packages:
|
A parallel option that runs
sentiment
andsentiment_by
on multiple coresThe text was updated successfully, but these errors were encountered: