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

(v0.9.0.9018) Remove mo_history

This commit is contained in:
2020-01-31 23:27:38 +01:00
parent 1b80773c22
commit f152ab9a48
25 changed files with 28 additions and 503 deletions

2
R/ab.R
View File

@ -327,7 +327,7 @@ as.ab <- function(x, ...) {
#' @rdname as.ab
#' @export
is.ab <- function(x) {
identical(class(x), "ab")
inherits(x, "ab")
}
#' @exportMethod print.ab