README.md

mirmisc

Installation

  1. In R, run

    install.packages("BiocManager", repo = "https://cran.rstudio.com/")
    
  2. 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)
    
  3. 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}

Documentation

See the pkgdown site at https://mirvie.gitlab.io/mirmisc/.



mirvie/mirmisc documentation built on Dec. 21, 2021, 7 p.m.