1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-13 00:32:34 +02:00

Fix translatable strings

This commit is contained in:
2023-04-15 09:32:13 +02:00
parent ed70f95380
commit 1a02d302d4
15 changed files with 20 additions and 17 deletions

View File

@ -1380,6 +1380,9 @@ for (nm in to_restore) {
# Save to package ---------------------------------------------------------
# set class <mo> if still needed (if you run only this part coming from other scripts)
class(microorganisms$mo) <- c("mo", "character")
microorganisms <- microorganisms %>% arrange(fullname)
usethis::use_data(microorganisms, overwrite = TRUE, version = 2, compress = "xz")
rm(microorganisms)