Skip to content

Commit 9d2c01b

Browse files
committed
typos
1 parent f54ff2a commit 9d2c01b

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

R/bigmemory.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ setMethod('tail', signature(x="big.matrix"),
11901190
#' @description \code{print} will print out the elements within
11911191
#' a \code{big.matrix} object.
11921192
#' @note By default, this will only return the \code{head} of a big.matrix
1193-
#' to prevent console overflow. If you trun off the bigmemory.print.warning
1193+
#' to prevent console overflow. If you turn off the bigmemory.print.warning
11941194
#' option then it will convert to a base R matrix and print all elements.
11951195
#' @param x A \code{big.matrix} object
11961196
#' @export
@@ -1447,7 +1447,7 @@ setGeneric('read.big.matrix',
14471447
shared=options()$bigmemory.default.shared)
14481448
standardGeneric('read.big.matrix'))
14491449

1450-
#' @@importFrom stats na.omit
1450+
#' @importFrom stats na.omit
14511451
#' @rdname write.big.matrix
14521452
setMethod('read.big.matrix', signature(filename='character'),
14531453
function(filename, sep, header, col.names, row.names, has.row.names,

R/hello-bigmemory.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
#' After removing a last reference to a big \code{big.matrix}, user should manually run
8989
#' \code{gc()} to reclaim the memory.
9090
#' \item Attaching the description of already finalized \code{big.matrix} and accessing this object
91-
#' will result in undefined behaviour, which simply means it will crash the current R session
91+
#' will result in undefined behavior, which simply means it will crash the current R session
9292
#' with no hope of saving the data in it. To prevent R from de-allocating (finalizing) the
9393
#' matrices, user should keep at least one \code{big.memory} object somewhere in R memory in at
9494
#' least one R session on the current machine.

man/bigmemory-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/print-big.matrix-method.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/write.big.matrix.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)