Skip to content

Commit 0f1d44d

Browse files
committed
Increment version number to 8.0.0
1 parent 2ca06d4 commit 0f1d44d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: roxygen2
22
Title: In-Line Documentation for R
3-
Version: 7.3.3.9000
3+
Version: 8.0.0
44
Authors@R: c(
55
person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0003-4757-117X")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# roxygen2 (development version)
1+
# roxygen2 8.0.0
22

33
* roxygen2 now requires R 4.1 (#1632) and no longer depends on purrr, stringr, or stringi. As a result, no package in the devtools constellation depends on stringr, which means you no longer need stringi, making it a bit easier to install in constrained Linux environments.
44
* All generated links now share the same style and code path. This will produce some minor differences when you re-document, but links will be more consistent overall (#1792).

0 commit comments

Comments
 (0)