-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 845 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
Package: ggdaynight
Type: Package
Title: Add Day/Night Patterns to 'ggplot2' Plots
Version: 0.1.3.9000
Authors@R:
person(c("Gabriel", "S."), "Pires", , "gabriel.slpires@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-5354-1957"))
Description: It provides a custom 'ggplot2' geom to add day/night patterns to plots.
It visually distinguishes daytime and nighttime periods. It is useful for
visualizing data that spans multiple days and for highlighting diurnal patterns.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/GabrielSlPires/ggdaynight
BugReports: https://github.com/GabrielSlPires/ggdaynight/issues
Imports:
ggplot2,
grid
Depends:
R (>= 2.10)
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0),
vdiffr
Config/testthat/edition: 3