docs/42-faq.md

FAQ

Is doAzureParallel available on CRAN?

No. At the moment doAzureParallel is only being distributed via GitHub.

Which version of R does doAzureParallel use?

By default, doAzureParallel uses Microsoft R Open 3.3.

Does doAzureParallel support a custom version of R?

No. We are looking into support for different versions of R as well as custom versions of R but that is not supported today.

How much does doAzureParallel cost?

doAzureParallel itself is free to use and is built on top of the Azure Batch service. You are billed by the minute for each node that is assigned to your cluster. You can find more infomration on Azure Batch pricing here.

Does doAzureParallel support custom package installations?

Yes. The command line feature in the cluster configuration enables running custom commands on each node in the cluster before it is ready to do work. Leverage this mechanism to do any custom installations such as installing custom software or mounting network drives.

Does doAzureParallel work with Windows-specific packages?

No. doAzureParallel is built on top of the Linux CentOS distribution and will not work with Windows-specific packages.

Why am I getting the error: could not find function "startsWith"?

doAzureParallel requires you to run R 3.3 or greater on you local machine.



LuisFilipe236/doAzureParallel documentation built on May 28, 2019, 1:45 p.m.