Skip to content

Commit 4535249

Browse files
authored
Merge pull request #269 from VEuPathDB/improve-integer-checks
Improve integer checks
2 parents 2b7b174 + 2136918 commit 4535249

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: plot.data
22
Title: Create `data.table`s of Ready to Plot Data
3-
Version: 5.6.8
3+
Version: 5.6.10
44
Authors@R:
55
c(person(given = "Danielle",
66
family = "Callan",
@@ -24,10 +24,10 @@ Imports:
2424
purrr,
2525
stats,
2626
stringi,
27-
veupathUtils (>= 2.12.2),
27+
veupathUtils (>= 2.12.4),
2828
zoo
2929
Remotes:
30-
VEuPathDB/veupathUtils@v2.12.2
30+
VEuPathDB/veupathUtils@v2.12.4
3131
URL: https://github.com/VEuPathDB/plot.data
3232
BugReports: https://github.com/VEuPathDB/plot.data/issues
3333
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).

0 commit comments

Comments
 (0)