Skip to content

Commit

Permalink
fix one missed
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcheung committed Jun 21, 2016
1 parent 9104bbc commit 10a4dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg/R/generics.R
Expand Up @@ -442,7 +442,7 @@ setGeneric("corr", function(x, ...) {standardGeneric("corr") })
#' @export
setGeneric("covar_samp", function(col1, col2) {standardGeneric("covar_samp") })

#' @rdname cov
#' @rdname covar_pop
#' @export
setGeneric("covar_pop", function(col1, col2) {standardGeneric("covar_pop") })

Expand Down

0 comments on commit 10a4dba

Please sign in to comment.