NOTICE: This will only be of use to people at DIDE, as it uses our cluster web portal, local cluster, and local network file systems.
What is this?
This is a package for interfacing with the DIDE cluster directly from R. It is meant to make jobs running on the cluster appear as if they are running locally but asynchronously. The idea is to let the cluster appear as an extension of your own computer so you can get using it within an R project easily.
This package supercedes didehpc (2015-2023).
Documentation
- New to this? The main vignette contains full instructions and explanations about why some bits are needed.
- Trying to install packages on the cluster? Check the packages vignette for ways of controlling this.
- Having problems? Check the troubleshooting guide.
- Check that everything is ok to go:
- All long-form documentation, available on the hipercow website
- Reference documentation for each function
Issues
- Check the issue tracker for known problems, or to create a new one
- Use the “Cluster” channel on Teams, which Rich and Wes keep an eye on
Installation
To install hipercow
:
install.packages(
"hipercow",
repos = c("https://mrc-ide.r-universe.dev", "https://cloud.r-project.org"))