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

(v1.1.0.9020) updated taxonomy

This commit is contained in:
2020-05-27 16:37:49 +02:00
parent ae1969b941
commit 86d44054f0
55 changed files with 68063 additions and 70233 deletions

2
R/ab.R
View File

@ -347,7 +347,7 @@ is.ab <- function(x) {
#' @export
#' @noRd
print.ab <- function(x, ...) {
cat("Class 'ab'\n")
cat("Class <ab>\n")
print(as.character(x), quote = FALSE)
}