Nothing
library(testthat)
library(AntClassify)
# Force non-interactive mode to prevent "Press Enter" prompts during CRAN checks
options(interactive = FALSE)
# Mock readline globally to ensure automated tests do not hang
assignInNamespace("readline", function(...) "", ns = "base")
# Execute all tests in the package
test_check("AntClassify")
# Restore readline to its original state (safety measure)
assignInNamespace("readline", base::readline, ns = "base")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.