Package: xgxr
Title: Exploratory Graphics for Pharmacometrics
Version: 1.1.2
Authors@R: 
    c(person(given = "Andrew",
             family = "Stein",
             role = c("aut", "cre"),
             email = "andy.stein@gmail.com"),
      person(given = "Alison",
             family = "Margolskee",
             role = "aut",
             email = "alison.margolskee@gmail.com"),
      person(given = "Fariba",
             family = "Khanshan",
             role = "aut",
             email = "faribashan@gmail.com"),
      person(given = "Konstantin",
             family = "Krismer",
             role = "aut",
             email = "krismer@mit.edu",
             comment = c(ORCID = "0000-0001-8994-3416")),
      person(given = "Matthew",
             family = "Fidler",
             role = "ctb",
             email = "matthew.fidler@gmail.com",
             comment = c(ORCID = "0000-0001-8538-6691")),
       person("Novartis Pharma AG", role = c("cph","fnd")))
Description: Supports a structured approach
    for exploring PKPD data <https://opensource.nibr.com/xgx/>. It also
    contains helper functions for enabling the modeler to follow best R
    practices (by appending the program name, figure name location, and
    draft status to each plot). In addition, it enables the modeler to
    follow best graphical practices (by providing a theme that
    reduces chart ink, and by providing time-scale, log-scale, and
    reverse-log-transform-scale functions for more readable axes).
    Finally, it provides some data checking and summarizing functions for
    rapidly exploring pharmacokinetics and pharmacodynamics (PKPD) datasets.
License: MIT + file LICENSE
URL: https://opensource.nibr.com/xgx/
BugReports: https://github.com/Novartis/xgxr/issues
Depends: R (>= 3.5.0)
Imports: assertthat, binom, Deriv, DescTools, dplyr, ggplot2, glue,
        graphics, grDevices, gtable, Hmisc, labeling, magrittr,
        minpack.lm, pander, png, RCurl, readr, scales, stats, stringr,
        tibble, utils
Suggests: caTools, gridExtra, knitr, pkgdown, rmarkdown, testthat,
        tidyr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2023-03-22 12:37:10 UTC; steinanf
Author: Andrew Stein [aut, cre],
  Alison Margolskee [aut],
  Fariba Khanshan [aut],
  Konstantin Krismer [aut] (<https://orcid.org/0000-0001-8994-3416>),
  Matthew Fidler [ctb] (<https://orcid.org/0000-0001-8538-6691>),
  Novartis Pharma AG [cph, fnd]
Maintainer: Andrew Stein <andy.stein@gmail.com>
Repository: CRAN
Date/Publication: 2023-03-22 14:20:02 UTC
Built: R 4.6.0; ; 2025-08-20 06:01:49 UTC; unix
