knitr::opts_chunk$set(echo = TRUE, warning = FALSE )
Software for comparing DNA profiles within cases (Expert system)
It is recommended to have euroformix R-package installed (at least v4.0) before installing CaseSolver. To enable the EFMex option you need to have the EFMex R-package installed (at least v0.8.1).
install.packages(c('gWidgets2tcltk','readxl')) #required install.packages(c('plotly','igraph','plotrix','R2HTML','officer','flextable')) #useful
Installation directly from source through GitHub (does not require compilation):
install.packages("remotes") remotes::install_github("oyvble/casesolver")
library(casesolver);gui()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.