-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
22 lines (22 loc) · 981 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: condor
Version: 3.0.0
Date: 2024-11-12
Title: Interact with 'Condor' from R via SSH
Authors@R: c(person("Arni", "Magnusson", role=c("aut","cre"), email="thisisarni@gmail.com"),
person("Nan", "Yao", role="aut"),
person("Jemery", "Day", role="ctb"),
person("Thomas", "Teears", role="ctb"))
Depends: ssh
Imports: stats, utils
SystemRequirements: htcondor
Description: Interact with 'Condor' from R via SSH connection. Files are first
uploaded from user machine to submitter machine, and the job is then submitted
from the submitter machine to 'Condor'. Functions are provided to submit,
list, and download 'Condor' jobs from R. 'Condor' is an open source
high-throughput computing software framework for distributed parallelization
of computationally intensive tasks.
License: GPL-3
URL: https://github.com/PacificCommunity/ofp-sam-condor, https://htcondor.org
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(old_usage=TRUE)