-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
60 lines (60 loc) · 1.62 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
Package: biodosetools
Title: An R Shiny Application for Biological Dosimetry
Version: 3.6.1.9000
Authors@R:
c(person(given = "Alfredo",
family = "Hernández",
role = c("aut", "cre"),
email = "aldomann.designs@gmail.com",
comment = c(ORCID = "0000-0002-2660-4545")),
person(given = "David",
family = "Endesfelder",
role = c("aut"),
email = "dendesfelder@bfs.de"),
person(given = "Pere",
family = "Puig",
role = c("aut"),
email = "ppuig@mat.uab.cat",
comment = c(ORCID = "0000-0002-6607-9642")))
Description: A tool to perform all different statistical tests and calculations
needed by Biological Dosimetry Laboratories. Detailed documentation is
available in <https://biodosetools-team.github.io/documentation/> and the
paper by Hernández et al. (2023) <doi:10.1080/09553002.2023.2176564>.
License: GPL-3
URL: https://biodosetools-team.github.io/biodosetools/, https://github.com/biodosetools-team/biodosetools/
BugReports: https://github.com/biodosetools-team/biodosetools/issues/
Depends:
R (>= 3.5.0)
Imports:
bsplus,
dplyr (>= 1.0.0),
ggplot2,
magrittr,
MASS,
maxLik,
mixtools,
msm,
rhandsontable,
rlang (>= 0.4.0),
rmarkdown,
shiny,
shinydashboard,
shinyWidgets (>= 0.5.0),
tidyr (>= 1.0.0),
config,
golem,
cli
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
covr,
knitr,
kableExtra,
markdown,
pander,
tinytex,
xtable
Config/testthat/edition: 3
VignetteBuilder: knitr