Skip to content

Commit

Permalink
workaround for roxygen2 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jan 22, 2024
1 parent bad1632 commit 9b61f97
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions R/lintr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
#' @importFrom xml2 as_list
#' xml_attr xml_children xml_find_all xml_find_chr xml_find_lgl xml_find_num xml_find_first xml_name xml_text
#' @rawNamespace
#' if (getRversion() >= "4.0.0") {
#' importFrom(tools, R_user_dir)
#' } else {
#' importFrom(backports, R_user_dir)
#' }
#' if (getRversion() >= "4.0.0") importFrom(tools, R_user_dir) else importFrom(backports, R_user_dir)
## lintr namespace: end
NULL

Expand Down

0 comments on commit 9b61f97

Please sign in to comment.