Type: Package
Package: mousetRajectory
Title: Mouse Trajectory Analyses for Behavioural Scientists
Version: 0.2.1
Authors@R: c(
    person("Roland", "Pfister", , "mail@roland-pfister.net", 
           role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-4429-1052")),
    person("Solveig", "Tonn", , "tonn@uni-trier.de", 
           role = "aut",
           comment = c(ORCID = "0000-0001-5254-8391")),
    person("Moritz", "Schaaf", , "moritz.schaaf@uni-trier.de", 
           role = "aut",
           comment = c(ORCID = "0000-0002-9959-2928")),
    person("Robert", "Wirth", , "robert.wirth@uni-wuerzburg.de", 
           role = "aut",
           comment = c(ORCID = "0000-0001-8446-1880"))
  )
Description: Helping psychologists and other behavioural scientists
    to analyze mouse movement (and other 2-D trajectory) data. Bundles
    together several functions that compute spatial measures (e.g., maximum
    absolute deviation, area under the curve, sample entropy) or provide a
    shorthand for procedures that are frequently used (e.g., time 
    normalization, linear interpolation, extracting initiation and movement 
    times). For more information on these dependent measures, see Wirth et al. 
    (2020) <doi:10.3758/s13428-020-01409-0>.
License: GPL (>= 3)
URL: https://github.com/mc-schaaf/mousetRajectory,
        https://mc-schaaf.github.io/mousetRajectory/
BugReports: https://github.com/mc-schaaf/mousetRajectory/issues
Depends: R (>= 3.5.0)
Imports: lifecycle, methods, signal (>= 0.7), utils
Suggests: dplyr, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0), V8
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-09-07 17:36:17 UTC; Kiste123
Author: Roland Pfister [aut, cre, cph]
    (<https://orcid.org/0000-0002-4429-1052>),
  Solveig Tonn [aut] (<https://orcid.org/0000-0001-5254-8391>),
  Moritz Schaaf [aut] (<https://orcid.org/0000-0002-9959-2928>),
  Robert Wirth [aut] (<https://orcid.org/0000-0001-8446-1880>)
Maintainer: Roland Pfister <mail@roland-pfister.net>
Repository: CRAN
Date/Publication: 2023-09-08 06:50:02 UTC
Built: R 4.2.0; ; 2023-09-09 11:10:20 UTC; unix
