Skip to content

Commit

Permalink
Fix for Warning: unable to re-encode 'radiant.R' line 863 (i.e., a 'c…
Browse files Browse the repository at this point in the history
…urly' quote)
  • Loading branch information
vnijs committed Mar 5, 2019
1 parent 5eb937d commit 9326c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/radiant.R
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ which.pmin <- function(...) unname(apply(cbind(...), 1, which.min))
#' @param ... Numeric vectors of the same length
#' @param fun Function to apply
#' @param na.rm a logical indicating whether missing values should be removed.
#' @return A vector of parallel summaries of the argument vectors.
#' @return A vector of 'parallel' summaries of the argument vectors.
#' @seealso See also \code{\link{pmin}} and \code{\link{pmax}}
#' @examples
#' pfun(1:10, fun = mean)
Expand Down

0 comments on commit 9326c0b

Please sign in to comment.