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.
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.