We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e0c18 commit a0b8e16Copy full SHA for a0b8e16
NAMESPACE
@@ -124,4 +124,5 @@ export(trimSpace)
124
export(trimStartEndSpace)
125
export(writeCommunityMatrix)
126
export(writeTable)
127
-import("reutils,xml2")
+import(reutils)
128
+import(xml2)
R/EUtils.R
@@ -5,7 +5,8 @@
5
#' @title EUtils NCBI
6
#'
7
#' @description Utils to process data downloaded from NCBI.
8
-#' @import reutils,xml2
+#' @import reutils
9
+#' @import xml2
10
11
#' @details
12
#' \code{parseTaxaSet} parses the result XML (DOCTYPE is TaxaSet)
0 commit comments