Skip to content

Commit

Permalink
Bump roxygen2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Jan 13, 2024
1 parent bad1632 commit 8931bc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Config/Needs/development: pkgload, cli, testthat, patrick
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.0
Collate:
'make_linter_from_xpath.R'
'xp_utils.R'
Expand Down
5 changes: 5 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if (getRversion() >= "4.0.0") {
} else {
importFrom(backports, R_user_dir)
}
importFrom(backports, R_user_dir)
importFrom(tools, R_user_dir)
S3method("[",lints)
S3method(as.data.frame,lints)
S3method(format,lint)
Expand Down Expand Up @@ -171,6 +173,7 @@ export(with_id)
export(xml_nodes_to_lints)
export(xp_call_name)
export(yoda_test_linter)
if (getRversion() >= "4.0.0") {
importFrom(cyclocomp,cyclocomp)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
Expand Down Expand Up @@ -199,3 +202,5 @@ importFrom(xml2,xml_find_lgl)
importFrom(xml2,xml_find_num)
importFrom(xml2,xml_name)
importFrom(xml2,xml_text)
}
} else {

0 comments on commit 8931bc7

Please sign in to comment.