This installation was performed on Window, RStudio, and R(3.6.2)
> install.packages("devtools")
This takes about 30 min in our test computer. Take a cup of coffee.
> devtools::install_github("mephas/mephas")
This takes about 3 min in our test computer.
For example, to open t test interface
> library("mephas")
> mephasOpen("ttest")