R Under development (unstable) (2025-05-30 r88253 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # ==================================================================== # > # TITLE: # > # AMR: An R Package for Working with Antimicrobial Resistance Data # > # # > # SOURCE CODE: # > # https://github.com/msberends/AMR # > # # > # PLEASE CITE THIS SOFTWARE AS: # > # Berends MS, Luz CF, Friedrich AW, et al. (2022). # > # AMR: An R Package for Working with Antimicrobial Resistance Data. # > # Journal of Statistical Software, 104(3), 1-31. # > # https://doi.org/10.18637/jss.v104.i03 # > # # > # Developed at the University of Groningen and the University Medical # > # Center Groningen in The Netherlands, in collaboration with many # > # colleagues from around the world, see our website. # > # # > # This R package is free software; you can freely use and distribute # > # it for both personal and commercial purposes under the terms of the # > # GNU General Public License version 2.0 (GNU GPL-2), as published by # > # the Free Software Foundation. # > # We created this package for both routine data analysis and academic # > # research and it was publicly released in the hope that it will be # > # useful, but it comes WITHOUT ANY WARRANTY OR LIABILITY. # > # # > # Visit our website for the full manual and a complete tutorial about # > # how to conduct AMR data analysis: https://amr-for-r.org # > # ==================================================================== # > > library(testthat) > library(AMR) > > test_check("AMR") [ FAIL 0 | WARN 0 | SKIP 45 | PASS 0 ] ══ Skipped tests (45) ══════════════════════════════════════════════════════════ • On CRAN (45): 'test-_deprecated.R:31:3', 'test-_misc.R:31:3', 'test-ab.R:31:3', 'test-ab_from_text.R:31:3', 'test-ab_property.R:31:3', 'test-age.R:31:3', 'test-amr_selectors.R:31:3', 'test-antibiogram.R:31:3', 'test-atc_online.R:31:3', 'test-av.R:31:3', 'test-av_from_text.R:31:3', 'test-av_property.R:31:3', 'test-availability.R:31:3', 'test-bug_drug_combinations.R:31:3', 'test-count.R:31:3', 'test-custom_antimicrobials.R:31:3', 'test-custom_microorganisms.R:32:3', 'test-data.R:31:3', 'test-disk.R:31:3', 'test-eucast_rules.R:31:3', 'test-first_isolate.R:31:3', 'test-g.test.R:31:3', 'test-get_episode.R:31:3', 'test-ggplot_sir.R:31:3', 'test-guess_ab_col.R:31:3', 'test-italicise_taxonomy.R:31:3', 'test-join_microorganisms.R:31:3', 'test-key_antimicrobials.R:31:3', 'test-kurtosis.R:31:3', 'test-like.R:31:3', 'test-mdro.R:31:3', 'test-mean_amr_distance.R:31:3', 'test-mic.R:31:3', 'test-mo.R:31:3', 'test-mo_property.R:31:3', 'test-pca.R:31:3', 'test-plotting.R:31:3', 'test-proportion.R:31:3', 'test-random.R:31:3', 'test-sir.R:31:3', 'test-skewness.R:31:3', 'test-top_n_microorganisms.R:31:3', 'test-translate.R:31:3', 'test-vctrs.R:31:3', 'test-zzz.R:31:3' [ FAIL 0 | WARN 0 | SKIP 45 | PASS 0 ] > > proc.time() user system elapsed 2.32 0.18 2.51