-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 857 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
Package: divewatchr
Title: Visualizing and exploring a SCUBA Diving Logbook
Version: 0.0.0.9000
Authors@R:
person(given = "Ruben",
family = "Perez Perez",
role = c("aut", "cre"),
email = "[email protected]")
Author: Ruben Perez Perez [aut, cre] (<[email protected]>)
Maintainer: Ruben Perez Perez <[email protected]>
Description: This package allows for a thorough visualization of a diving logbook, including spatio-temporal and categorical plots and maps.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports: dplyr,
ggplot2,
googlesheets4,
leaflet,
scales,
sf,
usethis,
stringr,
rmarkdown,
forcats,
tidyr,
htmltools,
ggExtra
Depends:
R (>= 2.10)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3