-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
2070a96
commit 1f0c16f
Showing
1 changed file
with
5 additions
and
5 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 |
---|---|---|
@@ -1,17 +1,17 @@ | ||
Package: condor | ||
Version: 1.0.0 | ||
Date: 2023-04-03 | ||
Title: Interact with Condor from R via SSH | ||
Title: Interact with 'Condor' from R via SSH | ||
Authors@R: c(person("Arni", "Magnusson", role=c("aut","cre"), email="[email protected]"), | ||
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 | ||
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. | ||
from the submitter machine to 'Condor'. Functions are provided to submit, | ||
list, and download 'Condor' jobs from R. | ||
License: GPL-3 | ||
URL: https://github.com/PacificCommunity/ofp-sam-condor, https://htcondor.org | ||
Encoding: UTF-8 | ||
|