forked from Azure/rAzureBatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
23 lines (23 loc) · 812 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: rAzureBatch
Type: Package
Title: rAzureBatch
Version: 0.5.1
Author: Brian Hoang
Maintainer: Brian Hoang <[email protected]>
Description: The project is for data experts who use R at scale. The project
comes together as an R package that will allow users to run their R code in
parallel across a cluster hosted on Azure. The cluster will be created and
maintained by Azure Batch and, for the initial version, will be a public/
communal pool. The orchestration for each job that needs to be parallelized in
the cluster will be done by a middle layer that schedules each request.
License: Microsoft Corporation
LazyData: TRUE
Imports:
httr (>= 1.2.1),
rjson (>= 0.2.15),
RCurl (>= 1.95-4.8),
digest (>= 0.6.9),
jsonlite
Suggests:
testthat
RoxygenNote: 5.0.1