https://github.com/pacificcommunity/ofp-sam-condor
Interact with Condor from R via SSH
https://github.com/pacificcommunity/ofp-sam-condor
htcondor ofp r sam tool
Last synced: about 1 year ago
JSON representation
Interact with Condor from R via SSH
- Host: GitHub
- URL: https://github.com/pacificcommunity/ofp-sam-condor
- Owner: PacificCommunity
- Created: 2023-02-16T13:12:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T02:26:35.000Z (over 1 year ago)
- Last Synced: 2024-10-25T03:41:34.181Z (over 1 year ago)
- Topics: htcondor, ofp, r, sam, tool
- Language: R
- Homepage:
- Size: 3.95 MB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
[](https://cran.r-project.org/package=condor)
[](https://cran.r-project.org/package=condor)
[](https://cran.r-project.org/package=condor)
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](https://cran.r-project.org/package=condor) using the `install.packages`
command:
```R
install.packages("condor")
```
Usage
-----
For a summary of the package:
```R
library(condor)
?condor
```
References
----------
* https://htcondor.org
Development
-----------
The package is developed openly on
[GitHub](https://github.com/PacificCommunity/ofp-sam-condor).
Feel free to open an
[issue](https://github.com/PacificCommunity/ofp-sam-condor/issues) there if you
encounter problems or have suggestions for future versions.
The current development version can be installed using:
```R
library(remotes)
install_github("PacificCommunity/ofp-sam-condor")
```