Skip to content

Commit

Permalink
documentation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanderloo committed Jul 14, 2017
1 parent 1ad6ce4 commit 5d32766
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/R/amatch.R
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#' @param p Winklers penalty parameter for Jaro-Winkler distance, with
#' \eqn{0\leq p\leq0.25}. Only when method is \code{'jw'}
#' @param bt Winkler's boost threshold. Winkler's penalty factor is
#" only applied when the Jaro distance is larger than \code{bt}.
#' only applied when the Jaro distance is larger than \code{bt}.
#' Applies only to \code{method='jw'} and \code{p>0}.
#'
#' @return \code{amatch} returns the position of the closest match of \code{x}
Expand Down Expand Up @@ -177,7 +177,7 @@ ain <- function(x,table,...){
#' @param p Winklers penalty parameter for Jaro-Winkler distance, with
#' \eqn{0\leq p\leq0.25}. Only when method is \code{'jw'}
#' @param bt Winkler's boost threshold. Winkler's penalty factor is
#" only applied when the Jaro distance is larger than \code{bt}.
#' only applied when the Jaro distance is larger than \code{bt}.
#' Applies only to \code{method='jw'} and \code{p>0}.
#' @return \code{seq_amatch} returns the position of the closest match of \code{x}
#' in \code{table}. When multiple matches with the same minimal distance
Expand Down
2 changes: 1 addition & 1 deletion pkg/R/seqdist.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' \code{p} is \code{0 <= p <= 0.25}. If \code{p=0} (default), the
#' Jaro-distance is returned. Applies only to \code{method='jw'}.
#' @param bt Winkler's boost threshold. Winkler's penalty factor is
#" only applied when the Jaro distance is larger than \code{bt}.
#' only applied when the Jaro distance is larger than \code{bt}
#' Applies only to \code{method='jw'} and \code{p>0}.
#' @param nthread Maximum number of threads to use. By default, a sensible
#' number of threads is chosen, see \code{\link{stringdist-parallelization}}.
Expand Down
2 changes: 1 addition & 1 deletion pkg/R/stringdist.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ This warning can be avoided by explicitly converting the argument(s).
#' \code{p} is \code{0 <= p <= 0.25}. If \code{p=0} (default), the
#' Jaro-distance is returned. Applies only to \code{method='jw'}.
#' @param bt Winkler's boost threshold. Winkler's penalty factor is
#" only applied when the Jaro distance is larger than \code{bt}.
#' only applied when the Jaro distance is larger than \code{bt}.
#' Applies only to \code{method='jw'} and \code{p>0}.
#' @param nthread Maximum number of threads to use. By default, a sensible
#' number of threads is chosen, see \code{\link{stringdist-parallelization}}.
Expand Down

0 comments on commit 5d32766

Please sign in to comment.