Package: scATOMIC
Title: What the Package Does (One Line, Title Case)
Version: 1.1.0
Authors@R: 
    person(given = "First",
           family = "Last",
           role = c("aut", "cre"),
           email = "first.last@example.com",
           comment = c(ORCID = "YOUR-ORCID-ID"))
Description: What the package does (one paragraph).
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
    license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: 
    R (>= 2.10)
Imports: 
    reticulate,
    dplyr,
    Rmagic,
    data.table,
    parallel,
    Matrix,
    Seurat,
    agrmt,
    data.tree,
    collapsibleTree,
    randomForest,
    caret,
    plyr,
    cutoff,
    copykat,
    ROCit,
    set,
    htmlwidgets,
    scales,
    stringr,
    foreach,
    doParallel,
    forcats,
    magrittr,
    future,
    amap,
    tibble,
    bbmle,
    DiagrammeR
Remotes: 
    choisy/cutoff, 
    navinlabcode/copykat
