From 67e5bc4a26a5bc06aa6f8d0a0f278859bbbeec6a Mon Sep 17 00:00:00 2001 From: vbonhomme Date: Fri, 10 Nov 2023 14:27:05 +0100 Subject: [PATCH] resub to CRAN round 3 --- R/core-premodern.R | 4 ---- man/coo_truss.Rd | 4 ---- man/reexports.Rd | 2 +- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/R/core-premodern.R b/R/core-premodern.R index 1c92dc49..badec898 100755 --- a/R/core-premodern.R +++ b/R/core-premodern.R @@ -144,10 +144,6 @@ measure_nse <- function(ch){ #' # example on wings dataset #' tx <- coo_truss(wings) -#' dim(tx) -#' # we normalize and plot an heatmap -#' txn <- apply(tx$coe, 2, .normalize) -#' # heatmap(txn) #' #' txp <- PCA(tx, scale. = TRUE, center=TRUE, fac=wings$fac) #' plot(txp, 1) diff --git a/man/coo_truss.Rd b/man/coo_truss.Rd index 35450a28..7fdac92c 100755 --- a/man/coo_truss.Rd +++ b/man/coo_truss.Rd @@ -26,10 +26,6 @@ coo_truss(cat) # example on wings dataset tx <- coo_truss(wings) -dim(tx) -# we normalize and plot an heatmap -txn <- apply(tx$coe, 2, .normalize) -# heatmap(txn) txp <- PCA(tx, scale. = TRUE, center=TRUE, fac=wings$fac) plot(txp, 1) diff --git a/man/reexports.Rd b/man/reexports.Rd index a1698423..2ad89e0f 100755 --- a/man/reexports.Rd +++ b/man/reexports.Rd @@ -14,6 +14,6 @@ These objects are imported from other packages. Follow the links below to see their documentation. \describe{ - \item{magrittr}{\code{\link[magrittr:exposition]{\%$\%}}, \code{\link[magrittr:compound]{\%<>\%}}, \code{\link[magrittr:pipe]{\%>\%}}, \code{\link[magrittr:tee]{\%T>\%}}} + \item{magrittr}{\code{\link[magrittr:compound]{\%<>\%}}, \code{\link[magrittr:pipe]{\%>\%}}, \code{\link[magrittr:exposition]{\%$\%}}, \code{\link[magrittr:tee]{\%T>\%}}} }}