We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b452491 + c173d9c commit bd65e22Copy full SHA for bd65e22
1 file changed
DESCRIPTION
@@ -1,7 +1,7 @@
1
Type: Package
2
Package: ggalignment
3
Title: Plots 'D&D'-Style Alignment Charts
4
-Version: 1.0.1
+Version: 1.0.2
5
Authors@R:
6
c(person(given = "Afton",
7
family = "Coombs",
@@ -29,12 +29,13 @@ Suggests:
29
rmarkdown (>= 2.0.0),
30
knitr (>= 1.0),
31
testthat (>= 3.0.0),
32
- vdiffr (>= 1.0.0)
+ vdiffr (>= 1.0.0),
33
+ roxygen2
34
VignetteBuilder: knitr
35
URL: https://github.com/aftonsteps/ggalignment
36
BugReports: https://github.com/aftonsteps/ggalignment/issues
37
Encoding: UTF-8
38
LazyData: true
-RoxygenNote: 7.1.1
39
+RoxygenNote: 7.3.2
40
Roxygen: list(markdown = TRUE)
41
Config/testthat/edition: 3
0 commit comments