To install the package, run the following code for requireddependencies and package.
all_packs=as.character(installed.packages()[,1])req_packs=c("devtools","Rcpp","RcppArmadillo","Rmpfr","copula","ggplot2","viridis","smarter","dMrs")run=0for(packin req_packs){if( pack%in% all_packs ){library(pack,character.only =TRUE)next }if( pack=="smarter" ){ devtools::install_github("pllittle/smarter") }elseif( pack=="dMrs" ){ devtools::install_github("reubenadat/dMrs") }else {install.packages(pack) } run=1}if( run==1 )stop("Re-run this code")Check out the vignette!
vignette("dMrs")The package’s main functions include
Not done yet