About
HPCRAN is an R Archive Network, or software repository, for HPC packages for the R programming language.
You can install an HPCRAN package via the usual
install.packages()
if you set the repos
argument
to https://hpcran.org
. However, some packages have CRAN
dependencies, so we recommend something like this:
options(repos=structure(c(
HPCRAN="https://hpcran.org/",
CRAN="https://cran.rstudio.com/"
)))
Then you don't need to set the repos
argument. You can put
this in your ~/.Rprofile
file.
If you are on Windows or Mac, you will need to set
type="source"
in your install.packages()
call.
You will of course need to be able to build packages from source.
Some packages, such as those that make use of GPUs, may not be installable
on non-Linux platforms.
Warranty and Disclaimer
Packages distributed by HPCRAN are not endorsed by the HPCRAN team or its contributors. We make no warranties of any kind, express or implied, about packages distributed by HPCRAN.
Packages contributed to HPCRAN are provided "as is", and are not manually inspected. We take no responsibility for any packages distributed here. If you believe that a package contains malicious code, violates someone's intellectual property rights, or is otherwise anti-social, please contact wrathematics at gmail.
The HPCRAN logo is modified from the R logo, and is licensed CC-BY-SA 4.0.