-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.67 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
Package: kidsides
Title: Download, Cache, and Connect to 'KidSIDES'
Version: 0.5.0
Authors@R: c(
person("Nicholas", "Giangreco",
email = "nick.giangreco@gmail.com",
role = c("aut","cph","cre"),
comment = c(ORCID = "0000-0001-8138-4947"))
)
Maintainer: Nicholas Giangreco <nick.giangreco@gmail.com>
Description: Caches and then connects to a 'sqlite' database containing half a million pediatric drug safety signals.
The database is part of a family of resources catalogued at <https://nsides.io>. The database
contains 17 tables where the description table provides a map between the fields the field's details.
The database was created by Nicholas Giangreco during his PhD thesis which you can read in Giangreco (2022) <doi:10.7916/d8-5d9b-6738>.
The observations are from the Food and Drug Administration's Adverse Event Reporting System. Generalized additive models estimated
drug effects across child development stages for the occurrence of an adverse event when exposed to a drug compared to other drugs.
Read more at the methods detailed in Giangreco (2022) <doi:10.1016/j.medj.2022.06.001>.
License: CC BY 4.0
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports:
DBI,
RSQLite,
R.utils,
tools
Suggests:
ggplot2,
dbplyr,
tidyr,
stringr,
ggthemes,
rlang,
ggrepel,
scales,
pacman,
dplyr,
rmarkdown,
knitr,
covr,
testthat (>= 3.0.0),
DT,
gt,
lobstr,
prettyunits,
purrr,
tidyverse
URL: https://github.com/ngiangre/kidsides, https://ngiangre.github.io/kidsides/, https://nsides.io
VignetteBuilder:
knitr
Depends:
R (>= 4.0)
Config/testthat/edition: 3