The R Project SVN R

Rev

Rev 87828 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87828 Rev 87850
Line 72... Line 72...
72
  The TRE library of Ville Laurikari (\url{https://github.com/laurikari/tre/})
72
  The TRE library of Ville Laurikari (\url{https://github.com/laurikari/tre/})
73
  is used except for \code{fixed = TRUE}.
73
  is used except for \code{fixed = TRUE}.
74
}
74
}
75
 
75
 
76
\section{Warning}{
76
\section{Warning}{
77
  An all too cmmmon mis-usage is to pass unnamed arguments which are then
77
  An all too common mis-usage is to pass unnamed arguments which are then
78
  matched to one or more of \code{ignore.case}, \code{value},
78
  matched to one or more of \code{ignore.case}, \code{value},
79
  \code{fixed}, \code{all} or \code{invert}.  So it is good practice to
79
  \code{fixed}, \code{all} or \code{invert}.  So it is good practice to
80
  name all the arguments.
80
  name all the arguments.
81
}
81
}
82
 
82