Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Updated git ignore and build related batch R package
Browse files Browse the repository at this point in the history
  • Loading branch information
brnleehng committed Feb 16, 2017
1 parent d428c1b commit 713176e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
@@ -0,0 +1,2 @@
^.*\.Rproj$
^\.Rproj\.user$
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -4,6 +4,7 @@

# Session Data files
.RData
.Rhistory

# Example code in package build process
*-Ex.R
Expand All @@ -16,6 +17,8 @@

# RStudio files
.Rproj.user/
*.json
*.Rproj

# produced vignettes
vignettes/*.html
Expand All @@ -31,3 +34,4 @@ vignettes/*.pdf
# Temporary files created by R markdown
*.utf8.md
*.knit.md
.Rproj.user
10 changes: 10 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,10 @@
Package: rAzureBatch
Type: Package
Title: rAzureBatch
Version: 0.1.3
Author: Brian Hoang
Maintainer: Brian Hoang <brhoan@microsoft.com>
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
Depends: httr (>= 1.2.1), rjson (>= 0.2.15), RCurl (>= 1.95-4.8), digest (>= 0.6.9)
1 change: 1 addition & 0 deletions NAMESPACE
@@ -0,0 +1 @@
exportPattern("^[^\\.]")

0 comments on commit 713176e

Please sign in to comment.