-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.12 KB
/
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
41
42
43
44
45
46
47
48
Package: turtleviewer2
Title: Turtle Data Viewer
Version: 0.2.7
Authors@R: c(
person(c("Florian", "W."), "Mayer", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4269-4242")),
person("DBCA", role = c("cph", "fnd")),
person("NWSFTCP", role = "fnd")
)
Description: Interactive turtle data viewer.
License: MIT + file LICENSE
URL: https://github.com/dbca-wa/turtleviewer2
BugReports: https://github.com/dbca-wa/turtleviewer2/issues
Depends:
R (>= 4.1.0)
Imports:
bs4Dash (>= 0.5.0),
config (>= 0.3.1),
dplyr,
fs,
glue,
golem (>= 0.3.2),
here,
lubridate,
janitor,
leaflet (>= 2.0.4.1),
leaflet.extras (>= 1.0.0),
reactable,
sf (>= 1.0-7),
shiny (>= 1.7.1),
stringr (>= 1.4.0),
plotly (>= 4.10.0),
waiter,
wastdr (>= 0.8.40),
readr,
shinyWidgets (>= 0.6.4)
Suggests:
spelling,
testthat (>= 3.0.0)
Remotes:
github::dbca-wa/wastdr,
github::Thinkr-open/golem
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2