The R Project SVN R

Rev

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

Rev 90299 Rev 90303
Line 217... Line 217...
217
      \item Package \pkg{methods} provides a method for implicit generic
217
      \item Package \pkg{methods} provides a method for implicit generic
218
      function \code{rcond} with signature
218
      function \code{rcond} with signature
219
      \code{c(x="ANY", norm="missing")} so that \code{rcond(x)}
219
      \code{c(x="ANY", norm="missing")} so that \code{rcond(x)}
220
      does not break after \code{setGeneric("rcond")}.
220
      does not break after \code{setGeneric("rcond")}.
221
 
221
 
222
      \item \code{rbinom()}'s BTPE algorithm is fixed thanks to \I{Kate
222
      \item \code{rbinom()}'s \abbr{BTPE} algorithm is fixed thanks to
223
	Hudson}'s findings and report in \PR{19049}.  To ensure
223
      \I{Kate Hudson}'s findings and report in \PR{19049}.  To ensure
224
      reproducibility, \code{RNGkind()} gets new argument
224
      reproducibility, \code{RNGkind()} gets new argument
225
      \code{binom.kind}.
225
      \code{binom.kind}.
226
    }
226
    }
227
  }
227
  }
228
}
228
}