mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 21:01:58 +02:00
(v2.1.1.9141) new AMR selectors, eucast overwrite arg
This commit is contained in:
@ -141,11 +141,8 @@ call_functions <- c(
|
||||
|
||||
import_functions <- c(import_functions, call_functions)
|
||||
|
||||
suggests <- tryCatch(strsplit(utils::packageDescription(pkg = ".", lib.loc = ".", fields = "Suggests"), "[,\n ]+")[[1]],
|
||||
error = function(e) {
|
||||
print(list.files())
|
||||
return(import_functions)
|
||||
})
|
||||
suggests <- tryCatch(strsplit(pkgload::pkg_desc()$get_field("Suggests"), "[,\n ]+")[[1]],
|
||||
error = function(e) unname(import_functions))
|
||||
for (i in seq_len(length(import_functions))) {
|
||||
fn <- names(import_functions)[i]
|
||||
pkg <- unname(import_functions[i])
|
||||
|
Reference in New Issue
Block a user