DYNATE package
In R, run the following block of codes:
{r, include = FALSE} remotes::install_github( repo = "jichunxie/DYNATE", build_vignettes = TRUE, build_manual = TRUE)
A tutorial of this package can be found in this repository under “DYNATE/vignettes/” or running the following block of codes in R:
{r, include = FALSE} library(DYNATE) browseVignettes("DYNATE")