File: test-plugin-path.R

package info (click to toggle)
r-bioc-rhdf5filters 1.18.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: ansic: 616; makefile: 163; cpp: 95
file content (7 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
library(rhdf5filters)

expect_true( nchar(Sys.getenv("HDF5_PLUGIN_PATH")) == 0 )

expect_inherits(tmp <- hdf5_plugin_path(), "character")
expect_true( grepl(pattern = "rhdf5filters/lib", x = tmp) )