Skip to content

Commit

Permalink
Merge pull request #314 from jdblischak/roxygen2-7.3.0
Browse files Browse the repository at this point in the history
Upgrade to roxygen2 7.3.0
  • Loading branch information
nanxstats authored Jan 16, 2024
2 parents ff5dbb6 + 4f1bd23 commit f4a9e8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ VignetteBuilder:
LinkingTo:
Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.0
2 changes: 1 addition & 1 deletion R/pw_info.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#' }
#' \if{html}{The contents of this section are shown in PDF user manual only.}
#'
#' @importFrom data.table ":=" as.data.table copy first last rbindlist setDF
#' @importFrom data.table := as.data.table copy first last rbindlist setDF
#' setorderv
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/pwe.R
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ppwe <- function(x, duration, rate, lower_tail = FALSE) {
#' }
#' \if{html}{The contents of this section are shown in PDF user manual only.}
#'
#' @importFrom dplyr select "%>%"
#' @importFrom dplyr select %>%
#' @importFrom tibble tibble
#'
#' @export
Expand Down

0 comments on commit f4a9e8d

Please sign in to comment.