-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.11 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
Package: histoc
Title: Histocompatibility Functions for Organ Transplantation
Version: 0.3.0
Authors@R: c(
person("Bruno", "Lima", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9090-4457")),
person("Filipe", "Reis", ,"[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8186-3910")),
person("TxOR", role = c("cph", "fnd"))
)
Description: Provides functions to assess matches on organ transplantation. Histocompatibility analysis performed on kidney transplantation, allowing to simulate different kidney transplant allocation systems <doi:10.1016/j.trim.2022.101578>.
License: MIT + file LICENSE
BugReports: https://github.com/txopen/histoc/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Imports:
dplyr,
stringr,
magrittr,
tidyr,
utils,
data.table,
purrr,
rlang,
mockr,
tibble
Depends:
R (>= 4.1.0)
LazyData: true
Config/testthat/edition: 3
URL: https://txopen.github.io/histoc/
VignetteBuilder: knitr