-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
75 lines (74 loc) · 1.27 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: racas
Type: Package
Title: R Package for ACAS
Version: 1.15.0
Date: 2024-06-04
Author: Brian Bolt
Maintainer: Brian Bolt <[email protected]>
Description: R Package for ACAS
License: GPL-3
Copyright: See file COPYRIGHTS
Imports:
drc,
data.table,
rjson,
RCurl,
plyr,
plotrix,
brew,
logging,
evaluate,
XLConnect,
gdata,
reshape,
xtable,
knitr,
reshape2,
ggplot2,
jsonlite,
grid,
utils,
Hmisc,
gplots,
methods,
mailR,
pracma,
rmarkdown,
markdown
Suggests:
RPostgreSQL
Collate:
'JSON_library.R'
'api.R'
'applicationSettings.R'
'batchAnnotation.R'
'campaign.R'
'containers.R'
'createHtmlSummary.R'
'createNewACASExperiment.R'
'errorLogging.R'
'fileRead.R'
'hello.R'
'logger.R'
'longFormatSave.R'
'installation.R'
'messenger.R'
'dose_response.R'
'dose_response_api.R'
'objectHelper.R'
'pingPong.R'
'preferredBatchCode.R'
'query.R'
'rendering.R'
'sel.R'
'session.R'
'testing.R'
'summaryStatistics.R'
'tsvSave.R'
'updateExperimentMetadata.R'
'utilities.R'
'directDatabaseSave.R'
'entityDefinitions.R'
'model_fit.R'
'entityMeta.R'
'onLoad.R'