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

(v1.7.1.9015) removed S3 taxonomic_name again

This commit is contained in:
2021-07-07 20:34:05 +02:00
parent ad10693a1a
commit 625a6fb304
25 changed files with 55 additions and 187 deletions

2
R/mo.R
View File

@ -473,7 +473,7 @@ exec_as.mo <- function(x,
langs <- LANGUAGES_SUPPORTED[LANGUAGES_SUPPORTED != "en"]
for (l in langs) {
for (i in seq_len(nrow(trns))) {
if (!is.na(trns[i, l, drop = TRUE])) {
if (!is.na(trns[i, l, drop = TRUE]) && trns[i, l, drop = TRUE] %unlike% "\\\\1") {
x <- gsub(pattern = trns[i, l, drop = TRUE],
replacement = trns$pattern[i],
x = x,