-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
33 lines (33 loc) · 989 Bytes
/
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
Package: SwissASR
Title: Automated Completion of the SwissEthics Annual Safety Report
Version: 0.5.3
Authors@R:
c(person(given = "Alan G.",
family = "Haynes",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1374-081X")),
person(given = "Mattia",
family = "Branca",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8063-7882")) )
Description: Completing the SwissEthics Annual Safety Report can be tiresome. This package eases the pain by providing an automated method to fill it out.
License: MIT + file LICENSE
URL: https://github.com/CTU-Bern/SwissASR, https://ctu-bern.github.io/SwissASR/
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
Imports:
flextable,
glue,
magrittr,
officer,
stringr,
tibble,
doconv
Suggests:
rstudioapi