Package: toxpiR
Type: Package
Title: Create ToxPi Prioritization Models
Version: 1.0.3
Authors@R: 
    c(person("Dayne L", "Filer", 
             role = c("aut", "cre", "fnd"), 
             email = "dayne.filer@gmail.com",
             comment = c(ORCID = "0000-0002-3443-5315")),
      person("Dillon T", "Lloyd",
             role = "aut"),
      person("Preethi", "Thunga",
             role = "aut",
             comment = c(ORCID = "0000-0001-5447-0129")),
      person("Skylar W", "Marvel",
             role = "aut"),
      person("Alison A", "Motsinger-Reif",
             role = c("fnd"),
             comment = c(ORCID = "0000-0003-1346-2493")),
      person("David M", "Reif",
             role = c("aut", "fnd"),
             email = "reif.david@gmail.com",
             comment = c(ORCID = "0000-0001-7815-6767")))
Description: 
  Enables users to build 'ToxPi' prioritization models and provides 
  functionality within the grid framework for plotting ToxPi graphs.
  'toxpiR' allows for more customization than the 'ToxPi GUI' 
  (<https://toxpi.org>) and integration into existing workflows for greater 
  ease-of-use, reproducibility, and transparency.
  toxpiR package behaves nearly identically to the GUI; the package 
  documentation includes notes about all differences.
  The vignettes download example files from 
  <https://github.com/ToxPi/ToxPi-example-files>.
Imports: grDevices, methods, S4Vectors, grid, rlang, stats,
        BiocGenerics, pryr, tidyr, utils
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Depends: R (>= 3.5.0)
Suggests: rmarkdown, knitr, testthat (>= 3.0.0), covr, DBI
Config/testthat/edition: 3
Config/testthat/parallel: true
VignetteBuilder: knitr
License: GPL (>= 3)
URL: https://github.com/ToxPi/toxpiR, https://toxpi.github.io/toxpiR/
BugReports: https://github.com/ToxPi/toxpiR/issues
NeedsCompilation: no
Packaged: 2022-02-18 21:26:11 UTC; dayne
Author: Dayne L Filer [aut, cre, fnd] (<https://orcid.org/0000-0002-3443-5315>),
  Dillon T Lloyd [aut],
  Preethi Thunga [aut] (<https://orcid.org/0000-0001-5447-0129>),
  Skylar W Marvel [aut],
  Alison A Motsinger-Reif [fnd] (<https://orcid.org/0000-0003-1346-2493>),
  David M Reif [aut, fnd] (<https://orcid.org/0000-0001-7815-6767>)
Maintainer: Dayne L Filer <dayne.filer@gmail.com>
Repository: CRAN
Date/Publication: 2022-02-18 22:40:02 UTC
