1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 09:31:58 +02:00

(v2.1.1.9133) update math formulae

This commit is contained in:
2025-01-27 22:43:35 +01:00
parent 9520977a10
commit 2561494e06
16 changed files with 55 additions and 1025 deletions

View File

@ -37,9 +37,6 @@ expect_inherits <- function(x, y, ...) {
", required is class ", paste0(y, collapse = "/")))
}
expect_stdout <- expect_output
if (getRversion() < "4.0.0") {
deparse1 <- AMR:::deparse1
}
# start unit tests
test_check("AMR")