mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 04:02:19 +02:00
fix warnings
This commit is contained in:
@ -20,6 +20,11 @@
|
||||
# ==================================================================== #
|
||||
|
||||
globalVariables(c(".",
|
||||
"atc",
|
||||
"certe",
|
||||
"official",
|
||||
"trade_name",
|
||||
"umcg",
|
||||
"..property",
|
||||
"antibiotic",
|
||||
"Antibiotic",
|
||||
|
3
R/itis.R
3
R/itis.R
@ -35,7 +35,8 @@
|
||||
#' @examples
|
||||
#' # Get a note when a species was renamed
|
||||
#' mo_shortname("Chlamydia psittaci")
|
||||
#' # Note: 'Chlamydia psittaci' (Page, 1968) was renamed 'Chlamydophila psittaci' (Everett et al., 1999)
|
||||
#' # Note: 'Chlamydia psittaci' (Page, 1968) was renamed
|
||||
#' # 'Chlamydophila psittaci' (Everett et al., 1999)
|
||||
#' # [1] "C. psittaci"
|
||||
#'
|
||||
#' # Get any property from the entire taxonomic tree for all included species
|
||||
|
Reference in New Issue
Block a user