-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 810 Bytes
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: scoreSEND
Title: SEND repeat-dose toxicity scoring
Version: 0.0.0.9000
Authors@R:
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Scoring and data-access functions for SEND repeat-dose toxicological studies. Supports SQLite and raw XPT (nested directory layout). Includes visualization helpers and data-loading utilities.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cowplot,
dplyr,
fs,
haven,
fmsb,
ggplot2,
gridExtra,
Hmisc,
httr,
magrittr,
reshape2,
stringr,
tidyr,
tools
Depends:
R (>= 3.5)
Suggests:
testthat (>= 3.0.0)