From 3b423cdb09c590949922490539e0f2ca828448f8 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Fri, 15 Jan 2021 10:08:15 +0100 Subject: [PATCH] Updated docs --- R/globals.R | 2 ++ man/ones.Rd | 2 +- man/zeros.Rd | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/R/globals.R b/R/globals.R index 2fea390..a702119 100644 --- a/R/globals.R +++ b/R/globals.R @@ -3,6 +3,8 @@ SUMCOUNTS <- vector() PARTITION <- vector() POP_LOGML <- vector() LOGDIFF <- vector() +# If handling globas break, try other ideas from https://stackoverflow.com/a/65252740/1169233 + #' @import utils utils::globalVariables( diff --git a/man/ones.Rd b/man/ones.Rd index b110cf8..76f3f4a 100644 --- a/man/ones.Rd +++ b/man/ones.Rd @@ -14,6 +14,6 @@ ones(n1, n2 = n1, ...) \item{...}{extra dimensions} } \description{ -wrapper of `zeros_or_ones()` that replicates the behavior of +wrapper of `zeros_or_ones()` that replicates the behavior of the `ones()` function on Matlab } diff --git a/man/zeros.Rd b/man/zeros.Rd index a5fa748..c027e24 100644 --- a/man/zeros.Rd +++ b/man/zeros.Rd @@ -14,6 +14,6 @@ zeros(n1, n2 = n1, ...) \item{...}{extra dimensions} } \description{ -wrapper of `zeros_or_ones()` that replicates the behavior of +wrapper of `zeros_or_ones()` that replicates the behavior of the `zeros()` function on Matlab }