R Under development (unstable) (2023-12-04 r85659 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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. > library(testthat) > library(plot3logit) Loading required package: ggtern Loading required package: ggplot2 -- Remember to cite, run citation(package = 'ggtern') for further info. -- Attaching package: 'ggtern' The following objects are masked from 'package:ggplot2': aes, annotate, ggplot, ggplotGrob, ggplot_build, ggplot_gtable, ggsave, layer_data, theme_bw, theme_classic, theme_dark, theme_gray, theme_light, theme_linedraw, theme_minimal, theme_void Loading required package: Ternary Please cite "plot3logit" in publications by using: Santi F., M. M. Dickson, G. Espa, D. Giuliani (2022). "plot3logit: Ternary Plots for Interpreting Trinomial Regression Models." _Journal of Statistical Software, Code Snippets_, *103*(1), 1-27. doi:10.18637/jss.v103.c01. Type `citation("plot3logit")` for BibTeX entry. > > test_check("plot3logit") [ FAIL 0 | WARN 0 | SKIP 0 | PASS 81 ] > > proc.time() user system elapsed 13.98 1.67 15.64