-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·36 lines (36 loc) · 1.06 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
Package: toxvaldbmain
Type: Package
Title: Builds the ToxValDB V9.5 Database
Version: 9.5
Author: Taylor Wall
Maintainer: Taylor Wall <[email protected]>
Description: ToxValDB is a database containing quantitative records form in vivo toxicology studies from
many sources. The database has 2 main parts - toxval_source containing
source data in separate tables, and the main toxval schema which combines data from multiple sources
into a single format. This project moves data from toxval_source to toxval.
Data is read from files or other databases into toxval_source and then pulled
into toxval where terms are converted to standard values. The ToxValDB SOPs describe in more
detail how to run the code. This version is setup to build ToxValDB v9.5
Imports:
DBI,
RMySQL,
openxlsx,
dplyr,
tidyr,
stringr,
tibble,
janitor,
XML,
miniUI,
RCurl,
gsubfn,
textclean,
magrittr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr