-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
59 lines (59 loc) · 1.92 KB
/
DESCRIPTION
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: sendigR
Title: Enable Cross-Study Analysis of 'CDISC' 'SEND' Datasets
Version: 1.0.1
Authors@R:
c(
person("Bo", "Larsen", email = "bolr@novonordisk.com", role = "aut"),
person("Yousuf", "Ali", email = "md.ali@fda.hhs.gov", role = "aut"),
person("Kevin", "Snyder", email = "kevin.snyder@fda.hhs.gov", role = "aut"),
person("William", "Houser", email = "william.houser@bms.com", role = "aut"),
person("Brianna", "Paisley", email = "paisley_brianna_meadow@lilly.com", role = "aut"),
person("Cmsabbir", "Ahmed", email = "cmsabbir.ahmed@fda.hhs.gov", role = "aut"),
person("Susan", "Butler", email = "susan.butler@fda.hhs.gov", role = "aut"),
person("Michael", "Rosentreter", email = "michael.rosentreter@bayer.com", role = "aut"),
person("Michael", "Denieu", email = "michael.denieu@labcorp.com", role = "aut"),
person("Wenxian", "Wang", email = "wenxian.wang@bms.com", role = c("cre", "aut")),
person(given = "BioCelerate", role = "cph"))
Description: A system enables cross study Analysis by extracting and filtering study data for
control animals from 'CDISC' 'SEND' Study Repository.
These data types are supported: Body Weights, Laboratory test results and Microscopic findings.
These database types are supported: 'SQLite' and 'Oracle'.
License: MIT + file LICENSE
URL: https://github.com/phuse-org/sendigR
BugReports: https://github.com/phuse-org/sendigR/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
RSQLite,
data.table,
readxl,
magrittr,
xfun,
stringr,
DescTools,
parsedate,
shiny,
shinydashboard,
htmltools,
DT,
dplyr,
ggplot2,
Hmisc,
haven,
plotly,
cicerone,
reticulate,
sjlabelled
Suggests:
knitr,
rmarkdown,
logr,
shinycssloaders,
testthat
VignetteBuilder: knitr
Config/testthat/edition: 3
Depends:
R (>= 4.1.0)
SystemRequirements:
Python(>=3.9.6)