Skip to content

Commit a0b8e16

Browse files
committed
fix doc
1 parent 93e0c18 commit a0b8e16

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

NAMESPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,5 @@ export(trimSpace)
124124
export(trimStartEndSpace)
125125
export(writeCommunityMatrix)
126126
export(writeTable)
127-
import("reutils,xml2")
127+
import(reutils)
128+
import(xml2)

R/EUtils.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
#' @title EUtils NCBI
66
#'
77
#' @description Utils to process data downloaded from NCBI.
8-
#' @import reutils,xml2
8+
#' @import reutils
9+
#' @import xml2
910
#'
1011
#' @details
1112
#' \code{parseTaxaSet} parses the result XML (DOCTYPE is TaxaSet)

0 commit comments

Comments
 (0)