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.
The package can be installed from
CRAN using the install.packages
command:
install.packages("condor")
For a summary of the package:
library(condor)
?condor
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")