-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 804 Bytes
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 804 Bytes
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
Package: azkit
Title: Azure storage authentication toolkit
Version: 0.2.6
Authors@R:
c(person(
"Fran", "Barton",
email = "francis.barton@nhs.net",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5650-1176")
),
person(
"Tom", "Jemmett",
email = "thomas.jemmett@nhs.net",
role = "ctb"
))
Description: Handles authentication and basic tasks with Azure blob storage.
License: MIT + file LICENSE
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends: R (>= 4.5.0)
Imports:
arrow,
AzureAuth,
AzureRMR,
AzureStor,
cli,
dplyr,
glue,
httr2,
purrr,
rlang,
tibble,
withr,
yyjsonr
Suggests:
httpuv,
readr,
testthat (>= 3.0.0)