From eaa53a36c283408739f63c353dd6068a597db127 Mon Sep 17 00:00:00 2001 From: Bob MacCallum Date: Mon, 9 Feb 2026 17:13:59 +0000 Subject: [PATCH 1/2] upgrade plot.data to fix veupathUtils diff expr integer checks --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b77e967..fcc2811 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: plot.data Title: Create `data.table`s of Ready to Plot Data -Version: 5.6.8 +Version: 5.6.9 Authors@R: c(person(given = "Danielle", family = "Callan", @@ -27,7 +27,7 @@ Imports: veupathUtils (>= 2.12.2), zoo Remotes: - VEuPathDB/veupathUtils@v2.12.2 + VEuPathDB/veupathUtils@v2.12.3 URL: https://github.com/VEuPathDB/plot.data BugReports: https://github.com/VEuPathDB/plot.data/issues Description: plot.data is an R package for creating client-ready data for various plots and visualizations. Data can be returned as either a data.table or a json file. The json file also includes some additional information helpful for rendering various plot widgets (ex: recommended range and step for a bin width slider to accompany a histogram). The `data.table`s are organized so that each row represents data for one group per panel. Optionally compute various statistics (ex: smoothed conditional mean, kernel density estimates, odds ratio, relative risk, etc). From 21369189598d2fdc78573ce3656fd05c77560c7d Mon Sep 17 00:00:00 2001 From: Bob MacCallum Date: Mon, 16 Feb 2026 20:40:29 +0000 Subject: [PATCH 2/2] v5.6.10 --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fcc2811..5494440 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: plot.data Title: Create `data.table`s of Ready to Plot Data -Version: 5.6.9 +Version: 5.6.10 Authors@R: c(person(given = "Danielle", family = "Callan", @@ -24,10 +24,10 @@ Imports: purrr, stats, stringi, - veupathUtils (>= 2.12.2), + veupathUtils (>= 2.12.4), zoo Remotes: - VEuPathDB/veupathUtils@v2.12.3 + VEuPathDB/veupathUtils@v2.12.4 URL: https://github.com/VEuPathDB/plot.data BugReports: https://github.com/VEuPathDB/plot.data/issues Description: plot.data is an R package for creating client-ready data for various plots and visualizations. Data can be returned as either a data.table or a json file. The json file also includes some additional information helpful for rendering various plot widgets (ex: recommended range and step for a bin width slider to accompany a histogram). The `data.table`s are organized so that each row represents data for one group per panel. Optionally compute various statistics (ex: smoothed conditional mean, kernel density estimates, odds ratio, relative risk, etc).