nany2019 / ofp-sam-condor

Interact with Condor from R via SSH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRAN Status CRAN Monthly CRAN Total

condor

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.

Installation

The package can be installed from CRAN using the install.packages command:

install.packages("condor")

Usage

For a summary of the package:

library(condor)
?condor

References

Development

The package is developed openly on GitHub.

Feel free to open an issue there if you encounter problems or have suggestions for future versions.

The current development version can be installed using:

library(remotes)
install_github("PacificCommunity/ofp-sam-condor")

About

Interact with Condor from R via SSH


Languages

Language:R 100.0%