Skip to content

Commit ee9d142

Browse files
authored
Merge pull request #327 from Merck/roxygen-quotes
Restore operator quotations and update to roxygen2 7.3.1
2 parents 2970bb3 + b7ab069 commit ee9d142

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ VignetteBuilder:
6161
LinkingTo:
6262
Rcpp
6363
Roxygen: list(markdown = TRUE)
64-
RoxygenNote: 7.3.0
64+
RoxygenNote: 7.3.1

R/pw_info.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#' }
7373
#' \if{html}{The contents of this section are shown in PDF user manual only.}
7474
#'
75-
#' @importFrom data.table := as.data.table copy first last rbindlist setDF
75+
#' @importFrom data.table ":=" as.data.table copy first last rbindlist setDF
7676
#' setorderv
7777
#'
7878
#' @export

R/pwe.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ ppwe <- function(x, duration, rate, lower_tail = FALSE) {
150150
#' }
151151
#' \if{html}{The contents of this section are shown in PDF user manual only.}
152152
#'
153-
#' @importFrom dplyr select %>%
153+
#' @importFrom dplyr select "%>%"
154154
#' @importFrom tibble tibble
155155
#'
156156
#' @export

0 commit comments

Comments
 (0)