diff --git a/DESCRIPTION b/DESCRIPTION index b77e967..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.8 +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.2 + 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).