Example of installation of the package "mephas"

This installation was performed on Window, RStudio, and R(3.6.2)

Preparation

Install "devtools"

> install.packages("devtools")

This takes about 30 min in our test computer. Take a cup of coffee.

Install "mephas"

> devtools::install_github("mephas/mephas")

This takes about 3 min in our test computer.

See helps and test run

For example, to open t test interface

> library("mephas")

> mephasOpen("ttest")