-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.45 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
61
Package: AnVILGCP
Title: The GCP R Client for the AnVIL
Version: 1.1.3
Authors@R: c(
person("Marcel", "Ramos", , "[email protected]",
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")
),
person("Nitesh", "Turaga", , , "aut"),
person("Martin", "Morgan", , , "aut", c(ORCID = "0000-0002-5874-8148"))
)
Description: The package provides a set of functions to interact with the Google
Cloud Platform (GCP) services on the AnVIL platform. The package is designed
to work with the AnVIL package. User-level interaction with this package
should be minimal.
biocViews: Software, Infrastructure, ThirdPartyClient, DataImport
SystemRequirements: gsutil, gcloud
Imports:
AnVILBase,
BiocBaseUtils,
dplyr,
httr,
jsonlite,
methods,
rlang,
stats,
tibble,
tidyr,
utils
Suggests:
AnVIL,
BiocStyle,
knitr,
rmarkdown,
testthat,
withr
VignetteBuilder: knitr
BugReports: https://github.com/Bioconductor/AnVILGCP/issues
URL: https://github.com/Bioconductor/AnVILGCP
License: Artistic-2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Date: 2025-01-23
Collate:
'av.R'
'avdata.R'
'gcp-class.R'
'avnotebooks-methods.R'
'avtable-methods.R'
'avworkflow-methods.R'
'avworkflow.R'
'avworkflow_configuration.R'
'avworkspace-methods.R'
'drs.R'
'gcloud.R'
'gcloud_sdk.R'
'gcp-methods.R'
'gsutil.R'
'has_avworkspace-methods.R'
'localize.R'
'utilities.R'