README.md

homomorpheR

The published version may be found on CRAN and can be installed as usual.

Development version

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.

Website

You can view everything, including documentation and vignettes on the homomorpheR website.



bnaras/homomorpheR documentation built on April 7, 2022, 5:06 a.m.