mirror of
https://github.com/msberends/AMR.git
synced 2025-07-18 10:43:16 +02:00
(v0.7.1.9035) cephalosporins and unit tests
This commit is contained in:
@ -31,10 +31,6 @@ test_that("percentages works", {
|
||||
expect_equal(percent(0.0055), "0.6%")
|
||||
})
|
||||
|
||||
test_that("size format works", {
|
||||
expect_equal(size_humanreadable(123456), "121 kB")
|
||||
})
|
||||
|
||||
test_that("functions missing in older R versions work", {
|
||||
expect_equal(strrep("A", 5), "AAAAA")
|
||||
expect_equal(strrep(c("A", "B"), c(5, 2)), c("AAAAA", "BB"))
|
||||
|
Reference in New Issue
Block a user