1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 14:01:55 +02:00

(v0.8.0.9036) complete documentation rewrite

This commit is contained in:
2019-11-28 22:32:17 +01:00
parent 7c28b392b1
commit c5f00f4a9f
138 changed files with 2797 additions and 2484 deletions

View File

@ -18,27 +18,3 @@
# ANY WARRANTY OR LIABILITY. #
# Visit our website for more info: https://msberends.gitlab.io/AMR. #
# ==================================================================== #
# context("mo_history.R")
#
# test_that("mo_history works", {
# clean_mo_history(force = TRUE)
# expect_equal(read_mo_history(force = TRUE),
# NULL)
#
# expect_equal(as.character(suppressWarnings(as.mo("testsubject"))), "UNKNOWN")
#
# set_mo_history("testsubject", "B_ESCHR_COL",
# uncertainty_level = translate_allow_uncertain(TRUE),
# force = TRUE)
#
# expect_equal(get_mo_history("testsubject",
# uncertainty_level = translate_allow_uncertain(TRUE),
# force = TRUE),
# "B_ESCHR_COL")
#
# expect_equal(as.character(as.mo("testsubject", force_mo_history = TRUE)), "B_ESCHR_COL")
#
# expect_equal(colnames(read_mo_history(force = TRUE)),
# c("x", "mo", "uncertainty_level", "package_v"))
# })