In R, run
install.packages("BiocManager", repo = "https://cran.rstudio.com/")
In R, run
BiocManager::install(c("arrow", "checkmate", "DescTools", "detrendr",
"dplyr", "embed", "forcats", "foreach", "fs",
"future", "ggplot2", "ggpmisc", "ggstatsplot",
"ggthemes", "glue", "janitor", "knitr",
"magrittr", "mockery", "patchwork", "plotly",
"png", "pROC", "purrr", "qualV", "readr",
"recipes", "rlang", "rmarkdown", "rrcov",
"rsample", "scales", "spelling", "strex",
"stringr", "testthat", "tidyr", "tidyverse",
"withr", "zeallot", "zoo"), update = TRUE, ask
= FALSE)
The tar.gz files are at built/mirmisc_x.x.x.tar.gz
. At the command
line, enter
commandline
R CMD INSTALL {path-to-latest-targz-file}
See the pkgdown
site at https://mirvie.gitlab.io/mirmisc/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.