From 761b72f6ce69170a1ec972918afe788cbc12c6a5 Mon Sep 17 00:00:00 2001 From: ChiLiubio Date: Fri, 3 Jan 2025 13:21:03 +0800 Subject: [PATCH] add lifecycle in Imports --- DESCRIPTION | 2 +- NAMESPACE | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 79ff443..d9cf26e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -12,7 +12,7 @@ Maintainer: Chi Liu Description: A series of statistical and plotting approaches in microbial community ecology based on the R6 class. The classes are designed for data preprocessing, taxa abundance plotting, alpha diversity analysis, beta diversity analysis, differential abundance test, null model analysis, network analysis, machine learning, environmental data analysis and functional analysis. URL: https://github.com/ChiLiubio/microeco Depends: R (>= 3.5.0) -Imports: R6, stats, ape, vegan, rlang, data.table, magrittr, dplyr, tibble, scales, grid, ggplot2 (>= 3.5.0), RColorBrewer, reshape2, igraph (>= 2.0.0) +Imports: R6, stats, ape, vegan, rlang, data.table, magrittr, dplyr, tibble, scales, grid, ggplot2 (>= 3.5.0), RColorBrewer, reshape2, igraph (>= 2.0.0), lifecycle Suggests: GUniFrac, MASS, ggpubr, randomForest, ggdendro, ggrepel, agricolae, gridExtra, picante, pheatmap, rgexf, mice, GGally License: GPL-3 LazyData: true diff --git a/NAMESPACE b/NAMESPACE index 9f962e4..0d7275d 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -25,6 +25,7 @@ import(vegan) importFrom(R6,R6Class) importFrom(grDevices,colorRampPalette) importFrom(igraph,ecount) +importFrom(lifecycle,deprecated) importFrom(magrittr,"%<>%") importFrom(magrittr,"%>%") importFrom(reshape2,acast)