HenrikBengtsson / future.BatchJobs

:rocket: R package: future.BatchJobs: A Future API for Parallel and Distributed Processing using BatchJobs [Intentionally archived on CRAN on 2021-01-08]
https://cran.r-project.org/package=future.BatchJobs
8 stars 0 forks source link

WORKAROUND: Encode variable names before exporting to BatchJobs #43

Closed HenrikBengtsson closed 9 years ago

HenrikBengtsson commented 9 years ago

As a workaround to Issues #39 and #42, encode variable names before exporting to BatchJobs and modify the future expression to decode (=rename) them first thing.

HenrikBengtsson commented 9 years ago

Solved.