This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
55 lines (55 loc) · 1.68 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
Package: rbioacc
Title: Inference and Prediction of ToxicoKinetic (TK) Models
Version: 1.1-2
Authors@R: c(
person("Virgile", "Baudrot", role = c("aut", "cre"), email = "[email protected]"),
person("Sandrine", "Charles", role = "aut"),
person("Ophélia", "Gestin", role = "ctb"),
person("Miléna", "Kaag", role = "aut"),
person("Christelle", "Lopes", role = "ctb"),
person("Gauthier", "Multari", role = "ctb"),
person("Alain", "Pavé", role = "ctb"),
person("Aude", "Ratier", role = "aut"),
person("Aurélie", "Siberchicot", role = "ctb", email = "[email protected]")
)
Description: The MOSAICbioacc application is a turnkey package providing bioaccumulation
factors (BCF/BMF/BSAF) from a toxicokinetic (TK) model fitted to
accumulation-depuration data. It is designed to fulfil the requirements
of regulators when examining applications for market authorization of active
substances. See Ratier et al. (2021) <doi:10.1101/2021.09.08.459421>.
URL: https://github.com/lbbe-software/rbioacc
BugReports: https://github.com/lbbe-software/rbioacc/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Biarch: true
Depends:
R (>= 3.5.0)
Imports:
ggplot2,
methods,
Rcpp,
rstan (>= 2.26.0),
rstantools (>= 2.1.1),
ggmcmc,
GGally,
loo,
stringr,
stats,
zoo
LinkingTo:
BH (>= 1.66.0),
Rcpp,
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.26.0),
StanHeaders (>= 2.26.0)
SystemRequirements: GNU make
Config/testthat/edition: 3
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr