Package: iRfcb
Type: Package
Title: I 'R' FlowCytobot (iRfcb): Tools for Analyzing and Processing Data from the IFCB
Version: 0.3.12
Authors@R: 
    person("Anders", "Torstensson",
           role = c("aut", "cre"),
           email = "anders.torstensson@smhi.se",
           comment = c(affiliation = "Swedish Meteorological and Hydrological Institute",
                       ORCID = "0000-0002-8283-656X"))
Description: A comprehensive suite of tools for managing and analyzing data from the Imaging FlowCytobot (IFCB).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
  zip,
  lifecycle,
  shiny,
  base64enc,
  stringr,
  dplyr,
  sf,
  terra,
  reticulate,
  tidyr,
  tidyselect,
  tibble,
  ggplot2,
  readr,
  magrittr,
  worrms,
  imager,
  R.matlab,
  curl,
  lubridate
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Note: This package includes code from https://github.com/kudelalab/PSD by kudelalab licensed under the MIT License.
Suggests: 
    knitr,
    rmarkdown,
    testthat (>= 3.0.0),
    fs,
    mockery,
    shinytest2
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://europeanifcbgroup.github.io/iRfcb/
