The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The published version may be found on CRAN and can be installed as usual.
Install this development version by cutting and pasting into your R session, which will install all dependencies also.
## Install a package if not already installed
install_if_needed <- function(packages, ...) {
toInstall <- setdiff(packages, installed.packages()[, 1])
if (length(toInstall) > 0) install.packages(toInstall, ...)
}
install_if_needed(c("gmp", "sodium", "devtools"), repos = "https://cloud.r-project.org")
devtools::install_github("bnaras/homomorpheR")
Four vignettes are provided:
A related project is distcomp.
You can view everything, including documentation and vignettes on the homomorpheR website.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.