-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 932 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
36
37
38
39
40
Type: Package
Package: vbpflow
Title: What the Package Does (Title Case)
Version: 0.1.0
Authors@R:
person(given = "Karlo",
family = "Guidoni Martins",
role = c("aut", "cre"),
email = "kguidonimartins@gmail.com",
comment = c(ORCID = "0000-0002-8458-8467"))
Maintainer: Karlo Guidoni Martins <kguidonimartins@gmail.com>
Description: Virtual biotic pollination flow app
License: MIT + file LICENSE
URL:
https://github.com/virtual-pollination-trade/virtual-biotic-pollination-flow/
BugReports:
https://github.com/virtual-pollination-trade/virtual-biotic-pollination-flow/issues
Imports:
dplyr,
DT,
ggplot2,
ggtext,
here,
knitr,
magrittr,
qs,
rmarkdown,
rsconnect,
scales,
sf,
shiny,
shinydashboard,
shinythemes,
usethis,
xpectr
Suggests:
testthat (>= 2.1.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1