Package: tacmagic
Type: Package
Title: Positron Emission Tomography Time-Activity Curve Analysis
Version: 0.3.1
Authors@R: c(person("Eric", "Brown", 
                    role = c("aut", "cre"),
                    email = "eb@ericebrown.com",
                    comment = c(ORCID = "0000-0002-1575-2606")),
             person("Ariel", "Graff-Guerrero",
                    role = "dgs"),
             person("Jon", "Clayden",
                    role = c("rev"),
                    comment = c(ORCID = "0000-0002-6608-0619", 
                    "Jon Clayden reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/280>")),
             person("Brandon", "Hurr",
                    role = c("rev"),
                    comment = c(ORCID = "0000-0003-2576-4544", 
                    "Brandon Hurr reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/280>")))
Description: To facilitate the analysis of positron emission tomography (PET) 
    time activity curve (TAC) data, and to encourage open science and 
    replicability, this package supports data loading and analysis of multiple 
    TAC file formats. Functions are available to analyze loaded TAC data for 
    individual participants or in batches. Major functionality includes weighted
    TAC merging by region of interest (ROI), calculating models including 
    standardized uptake value ratio (SUVR) and distribution volume ratio (DVR, 
    Logan et al. 1996 <doi:10.1097/00004647-199609000-00008>), basic plotting 
    functions and calculation of cut-off values (Aizenstein et al. 2008
    <doi:10.1001/archneur.65.11.1509>). Please see the walkthrough vignette for
    a detailed overview of 'tacmagic' functions.
Depends: R (>= 3.4)
License: GPL-3
URL: https://github.com/ropensci/tacmagic
BugReports: https://github.com/ropensci/tacmagic
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Imports: graphics, grDevices, pracma, utils, R.matlab
Suggests: testthat, knitr, rmarkdown, covr, vdiffr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-12-09 02:49:29 UTC; ericbrown
Author: Eric Brown [aut, cre] (<https://orcid.org/0000-0002-1575-2606>),
  Ariel Graff-Guerrero [dgs],
  Jon Clayden [rev] (<https://orcid.org/0000-0002-6608-0619>, Jon Clayden
    reviewed the package for ropensci, see
    <https://github.com/ropensci/software-review/issues/280>),
  Brandon Hurr [rev] (<https://orcid.org/0000-0003-2576-4544>, Brandon
    Hurr reviewed the package for ropensci, see
    <https://github.com/ropensci/software-review/issues/280>)
Maintainer: Eric Brown <eb@ericebrown.com>
Repository: CRAN
Date/Publication: 2020-12-09 10:20:02 UTC
Built: R 4.5.2; ; 2025-11-08 02:30:35 UTC; windows
