v1.5.2
gsm.kri v1.5.2
This patch release fixes report display issues on the pkgdown site and renders missing examples.
Bug Fixes:
- Fix overlapping summary table and text in Site/Country Report examples on the pkgdown site (#240)
- Render missing pkgdown examples (#228)
What's Changed
- Gsm.kri v1.5.2 rc by Laura Maxwell (@lauramaxwell) in #242
Full Changelog: v1.5.1...v1.5.2
{qcthat} Reports
Milestone
█ A qcthat issue test matrix with 0 milestones, 0 issues, and 0 tests
# Issue state: 📥 = open, ☑️ = closed (completed), ⛔ = closed (won't fix)
# Test disposition: ✅ = passed, ❌ = failed, 🚫 = skipped
Completed Issues
⚠️ A qcthat issue test matrix with 13 milestones, 55 issues, and 101 tests
├─█─Milestone: v1.0.0 (4 issues, 0 tests)
│ ├─☑️─Issue 37: Path to Report_KRI template
│ │ └─(no tests)
│ ├─☑️─Issue 35: Feature: Update gsm.viz js index
│ │ └─(no tests)
│ ├─☑️─Issue 30: Namespace all functions called in yaml workflows
│ │ └─(no tests)
│ └─☑️─Issue 1: Move Analyze, Transform, Flag, Summarize functions to gsm.kri
│ └─(no tests)
├─█─Milestone: v1.4.1 (3 issues, 1 test)
│ ├─☑️─Feature 184: Update example eligibility report.
│ │ └─(no tests)
│ ├─☑️─Bug 183: Align `cou0014` with `kri0014`.
│ │ └─✅─Qual: Given appropriate raw participant-level data, an Ineligibility Assessment can be done using the Identity method (#183)
│ └─☑️─Technical Task 161: Add qualification test for new ineligibility kri
│ └─(no tests)
├─█─Milestone: v1.5.0 (3 issues, 6 tests)
│ ├─☑️─Feature 193: Premature Deaths KRIs
│ │ └─✅─Qual: Given appropriate raw participant-level data, Deaths in First 90 Days assessment can be done using the Identity method (#193)
│ ├─☑️─Technical Task 182: Cache test data
│ │ ├─✅─caching functions work correctly (#182)
│ │ ├─⚠️─cached mapped data is generated correctly (#182)
│ │ ├─✅─mapping output caching works (#182)
│ │ └─✅─cache clearing works (#182)
│ └─☑️─Feature 171: Filter on Multiple studies in Cross-study Site Risk Score Report
│ └─✅─Cross-study SRS report widget allows filtering on multiple studies (#171)
├─█─Milestone: v1.5.2 (1 issue, 2 tests)
│ └─☑️─Bug 240: Site report example displayed incorrectly
│ ├─✅─pkgdown/extra.css exists (#240)
│ └─✅─pkgdown/extra.css contains critical selectors (#240)
├─█─Milestone: v1.6.0 (1 issue, 0 tests)
│ └─☑️─Technical Task 226: Add Active to metric YAMLs + fix Risk Score denominator
│ └─(no tests)
├─█─Milestone: <none> (5 issues, 0 tests)
│ ├─☑️─Issue 248: Premature Death report: 'Treatment Related' = AE death class + aerel
│ │ └─(no tests)
│ ├─☑️─Issue 247: Premature Death report: rand→event scatter (all categories, numeric-y, shared fixed axis)
│ │ └─(no tests)
│ ├─☑️─Issue 246: Premature Death report: five-category model + bucket-bar cosmetics
│ │ └─(no tests)
│ ├─☑️─Technical Task 220: [TEST] Verify gh api issue creation with type — safe to close
│ │ └─(no tests)
│ └─☑️─Requirement 168: Ineligibility accrual method should be `Numerator`.
│ └─(no tests)
├─█─Milestone: v1.1.0 (6 issues, 0 tests)
│ ├─☑️─Issue 45: Bugfix: Report pipeline failing to pick up functions
│ │ └─(no tests)
│ ├─☑️─Issue 32: Feature: Disable `MathJax` in KRI report.
│ │ └─(no tests)
│ ├─☑️─Issue 26: Feature: Add `nMinNumerator` to PK KRI.
│ │ └─(no tests)
│ ├─☑️─Issue 23: Feature: Update KRI descriptions
│ │ └─(no tests)
│ ├─☑️─Issue 11: Remove lower thresholds for Data Quality metrics
│ │ └─(no tests)
│ └─☑️─Issue 7: Feature: PK Compliance KRI
│ └─(no tests)
├─█─Milestone: v1.1.2 (2 issues, 0 tests)
│ ├─☑️─Requirement 74: Business Requirement: Update Accrual Thresholds for existing KRIs
│ │ └─(no tests)
│ └─☑️─Issue 68: Feature: Update lab and discontinuation KRI flag thresholds to only be positive z-scores
│ └─(no tests)
├─█─Milestone: v1.2.0 (8 issues, 9 tests)
│ ├─☑️─Issue 86: Bugfix: `GroupLabelKey` not found in new Flags Changed section of gsm.kri report
│ │ └─(no tests)
│ ├─☑️─Issue 80: Bugfix: `Report_KRI()` which renders `Report_KRI.Rmd` uses `add_Groups_metadata()` which isn't exported
│ │ └─(no tests)
│ ├─☑️─Issue 75: Feature: Add a list of flag changes from previous snapshot to report
│ │ ├─✅─returns NULL if required columns are missing (#75)
│ │ ├─✅─GroupLabel and MetricLabel default to IDs when missing (#75)
│ │ ├─✅─No output if only change is NA -> 0 (green) (#75)
│ │ └─✅─HTML output is generated for valid changed flags (#75)
│ ├─☑️─Issue 59: Feature: Align order of reporting data layer parameters across functions.
│ │ └─(no tests)
│ ├─☑️─Issue 57: Feature: Pass additional chart configuration via `...`.
│ │ └─(no tests)
│ ├─☑️─Issue 54: Feature: Add `chart_name` attribute in `Widget_*` functions.
│ │ └─(no tests)
│ ├─☑️─Issue 53: Feature: Generalize `Report_MetricCharts` to render any set of charts.
│ │ ├─✅─Handles all supported chart types (#53)
│ │ ├─✅─Handles some missing chart types (#53)
│ │ ├─✅─Handles empty input (#53)
│ │ ├─✅─Output formatting and no errors (#53)
│ │ └─✅─Handles missing output_label (#53)
│ └─☑️─Issue 47: Feature: Make log scale optional in scatter plot in support of PK visualization
│ └─(no tests)
├─█─Milestone: v1.2.2 (2 issues, 0 tests)
│ ├─☑️─Requirement 104: Business Requirement: Fix bugs related to pipeline and report output
│ │ └─(no tests)
│ └─☑️─Issue 103: Bugfix: LaTeX error in KRI Report
│ └─(no tests)
├─█─Milestone: v1.3.0 (8 issues, 0 tests)
│ ├─☑️─Feature 102: Incorporate site risk score into KRI report
│ │ └─(no tests)
│ ├─☑️─Technical Task 101: Create yaml for site risk score
│ │ └─(no tests)
│ ├─☑️─Requirement 98: Implement Site Risk Scores
│ │ └─(no tests)
│ ├─☑️─Feature 97: Add report component that tabulates risk signal weights.
│ │ └─(no tests)
│ ├─☑️─Technical Task 96: Add supplemental metric data domain that captures risk signal weights.
│ │ └─(no tests)
│ ├─☑️─Technical Task 70: Calculate Site Risk Score as new Metric
│ │ └─(no tests)
│ ├─☑️─Requirement 65: Basic Site Risk Score Prototype
│ │ └─(no tests)
│ └─☑️─Requirement 63: ePRO Compliance KRI - Proof of Concept
│ └─(no tests)
├─█─Milestone: v1.3.1 (1 issue, 0 tests)
│ └─☑️─Bug 118: `Widget_GroupOverview` displays mock site risk score data when site risk score is absent in data.
│ └─(no tests)
├─█─Milestone: v1.3.2 (1 issue, 2 tests)
│ └─☑️─Bug 125: Country-level report is broken.
│ ├─✅─Widget_GroupOverview returns expected data (#125)
│ └─✅─Widget_GroupOverview uses correct Group or errors out when strGroupLevel is NULL (#125)
└─█─Milestone: v1.4.0 (10 issues, 81 tests)
├─☑️─Feature 166: Parametrize options for addOutcomeSelect
│ ├─✅─Widget_BarChart creates a valid HTML widget {#166}
│ ├─✅─Widget_BarChart works with custom vOutcomeOptions {#166}
│ ├─✅─Widget_BarChart assertions work {#166}
│ ├─✅─Widget_TimeSeries creates a valid HTML widget {#166}
│ ├─✅─Widget_TimeSeries works with custom vOutcomeOptions {#166}
│ └─✅─Widget_TimeSeries assertions work {#166}
├─☑️─Feature 71: Create a cross-study KRI report
│ ├─✅─Returns correct structure with required columns (#71, #144)
│ ├─✅─Calculates metrics correctly for multiple studies (#71, #144)
│ ├─✅─Sorts by average risk score descending (#71, #144)
│ ├─✅─Works with single study per site (#71, #144)
│ ├─✅─Adds InvestigatorName when dfGroups provided (#71, #144)
│ ├─✅─Handles multiple investigator names per site (#71, #144)
│ ├─✅─Handles missing columns in dfGroups gracefully (#71, #144)
│ ├─✅─Respects strGroupLevel parameter (#71, #144)
│ ├─✅─Errors when no data for specified GroupLevel (#71, #144)
│ ├─✅─Returns empty data frame when Analysis_srs0001 not present (#71, #144)
│ ├─✅─Validates input types (#71, #144)
│ ├─✅─Works with custom strNameCol parameter (#71, #144)
│ ├─✅─Widget_CrossStudyRiskScore creates an htmlwidget (#71)
│ ├─✅─Widget_CrossStudyRiskScore errors if Analysis_srs0001 is missing (#71)
│ └─✅─Widget_CrossStudyRiskScore validates inputs (#71)
├─☑️─Technical Task 162: Implement gsm.utils v0.2.0 workflows
│ └─(no tests)
├─☑️─Technical Task 159: Add Qualification Tests for existing Functionality
│ ├─✅─Qual: Given appropriate raw participant-level data, a Data Change Rate Assessment can be done using the Normal Approximation method (#159)
│ ├─✅─Qual: Data Change Rate Assessments can be done correctly using a grouping variable, such as Site, Country, or Study, when applicable (#159)
│ ├─✅─Qual: Given appropriate raw participant-level data, a Data Entry Lag Assessment can be done using the Normal Approximation method (#159)
│ ├─✅─Qual: Data Entry Lag Assessments can be done correctly using a grouping variable, such as Site, Country, or Study, when applicable (#159)
│ ├─✅─Qual: Given appropriate raw participant-level data, a Query Age Assessment can be done using the Normal Approximation method (#159)
│ ├─✅─Qual: Query Age Assessments can be done correctly using a grouping variable, such as Site, Country, or Study, when applicable (#159)
│ ├─✅─Qual: Given appropriate raw participant-level data, a Query Rate Assessment can be done using the Normal Approximation method (#159)
│ ├─✅─Qual: Query Rate Assessments can be done correctly using a grouping variable, such as Site, Country, or Study, when applicable (#159)
│ ├─✅─Qual: Given appropriate raw participant-level data, a PK Compliance Assessment can be done using the Identity method (#159)
│ ├─✅─Qual: PK Compliance Assessments can be done correctly using a grouping variable, such as Site, Country, or Study, when applicable (#159)
│ ├─✅─Qual: Given summarized analytics data, all appropriate aspects of site risk score are available to calculate it correctly (#159)
│ ├─✅─Qual: Given appropriate raw participant-level data, an Adverse Event Assessment can be done using the Normal Approximation method (#159)
│ ├─✅─Qual: Adverse Event Assessments can be done correctly using a grouping variable, such as Site or Country for KRIs, and Study for QTLs, when applicable (#159)
│ ├─✅─Qual: Given appropriate raw participant-level data, a Protocol Deviation Assessment can be done using the Normal Approximation method (#159)
│ ├─✅─Qual: Protocol Deviation Assessments can be done correctly using a grouping variable, such as Site or Country for KRIs, and Study for QTLs, when applicable (#159)
│ ├─✅─Qual: Given appropriate raw participant-level data, a Dispositon Assessment can be done using the Normal Approximation method (#159)
│ ├─✅─Qual: Disposition Assessments can be done correctly using a grouping variable, such as Site or Country for KRIs, and Study for QTLs, when applicable (#159)
│ ├─✅─Qual: Given appropriate raw participant-level data, a Labs Assessment can be done using the Normal Approximation method (#159)
│ └─✅─Qual: Labs Assessments can be done correctly using a grouping variable, such as Site or Country for KRIs, and Study for QTLs, when applicable (#159)
├─☑️─Feature 157: Incorpoate `IE` into standard site-based KRI
│ └─✅─Ensure report renders normally {#157}
├─☑️─Technical Task 145: Remove test noise
│ └─✅─Widget_GroupOverview creates a valid HTML widget (#145)
├─☑️─Technical Task 144: Add unit tests for SummarizeCrossStudy()
│ ├─✅─Returns correct structure with required columns (#71, #144)
│ ├─✅─Calculates metrics correctly for multiple studies (#71, #144)
│ ├─✅─Sorts by average risk score descending (#71, #144)
│ ├─✅─Works with single study per site (#71, #144)
│ ├─✅─Adds InvestigatorName when dfGroups provided (#71, #144)
│ ├─✅─Handles multiple investigator names per site (#71, #144)
│ ├─✅─Handles missing columns in dfGroups gracefully (#71, #144)
│ ├─✅─Respects strGroupLevel parameter (#71, #144)
│ ├─✅─Errors when no data for specified GroupLevel (#71, #144)
│ ├─✅─Returns empty data frame when Analysis_srs0001 not present (#71, #144)
│ ├─✅─Validates input types (#71, #144)
│ └─✅─Works with custom strNameCol parameter (#71, #144)
├─☑️─Technical Task 135: Add `MakeWeights` helper function
│ ├─✅─MakeWeights returns correct structure (#135)
│ ├─✅─MakeWeights parses comma-separated values correctly (#135)
│ ├─✅─MakeWeights calculates WeightMax correctly (#135)
│ ├─✅─MakeWeights handles multiple metrics (#135)
│ ├─✅─MakeWeights validates required columns (#135)
│ ├─✅─MakeWeights filters out NA values (#135)
│ ├─✅─MakeWeights handles empty data after filtering NAs (#135)
│ ├─✅─MakeWeights handles single flag-weight pair (#135)
│ ├─✅─MakeWeights handles zero weights (#135)
│ ├─✅─MakeWeights handles negative flags (#135)
│ ├─✅─MakeWeights handles large numbers (#135)
│ ├─✅─MakeWeights handles decimal weights (#135)
│ ├─✅─MakeWeights output can be joined to results data (#135)
│ ├─✅─MakeWeights works with gsm.core::reportingMetrics (#135)
│ ├─✅─MakeWeights handles symmetric weights correctly (#135)
│ ├─✅─MakeWeights handles asymmetric weights correctly (#135)
│ ├─✅─MakeWeights detects mismatched Flag and RiskScoreWeight lengths (#135)
│ ├─✅─MakeWeights detects mismatched lengths with multiple metrics (#135)
│ ├─✅─MakeWeights detects fewer weights than flags (#135)
│ ├─✅─MakeWeights detects more weights than flags (#135)
│ └─✅─MakeWeights succeeds when all lengths match (#135)
├─☑️─Technical Task 127: Require `CalculateRiskScore` to run separately for each snapshot/study
│ ├─✅─CalculateRiskScore returns correct structure (#127)
│ ├─✅─CalculateRiskScore calculates risk scores correctly (#127)
│ ├─✅─CalculateRiskScore handles custom MetricID (#127)
│ ├─✅─CalculateRiskScore validates required columns in dfResults (#127)
│ ├─✅─CalculateRiskScore validates required columns in dfWeights (#127)
│ ├─✅─CalculateRiskScore validates MetricID uniqueness (#127)
│ ├─✅─CalculateRiskScore validates numeric Weight and WeightMax (#127)
│ ├─✅─CalculateRiskScore validates unique combinations (#127)
│ ├─✅─CalculateRiskScore validates consistent WeightMax per MetricID (#127)
│ ├─✅─CalculateRiskScore handles NA values with warning (#127)
│ ├─✅─CalculateRiskScore works with all NA weights for a group (#127)
│ ├─✅─CalculateRiskScore handles single row input (#127)
│ ├─✅─CalculateRiskScore handles zero weights (#127)
│ ├─✅─CalculateRiskScore handles large numbers (#127)
│ ├─✅─CalculateRiskScore aggregates weights correctly across metrics (#127)
│ └─✅─CalculateRiskScore handles multiple group levels (#127)
└─☑️─Bug 107: The metric table in the KRI report occasionally displays "metricTable" instead of "Metric Table".
├─✅─output_label attribute is set even with no flags (Issue #107)
└─✅─Output is expected object (#107)
# Issue state: 📥 = open, ☑️ = closed (completed), ⛔ = closed (won't fix)
# Test disposition: ✅ = passed, ❌ = failed, 🚫 = skipped
⭕ 38 issues lack tests
🙈 28 issues with label "qcthat-nocov" were ignored; 1 issue with label "qcthat-uat" was ignored
This report was generated by this GitHub Actions job.
Reports generated: 2026-06-17 14:54:09 UTC
Session Info
─ Session info ───────────────────────────────────────────────────────────────setting value
version R version 4.6.0 (2026-04-24)
os Ubuntu 24.04.4 LTS
system x86_64, linux-gnu
ui X11
language (EN)
collate C.UTF-8
ctype C.UTF-8
tz UTC
date 2026-06-17
pandoc 3.8.3 @ /opt/hostedtoolcache/pandoc/3.8.3/x64/pandoc
quarto NA
─ Packages ───────────────────────────────────────────────────────────────────
package * version date (UTC) lib source
askpass 1.2.1 2024-10-04 [1] RSPM
astgrepr 0.1.1 2025-06-07 [1] RSPM
backports 1.5.1 2026-04-03 [1] RSPM
base * 4.6.0 2026-04-24 [3] local
base64enc 0.1-6 2026-02-02 [1] RSPM
bigD 0.3.1 2025-04-03 [1] RSPM
bitops 1.0-9 2024-10-03 [1] RSPM
blob 1.3.0 2026-01-14 [1] RSPM
boot 1.3-32 2025-08-29 [3] CRAN (R 4.6.0)
brio 1.1.5 2024-04-24 [1] RSPM
bslib 0.11.0 2026-05-16 [1] RSPM
cachem 1.1.0 2024-05-16 [1] RSPM
callr 3.8.0 2026-06-05 [1] RSPM
checkmate 2.3.4 2026-02-03 [1] RSPM
class 7.3-23 2025-01-01 [3] CRAN (R 4.6.0)
cli 3.6.6 2026-04-09 [1] RSPM
clipr 0.8.1 2026-05-25 [1] RSPM
cluster 2.1.8.2 2026-02-05 [3] CRAN (R 4.6.0)
codetools 0.2-20 2024-03-31 [3] CRAN (R 4.6.0)
commonmark 2.0.0 2025-07-07 [1] RSPM
compiler 4.6.0 2026-04-24 [3] local
covr 3.6.5 2025-11-09 [1] RSPM
cpp11 0.5.5 2026-05-06 [1] CRAN (R 4.6.0)
crayon 1.5.3 2024-06-20 [1] RSPM
credentials 2.0.3 2025-09-12 [1] RSPM
crosstalk 1.2.2 2025-08-26 [1] RSPM
curl 7.1.0 2026-04-22 [1] RSPM
data.table 1.18.4 2026-05-06 [1] RSPM
datasets * 4.6.0 2026-04-24 [3] local
DBI 1.3.0 2026-02-25 [1] RSPM
dbplyr 2.5.2 2026-02-13 [1] RSPM
desc 1.4.3 2023-12-10 [1] RSPM
diffobj 0.3.6 2025-04-21 [1] RSPM
digest 0.6.39 2025-11-19 [1] RSPM
downlit 0.4.5 2025-11-14 [1] CRAN (R 4.6.0)
dplyr 1.2.1 2026-04-03 [1] RSPM
DT 0.34.0 2025-09-02 [1] RSPM
duckdb 1.5.2 2026-04-13 [1] RSPM
emoji 16.0.0 2024-10-28 [1] RSPM
evaluate 1.0.5 2025-08-27 [1] RSPM
fansi 1.0.7 2025-11-19 [1] CRAN (R 4.6.0)
farver 2.1.2 2024-05-13 [1] RSPM
fastmap 1.2.0 2024-05-15 [1] RSPM
fontawesome 0.5.3 2024-11-16 [1] RSPM
forcats 1.0.1 2025-09-25 [1] RSPM
foreign 0.8-91 2026-01-29 [3] CRAN (R 4.6.0)
fs 2.1.0 2026-04-18 [1] RSPM
generics 0.1.4 2025-05-09 [1] RSPM
gert 2.3.1 2026-01-11 [1] RSPM
ggplot2 4.0.3 2026-04-22 [1] RSPM
gh 1.6.0.9000 2026-06-17 [1] Github (r-lib/gh@ac11f5f)
git2r 0.36.2 2025-03-29 [1] RSPM
gitcreds 0.1.2 2022-09-08 [1] RSPM
glue 1.8.1 2026-04-17 [1] RSPM
graphics * 4.6.0 2026-04-24 [3] local
grDevices * 4.6.0 2026-04-24 [3] local
grid 4.6.0 2026-04-24 [3] local
gsm.core 1.2.1 2026-05-18 [1] Github (Gilead-BioStats/gsm.core@81ef8d2)
gsm.kri 1.5.2 2026-06-17 [1] local
gsm.mapping 1.1.4 2026-05-18 [1] Github (Gilead-BioStats/gsm.mapping@060720e)
gsm.qtl 1.2.2 2026-05-18 [1] Github (Gilead-BioStats/gsm.qtl@289ae34)
gsm.reporting 1.1.5 2026-05-18 [1] Github (Gilead-BioStats/gsm.reporting@52e78bd)
gsm.utils 0.4.0 2026-06-10 [1] Github (Gilead-Public/gsm.utils@b020480)
gt 1.3.0 2026-01-22 [1] RSPM
gtable 0.3.6 2024-10-25 [1] RSPM
here 1.0.2 2025-09-15 [1] RSPM
highr 0.12 2026-03-06 [1] RSPM
htmltools 0.5.9 2025-12-04 [1] RSPM
htmlwidgets 1.6.4 2023-12-06 [1] RSPM
httr 1.4.8 2026-02-13 [1] RSPM
httr2 1.2.2 2025-12-08 [1] RSPM
ini 0.3.1 2018-05-20 [1] RSPM
isoband 0.3.0 2025-12-07 [1] RSPM
jquerylib 0.1.4 2021-04-26 [1] RSPM
jsonlite 2.0.0 2025-03-27 [1] RSPM
juicyjuice 0.1.0 2022-11-10 [1] RSPM
KernSmooth 2.23-26 2025-01-01 [3] CRAN (R 4.6.0)
knitr 1.51 2025-12-20 [1] RSPM
labeling 0.4.3 2023-08-29 [1] RSPM
later 1.4.8 2026-03-05 [1] RSPM
lattice 0.22-9 2026-02-09 [3] CRAN (R 4.6.0)
lazyeval 0.2.3 2026-04-04 [1] RSPM
lifecycle 1.0.5 2026-01-08 [1] RSPM
litedown 0.9 2025-12-18 [1] RSPM
log4r 0.4.4 2024-10-12 [1] RSPM
lubridate 1.9.5 2026-02-04 [1] RSPM
magrittr 2.0.5 2026-04-04 [1] RSPM
markdown 2.0 2025-03-23 [1] RSPM
MASS 7.3-65 2025-02-28 [3] CRAN (R 4.6.0)
Matrix 1.7-5 2026-03-21 [3] CRAN (R 4.6.0)
memoise 2.0.1 2021-11-26 [1] RSPM
methods * 4.6.0 2026-04-24 [3] local
mgcv 1.9-4 2025-11-07 [3] CRAN (R 4.6.0)
mime 0.13 2025-03-17 [1] RSPM
nlme 3.1-169 2026-03-27 [3] CRAN (R 4.6.0)
nnet 7.3-20 2025-01-01 [3] CRAN (R 4.6.0)
openssl 2.4.2 2026-06-09 [1] RSPM
otel 0.2.0 2025-08-29 [1] RSPM
pak 0.10.0 2026-06-07 [2] local
parallel 4.6.0 2026-04-24 [3] local
pillar 1.11.1 2025-09-17 [1] RSPM
pkgbuild 1.4.8 2025-05-26 [1] RSPM
pkgconfig 2.0.3 2019-09-22 [1] RSPM
pkgdown 2.2.0 2025-11-06 [1] CRAN (R 4.6.0)
pkgload 1.5.3 2026-06-15 [1] RSPM
plotly 4.12.0 2026-01-24 [1] RSPM
praise 1.0.0 2015-08-11 [1] RSPM
prettyunits 1.2.0 2023-09-24 [1] RSPM
processx 3.9.0 2026-04-22 [1] RSPM
promises 1.5.0 2025-11-01 [1] RSPM
ps 1.9.3 2026-04-20 [1] RSPM
purrr 1.2.2 2026-04-10 [1] RSPM
qcthat 1.1.3 2026-06-17 [1] Github (Gilead-Public/qcthat@e627805)
quarto 1.5.1 2025-09-04 [1] CRAN (R 4.6.0)
R6 2.6.1 2025-02-15 [1] RSPM
ragg 1.5.2 2026-03-23 [1] CRAN (R 4.6.0)
rappdirs 0.3.4 2026-01-17 [1] RSPM
rcmdcheck 1.4.0 2021-09-27 [1] any (@1.4.0)
RColorBrewer 1.1-3 2022-04-03 [1] RSPM
Rcpp 1.1.1-1.1 2026-04-24 [1] RSPM
reactable 0.4.5 2025-12-01 [1] RSPM
reactR 0.6.1 2024-09-14 [1] RSPM
rex 1.2.2 2026-03-28 [1] RSPM
rlang 1.2.0 2026-04-06 [1] RSPM
rmarkdown 2.31 2026-03-26 [1] RSPM
rpart 4.1.27 2026-03-27 [3] CRAN (R 4.6.0)
rprojroot 2.1.1 2025-08-26 [1] RSPM
rrapply 1.2.8 2025-11-25 [1] RSPM
rstudioapi 0.19.0 2026-06-11 [1] RSPM
rvest 1.0.5 2025-08-29 [1] CRAN (R 4.6.0)
S7 0.2.2 2026-04-22 [1] RSPM
sass 0.4.10 2025-04-11 [1] RSPM
scales 1.4.0 2025-04-24 [1] RSPM
selectr 0.5-1 2025-12-17 [1] CRAN (R 4.6.0)
sessioninfo 1.2.4 2026-06-04 [1] RSPM
spatial 7.3-18 2025-01-01 [3] CRAN (R 4.6.0)
splines 4.6.0 2026-04-24 [3] local
stats * 4.6.0 2026-04-24 [3] local
stats4 4.6.0 2026-04-24 [3] local
stringi 1.8.7 2025-03-27 [1] RSPM
stringr 1.6.0 2025-11-04 [1] RSPM
survival 3.8-6 2026-01-16 [3] CRAN (R 4.6.0)
sys 3.4.3 2024-10-04 [1] RSPM
systemfonts 1.3.2 2026-03-05 [1] CRAN (R 4.6.0)
tcltk 4.6.0 2026-04-24 [3] local
testthat 3.3.2 2026-01-11 [1] RSPM
textshaping 1.0.5 2026-03-06 [1] CRAN (R 4.6.0)
tibble 3.3.1 2026-01-11 [1] RSPM
tidyr 1.3.2 2025-12-19 [1] RSPM
tidyselect 1.2.1 2024-03-11 [1] RSPM
timechange 0.4.0 2026-01-29 [1] RSPM
tinytex 0.60 2026-06-16 [1] RSPM
tools 4.6.0 2026-04-24 [3] local
usethis 3.2.1 2025-09-06 [1] RSPM
utf8 1.2.6 2025-06-08 [1] RSPM
utils * 4.6.0 2026-04-24 [3] local
V8 8.2.0 2026-04-21 [1] RSPM
vctrs 0.7.3 2026-04-11 [1] RSPM
viridisLite 0.4.3 2026-02-04 [1] RSPM
waldo 0.6.2 2025-07-11 [1] RSPM
whisker 0.4.1 2022-12-05 [1] RSPM
withr 3.0.2 2024-10-28 [1] RSPM
xfun 0.58 2026-06-01 [1] RSPM
xml2 1.5.2 2026-01-17 [1] RSPM
xopen 1.0.1 2024-04-25 [1] RSPM
yaml 2.3.12 2025-12-10 [1] RSPM
zip 3.0.0 2026-06-10 [1] RSPM
[1] /home/runner/work/_temp/Library
[2] /opt/R/4.6.0/lib/R/site-library
[3] /opt/R/4.6.0/lib/R/library
- ── Packages attached to the search path.
──────────────────────────────────────────────────────────────────────────────