Skip to content

Commit 1f3760a

Browse files
authored
Merge pull request #260 from mschilli87/drop-h5write-default-import
Drop hd5write.default import
2 parents e5ac761 + cff1181 commit 1f3760a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

NAMESPACE

-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,3 @@ importFrom(dplyr,"%>%")
8686
importFrom(lazyeval,interp)
8787
importFrom(lazyeval,lazy)
8888
importFrom(rhdf5,h5write)
89-
importFrom(rhdf5,h5write.default)

R/read_write.R

-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ trans_to_genes_from_gtf <- function(fname) {
358358
#' to use, with 0 being no compression and 7 being the highest supported by this method.
359359
#' The default of 6 is a good choice for most applications.
360360
#' @return the kallisto object \code{kal} invisibly.
361-
#' @importFrom rhdf5 h5write.default
362361
#' @importFrom rhdf5 h5write
363362
#' @export
364363
write_kallisto_hdf5 <- function(kal, fname, overwrite = TRUE,

0 commit comments

Comments
 (0)