-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 901 Bytes
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 901 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
Package: virionData
Type: Package
Title: Access Versioned VIRION Data
Version: 1.0.0
Authors@R: c(
person(
"Collin", "Schwantes",
email = "collin@viralemergence.org",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9882-941X")
)
)
Description: This package provides an ergonomic interface for accessing the
VIRION dataset (https://doi.org/10.5281/zenodo.15643003).
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/viralemergence/virionData, https://viralemergence.github.io/virionData/
BugReports: https://github.com/viralemergence/virionData/issues
Suggests:
dplyr,
frictionless,
httptest,
kableExtra,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
assertthat,
curl,
fs,
httr,
jsonlite,
purrr,
rlang
VignetteBuilder: knitr
RoxygenNote: 7.3.2