From 1f0c16fe597639c7845426350816fd688fb1367c Mon Sep 17 00:00:00 2001 From: Arni Magnusson Date: Mon, 3 Apr 2023 17:34:43 +1100 Subject: [PATCH] Single quote Condor in DESCRIPTION --- DESCRIPTION | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3eb2762..160642a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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="thisisarni@gmail.com"), 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