1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-18 10:43:16 +02:00

(v0.7.1.9071) p_symbol()

This commit is contained in:
2019-09-03 09:47:39 +02:00
parent 06b6266366
commit b5d2a08401
18 changed files with 363 additions and 55 deletions

View File

@ -35,4 +35,7 @@ test_that("deprecated functions work", {
AMC_ED20 = "S"),
as.atc("augmentin"))),
"AMC_ED20")
expect_identical(suppressWarnings(p.symbol(seq(0, 1, 0.001))),
p_symbol(seq(0, 1, 0.001)))
})