msberends / AMR

Functions to simplify and standardise antimicrobial resistance (AMR) data analysis and to work with microbial and antimicrobial properties by using evidence-based methods, as described in https://doi.org/10.18637/jss.v104.i03.
https://msberends.github.io/AMR/
Other
83 stars 12 forks source link

Decrease time in printing tibbles #124

Closed msberends closed 10 months ago

msberends commented 10 months ago

Printing tibbles now takes too much time:

library(AMR)
example_isolates

Probably since 2.1.0, where we introduced ANSI urls in ab and mo.

msberends commented 10 months ago

Not due to AMR, it's due to tibble itself (and settings for significance for example).