Package: AdhereR Type: Package Title: Adherence to Medications Version: 0.8.3 Authors@R: c(person(given="Dan" ,family="Dediu", role = c("aut", "cre"), email = "ddediu@gmail.com"), person(given="Alexandra L." , family="Dima", role = "aut", email = "alexadima@gmail.com"), person(given="Samuel", family="Allemann", role = "aut", email = "samuel.allemann@gmx.ch")) Author: Dan Dediu [aut, cre], Alexandra L. Dima [aut], Samuel Allemann [aut] Maintainer: Dan Dediu Description: Computation of adherence to medications from Electronic Health care Data and visualization of individual medication histories and adherence patterns. The package implements a set of S3 classes and functions consistent with current adherence guidelines and definitions. It allows the computation of different measures of adherence (as defined in the literature, but also several original ones), their publication-quality plotting, the estimation of event duration and time to initiation, the interactive exploration of patient medication history and the real-time estimation of adherence given various parameter settings. It scales from very small datasets stored in flat CSV files to very large databases and from single-thread processing on mid-range consumer laptops to parallel processing on large heterogeneous computing clusters. It exposes a standardized interface allowing it to be used from other programming languages and platforms, such as Python. URL: https://github.com/ddediu/AdhereR License: GPL (>= 2) LazyData: TRUE Imports: lubridate (>= 1.5), parallel (>= 3.0), data.table (>= 1.9), rsvg (>= 1.3), jpeg (>= 0.1), png (>= 0.1), webp (>= 1.0), methods Depends: R (>= 3.0) Suggests: rmarkdown (>= 1.1), knitr (>= 1.20), R.rsp (>= 0.40), base64 (>= 2.0), viridisLite (>= 0.4), AdhereRViz (>= 0.2) VignetteBuilder: knitr, R.rsp Encoding: UTF-8 RoxygenNote: 7.3.3 Config/pak/sysreqs: libjpeg-dev libpng-dev librsvg2-dev libwebp-dev Repository: https://ddediu.r-universe.dev Date/Publication: 2026-06-22 17:08:06 UTC RemoteUrl: https://github.com/ddediu/adherer RemoteRef: HEAD RemoteSha: bf26c687aa7da5eb0ce24a7f126026cd141292e1 RemoteSubdir: AdhereR NeedsCompilation: no Packaged: 2026-06-22 19:28:35 UTC; root