Package: tidyvpc Type: Package Title: VPC Percentiles and Prediction Intervals Version: 1.6.0 Authors@R: c( person("Olivier", "Barriere", email = "olivier.barriere@gmail.com", role = c("aut")), person("Benjamin", "Rich", email = "mail@benjaminrich.net", role = c("aut")), person("James", "Craig", email = "james.craig@certara.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1757-9234")), person("Samer", "Mouksassi", email = "samermouksassi@gmail.com", role = c("aut")), person("Bill", "Denney", email="wdenney@humanpredictions.com", role="ctb", comment=c(ORCID="0000-0002-5759-428X")), person("Michael", "Tomashevskiy", email = "michael.tomashevskiy@certara.com", role = c("ctb")), person("Kris", "Jamsen", role = c("ctb")), person("Certara USA, Inc.", role = c("cph","fnd")) ) Description: Perform a Visual Predictive Check (VPC), while accounting for stratification, censoring, and prediction correction. Using piping from 'magrittr', the intuitive syntax gives users a flexible and powerful method to generate VPCs using both traditional binning and a new binless approach Jamsen et al. (2018) with Additive Quantile Regression (AQR) and Locally Estimated Scatterplot Smoothing (LOESS) prediction correction. URL: https://github.com/certara/tidyvpc BugReports: https://github.com/certara/tidyvpc/issues Depends: R (>= 3.5.0), Imports: data.table (>= 1.9.8), magrittr, quantreg (>= 5.51), rlang (>= 0.3.0), methods, mgcv, classInt, cluster, ggplot2, stats, fastDummies, utils, egg Suggests: Certara.RsNLME, ellmer, dplyr, jsonlite, KernSmooth, knitr, R.rsp, nlmixr2, shiny, remotes, vpc, rmarkdown, testthat (>= 2.1.0), vdiffr (>= 1.0.0) License: MIT + file LICENSE LazyData: true Encoding: UTF-8 VignetteBuilder: R.rsp Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://certara.r-universe.dev Date/Publication: 2026-07-02 12:35:13 UTC RemoteUrl: https://github.com/certara/tidyvpc RemoteRef: HEAD RemoteSha: 9eddeb23ce43d9419334f99d0902f0be055b60bb NeedsCompilation: no Packaged: 2026-07-02 15:17:05 UTC; root Author: Olivier Barriere [aut], Benjamin Rich [aut], James Craig [aut, cre] (ORCID: ), Samer Mouksassi [aut], Bill Denney [ctb] (ORCID: ), Michael Tomashevskiy [ctb], Kris Jamsen [ctb], Certara USA, Inc. [cph, fnd] Maintainer: James Craig