Skip to content

mrc-ide/hipercow

Repository files navigation

hipercow

Project Status: Active – The project has reached a stable, usable state and is being actively developed. R build status codecov Moo

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

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"))

License

MIT © Imperial College of Science, Technology and Medicine