Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanderloo committed Aug 17, 2016
1 parent 14ab766 commit ead4396
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Empty file modified document.sh
100644 → 100755
Empty file.
12 changes: 8 additions & 4 deletions pkg/R/parse.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,15 @@ NULL
#' Currently the following options are supported.
#'
#' \itemize{
#' \item{raise ('none','error','all'; 'none') Control if the \code{\link{confront}} methods catch or raise exceptions.
#' \item{\code{na.value} (\code{NA},\code{TRUE},\code{FALSE}; \code{NA}) Value
#' to return when a validating statement results in \code{NA}.}
#' \item{\code{raise} (\code{"none"},\code{"error"},\code{"all"};
#' \code{"none"}) Control if the \code{\link{confront}} methods catch or raise
#' exceptions.
#' The 'all' setting is useful when debugging validation scripts.}
#' \item{lin.eq.eps ('numeric'; 1e-8) The precision used when evaluating linear equalities.
#' To be used to control for machine rounding.}
#' \item{'reset'} Reset to factory settings.
#' \item{\code{lin.eq.eps} ('numeric'; 1e-8) The precision used when evaluating
#' linear equalities. To be used to control for machine rounding.}
#' \item{\code{"reset"} Reset to factory settings.}
#' }
#'
#'
Expand Down

0 comments on commit ead4396

Please sign in to comment.