R Under development (unstable) (2026-06-14 r90150 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(animl) Error in reticulate::use_condaenv(envname, required = TRUE) : Unable to locate conda environment 'animl_env'. > > test_check("animl") Classifying animal images.. [ FAIL 0 | WARN 0 | SKIP 38 | PASS 92 ] ══ Skipped tests (38) ══════════════════════════════════════════════════════════ • animl_py not available (38): 'test-classification.R:32:3', 'test-classification.R:37:3', 'test-classification.R:42:3', 'test-classification.R:47:3', 'test-detection.R:27:3', 'test-detection.R:34:3', 'test-detection.R:41:3', 'test-detection.R:66:3', 'test-export.R:72:3', 'test-export.R:92:3', 'test-export.R:100:3', 'test-export.R:123:3', 'test-export.R:129:3', 'test-export.R:158:3', 'test-export.R:163:3', 'test-file_management.R:163:3', 'test-file_management.R:175:3', 'test-file_management.R:185:3', 'test-file_management.R:196:3', 'test-file_management.R:201:3', 'test-reid.R:6:3', 'test-reid.R:13:3', 'test-reid.R:20:3', 'test-reid.R:28:3', 'test-reid.R:36:3', 'test-reid.R:43:3', 'test-reid.R:50:3', 'test-reid.R:59:3', 'test-reid.R:66:3', 'test-reid.R:74:3', 'test-reid.R:84:3', 'test-reid.R:91:3', 'test-reid.R:98:3', 'test-reid.R:106:3', 'test-reid.R:114:3', 'test-split.R:115:3', 'test-visualization.R:20:3', 'test-visualization.R:38:3' [ FAIL 0 | WARN 0 | SKIP 38 | PASS 92 ] > > proc.time() user system elapsed 2.73 0.50 6.84