Package: xgxr
Title: Exploratory Graphics for Pharmacometrics
Version: 1.1.5
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
. 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, vctrs
Suggests: caTools, gridExtra, knitr, pkgdown, rmarkdown, testthat,
tidyr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Config/pak/sysreqs: cmake make libicu-dev libpng-dev libuv1-dev
libssl-dev libx11-dev zlib1g-dev
Repository: https://novartis.r-universe.dev
Date/Publication: 2025-07-12 21:07:43 UTC
RemoteUrl: https://github.com/novartis/xgxr
RemoteRef: HEAD
RemoteSha: 2f8f6872142c159071308b60cb5794834336c406
NeedsCompilation: no
Packaged: 2026-06-07 08:40:07 UTC; root
Author: Andrew Stein [aut, cre],
Alison Margolskee [aut],
Fariba Khanshan [aut],
Konstantin Krismer [aut] (ORCID:
),
Matthew Fidler [ctb] (ORCID: ),
Novartis Pharma AG [cph, fnd]
Maintainer: Andrew Stein