-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 931 Bytes
/
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
Package: PangoLineageTranslator
Title: Translate and Illustrate Individual Parts of a Full Pango Lineage
Version: 1.1.0
Authors@R:
person("Stefan", "Schmutz", , "[email protected]", role = c("aut", "cre"))
Description:
PangoLineageTranslator is a Shiny app which allows you to enter,
translate and illustrate an abbreviated SARS-CoV-2 Pango Lineage.
The Pango network suggested a nomenclature system which is based on the
phylogenetic structure. This app aims to help understanding the nested
structure of a Pango Lineage.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
curl,
dplyr,
fontawesome,
fuzzyjoin,
gt,
htmltools,
jsonlite,
magrittr,
shiny,
shinythemes,
stringr,
tibble,
tidyr
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true