mirror of
https://github.com/msberends/AMR.git
synced 2025-07-18 11:33:18 +02:00
support A. species for as.mo, cleanup
This commit is contained in:
@ -18,7 +18,7 @@ test_that("read 4D works", {
|
||||
tf <- tempfile()
|
||||
write.table(test1, file = tf, quote = F, sep = "\t")
|
||||
|
||||
x <- read.4D(tf, skip = 0)
|
||||
x <- read.4D(tf, skip = 0, info = TRUE)
|
||||
unlink(tf)
|
||||
|
||||
expect_equal(ncol(x), 11)
|
||||
|
Reference in New Issue
Block a user