-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
19 lines (19 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: LifemapR
Title: Data Visualisation on 'Lifemap' Tree
Version: 1.1.4
Imports: leaflet, shiny, jsonlite, dplyr, tidyr, leaflet.minicharts, htmltools, rlang, RCurl, fastmatch
Authors@R: c(
person("Cassandra", "Bompard", role = "aut", email = "[email protected]"),
person("Damien M.", "de Vienne", role = "aut", email = "[email protected]"),
person("Aurélie", "Siberchicot", role = c("ctb", "cre"), email = "[email protected]")
)
Description: Allow to visualise data on the NCBI phylogenetic tree as presented in Lifemap <http://lifemap.univ-lyon1.fr/>. It takes as input a dataframe with at least a "taxid" column containing NCBI format TaxIds and allows to draw multiple layers with different visualisation tools.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: R (>= 3.5.0)
Suggests: knitr
VignetteBuilder: knitr
URL: https://lifemap-tol.github.io/LifemapR/, https://github.com/Lifemap-ToL/LifemapR
BugReports: https://github.com/Lifemap-ToL/LifemapR/issues