-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 873 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
Package: DiatoViz
Title: DiatoViz provides templates for plotting in R
Version: 0.0.1
Date: 2024
Authors@R: c(
person("Gabriela", "Junqueira", , "mgjn.junqueira@gmail.com", role = c("cre", "aut")),
person("Bruno", "Mioto", , "brunomioto97@gmail.com", role = "aut"),
person("Carlos E.", "Wetzel", ,"carlos.wetzel@list.lu" , role = "aut")
)
Description: DiatoViz provides silhouettes of diatoms to be plotted in graphs in R. The use can be made either by the scientific name or by the OMNIDIA code.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.6)
Imports:
cli (>= 3.0.0),
ggpath (>= 1.0.0),
ggplot2 (>= 3.3.0),
glue,
grid,
lifecycle,
rlang (>= 0.4.11)
Suggests:
testthat (>= 3.0.0),
vdiffr
LazyData: true
URL: https://junqueiragaabi.github.io/DiatoViz/