-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.35 KB
/
DESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.35 KB
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
Package: AnVILPublish
Title: Publish Packages and Other Resources to AnVIL Workspaces
Version: 1.21.1
Authors@R: c(
person(
"Marcel", "Ramos", role = c("aut", "cre"),
email = "marcel.ramos@sph.cuny.edu",
comment = c(ORCID = "0000-0002-3242-0582")
),
person(
"Martin", "Morgan", role = c("aut"),
comment = c(ORCID = "0000-0002-5874-8148")
),
person("Kayla", "Interdonato", role = "aut"),
person(
"Vincent", "Carey", role = "ctb",
comment = c(ORCID = "0000-0003-4046-0063")
))
Description:
Use this package to create or update AnVIL workspaces from
resources such as R / Bioconductor packages. The metadata about
the package (e.g., select information from the package DESCRIPTION
file and from vignette YAML headings) are used to populate the
'DASHBOARD'. Vignettes are translated to python notebooks ready
for evaluation in AnVIL.
License: Artistic-2.0
Imports:
AnVIL,
AnVILGCP,
BiocBaseUtils,
BiocManager,
httr,
jsonlite,
rmarkdown,
yaml,
readr,
whisker,
tools,
utils,
stats
Suggests:
knitr,
BiocStyle,
GCPtools,
testthat (>= 3.0.0)
biocViews: Infrastructure, Software
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Config/testthat/edition: 3
Date: 2025-08-12