From ad881196151edb884ff5f71872db8d258795b0b4 Mon Sep 17 00:00:00 2001 From: aho Date: Thu, 12 Nov 2020 12:31:53 +0100 Subject: [PATCH] Change ACC() 'Import abind' to 'ImportFrom abind abind' to remove the warning when library the package --- NAMESPACE | 1 - R/ACC.R | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/NAMESPACE b/NAMESPACE index 8561a4f0..95ef972f 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -83,7 +83,6 @@ export(clim.palette) import(GEOmap) import(NbClust) import(SpecsVerification) -import(abind) import(bigmemory) import(geomapdata) import(graphics) diff --git a/R/ACC.R b/R/ACC.R index a00bacf7..4e13794e 100644 --- a/R/ACC.R +++ b/R/ACC.R @@ -92,7 +92,7 @@ #' 1.3.0 - 2014-08 (V. Guemas, \email{virginie.guemas@@bsc.es}) - Boostrapping over members\cr #' 1.3.1 - 2014-09 (C. Prodhomme, \email{chloe.prodhomme@@bsc.es}) - Add comments and minor style changes\cr #' 1.3.2 - 2015-02 (N. Manubens, \email{nicolau.manubens@@bsc.es}) - Fixed ACC documentation and examples -#'@import abind +#'@importFrom abind abind #'@importFrom stats qt qnorm quantile #'@export ACC <- function(var_exp, var_obs, lon = NULL, lat = NULL, -- GitLab