|
75 | 75 | \item \code{Sys.info()} on Windows now provides current user domain. |
76 | 76 |
|
77 | 77 | \item \code{findInterval()} gets new arguments \code{checkSorted} |
78 | | - and \code{checkNA} which allow skipling relatively costly checks; |
| 78 | + and \code{checkNA} which allow skipping relatively costly checks; |
79 | 79 | related to \PR{16567}. |
80 | 80 |
|
81 | 81 | \item \code{pnorm(x)} underflows more gracefully. |
|
312 | 312 |
|
313 | 313 | \item \code{getMethods(*, table = TRUE)} is deprecated. |
314 | 314 |
|
315 | | - \item Bulding with the bundled (and old) version of \code{libintl} |
| 315 | + \item Building with the bundled (and old) version of \code{libintl} |
316 | 316 | is deprecated and gives a \command{configure warning}. Use |
317 | | - \code{libintl} from a recent version of GNU gettext instead. (If |
| 317 | + \code{libintl} from a recent version of GNU \I{gettext} instead. (If |
318 | 318 | the OS's \code{libc} includes \code{libintl} that will be chosen |
319 | 319 | by \command{configure} -- \code{glibc} does.) |
320 | 320 | } |
|
407 | 407 | \item There are a new functions \code{asRboolean} and |
408 | 408 | \code{asBool}, variants of \code{asLogical} more suited to |
409 | 409 | converting logical arguments to \code{Rboolean} or to |
410 | | - \code{bool}. They require a length-one input and thow an error if |
| 410 | + \code{bool}. They require a length-one input and throw an error if |
411 | 411 | that evaluates to \code{NA}. |
412 | 412 |
|
413 | 413 | \item Header \file{R_exts/Error.h} now ensures that |
414 | 414 | \code{Rf_error} and similar are given a \code{noreturn} |
415 | | - attribute when uased from C++ under all compilers. |
| 415 | + attribute when used from C++ under all compilers. |
416 | 416 | } |
417 | 417 | } |
418 | 418 |
|
|
704 | 704 | \code{grep()}, \code{strsplit()} and similar took |
705 | 705 | non-\code{TRUE}/\code{FALSE} |
706 | 706 | values of their logical arguments as \code{FALSE}, but these were |
707 | | - almost always nismatches to unnamed arguments and are now reported |
| 707 | + almost always mismatches to unnamed arguments and are now reported |
708 | 708 | as \code{NA}. |
709 | 709 | } |
710 | 710 | } |
|
0 commit comments