less than 1 minute read



A few users of BoscoR, and specifically GridR, have requested several major features:
  1. Allow custom packages to be installed on the remote worker node (#3).
  2. Specify custom R binaries for the worker nodes (#4).  Along with custom binaries, we also added logic so that if you upload new binaries to a URL, they will automatically be detected and installed (#7).
  3. Asynchronous updating of batched processing.  This will enable the results to show up in the result list before the entire processing has been completed (#6)
Along with the above mentioned issues, we have also updated the default download location to be hosted at Indiana rather than Dropbox (hence the earlier blog post).

I hope to write a few posts in the next weeks with a more in-depth analysis of these significant user facing improvements, but in the mean time you can read the release notes which include details on how the new features work and how you can use them.

Today we have released the new version, v0.9.8, which includes all of these changes.

Leave a comment