Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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).
Expand Down
Loading