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:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user