-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.25 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
Package: ubep.azure
Title: Ubep Utilities to Azure services
Version: 0.2.1
Authors@R: c(
person("Corrado", "Lanera", , "corrado.lanera@ubep.unipd.it", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0520-7428")),
person("Cinzia Anna Maria", "Papappicco", , "cinziaannamaria.papappicco@ubep.unipd.it", role = "aut",
comment = c(ORCID = "0000-0002-9396-5025")),
person("Marco", "Ghidina", , "marco.ghidina@zetaresearch.com", role = "ctb",
comment = c(ORCID = "0000-0003-3111-162X")),
person("Dario", "Gregori", , "dario.gregori@ubep.unipd.it", role = "ctb",
comment = c(ORCID = "0000-0001-7906-0580"))
)
Description: Wrappers to common tasks on Azure executed at the Unit of
Biostatistics Epidemiology and Public Health (UBEP) of the University
of Padova.
License: MIT + file LICENSE
URL: https://ubesp-dctv.github.io/ubep.azure/
Imports:
dplyr,
glue,
readr,
readxl,
stringi,
stringr,
usethis,
utils
Suggests:
checkmate,
covr,
devtools,
fs,
knitr,
lintr,
rmarkdown,
spelling,
testthat (>= 3.0.0),
tidyverse,
withr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3