R version 4.6.0 alpha (2026-03-28 r89737 ucrt) 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. > library(testthat) > library(genderBR) If you find this package useful, please consider acknowledging it. Use: citation('genderBR') > > test_check("genderBR") [ FAIL 0 | WARN 0 | SKIP 31 | PASS 62 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • NN model artifacts not available (4): 'test-get_gender-nn-option.R:17:3', 'test-get_gender-nn-option.R:23:3', 'test-get_gender-nn-option.R:30:3', 'test-get_gender-nn-option.R:37:3' • NN model artifacts not available (not yet uploaded to HF?) (10): 'test-predict-nn.R:15:3', 'test-predict-nn.R:20:3', 'test-predict-nn.R:25:3', 'test-predict-nn.R:32:3', 'test-predict-nn.R:38:3', 'test-predict-nn.R:46:3', 'test-predict-nn.R:52:3', 'test-predict-nn.R:59:3', 'test-predict-nn.R:67:3', 'test-predict-nn.R:78:3' • On CRAN (13): 'test-get_gender-api.R:20:3', 'test-get_gender-api.R:26:3', 'test-get_gender-api.R:33:3', 'test-get_gender-api.R:40:3', 'test-get_gender-api.R:47:3', 'test-get_gender-api.R:56:3', 'test-get_gender-api.R:69:3', 'test-get_gender-api.R:83:3', 'test-map_gender.R:17:3', 'test-map_gender.R:25:3', 'test-map_gender.R:32:3', 'test-map_gender.R:39:3', 'test-map_gender.R:50:3' • torch backend (Lantern) not available (4): 'test-model.R:10:3', 'test-model.R:15:3', 'test-model.R:23:3', 'test-model.R:31:3' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 62 ] > > proc.time() user system elapsed 2.09 0.34 2.42