This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0"?> | ||
<tool_dependency> | ||
<package name="R" version="3.1.2"> | ||
<repository name="package_r_3_1_2" owner="iuc" prior_installation_required="True" /> | ||
</package> | ||
|
||
<package name="r-batch" version="1.1_4"> | ||
<install version="1.0"> | ||
<actions> | ||
<action type="setup_r_environment"> | ||
<repository name="package_r_3_1_2" owner="iuc"> | ||
<package name="R" version="3.1.2" /> | ||
</repository> | ||
|
||
<package>http://application.sb-roscoff.fr/download/w4m/cran-archive/package_r_batch_1_1_4//batch_1.1-4.tar.gz</package> | ||
</action> | ||
</actions> | ||
</install> | ||
<readme> | ||
batch: https://cran.r-project.org/web/packages/batch/index.html | ||
batch: Batching Routines in Parallel and Passing Command-Line Arguments to R | ||
|
||
Functions to allow you to easily pass command-line arguments into R, and functions to aid in submitting your R code in parallel on a cluster and joining the results afterward (e.g. multiple parameter values for simulations running in parallel, splitting up a permutation test in parallel, etc.). See ‘parseCommandArgs(...)’ for the main example of how to use this package. | ||
|
||
Author: Thomas Hoffmann tjhoffm at gmail.com | ||
|
||
|
||
</readme> | ||
</package> | ||
</tool_dependency> |