Package: TrackMateR
Type: Package
Title: Working with TrackMate outputs in R
Version: 0.3.0
Authors@R:
    person(given = "Stephen J",
           family = "Royle",
           role = c("cre", "aut"),
           email = "admin@quantixed.org",
           comment = c(ORCID = "0000-0001-8927-6967"))
Maintainer: Stephen Royle <admin@quantixed.org>
Description: TrackMate, a plugin for ImageJ/Fiji, is a popular single-particle tracking solution.
    The aim of TrackMateR is to import TrackMate data into R for further analysis and visualization.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Depends: R (>= 2.10)
VignetteBuilder:
  knitr,
  rmarkdown
Imports:
  doParallel,
  dplyr,
  foreach,
  ggplot2,
  ggforce,
  patchwork,
  reshape2,
  utils,
  XML,
  zoo
Suggests:
  knitr,
  rmarkdown
URL: https://quantixed.github.io/TrackMateR/
