Skip to content

Commit bd65e22

Browse files
authored
Merge pull request #16 from aftonsteps/patch-roxygen-dep
Added roxygen2 dep
2 parents b452491 + c173d9c commit bd65e22

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: ggalignment
33
Title: Plots 'D&D'-Style Alignment Charts
4-
Version: 1.0.1
4+
Version: 1.0.2
55
Authors@R:
66
c(person(given = "Afton",
77
family = "Coombs",
@@ -29,12 +29,13 @@ Suggests:
2929
rmarkdown (>= 2.0.0),
3030
knitr (>= 1.0),
3131
testthat (>= 3.0.0),
32-
vdiffr (>= 1.0.0)
32+
vdiffr (>= 1.0.0),
33+
roxygen2
3334
VignetteBuilder: knitr
3435
URL: https://github.com/aftonsteps/ggalignment
3536
BugReports: https://github.com/aftonsteps/ggalignment/issues
3637
Encoding: UTF-8
3738
LazyData: true
38-
RoxygenNote: 7.1.1
39+
RoxygenNote: 7.3.2
3940
Roxygen: list(markdown = TRUE)
4041
Config/testthat/edition: 3

0 commit comments

Comments
 (0)