Skip to content

Commit cff1181

Browse files
committed
Drop hd5write.default import
This function is not exported by rhdf5 anymore in favour of the corresponding S3 method. While sleuth already does not use `hd5write.default` anywhere (anymore?), it still imports it, breaking the installation on up-to-date systems. This commit fixes this by dropping the unnecessary import statement. Fixes #259.
1 parent e5ac761 commit cff1181

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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)