R Under development (unstable) (2024-07-15 r86902 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(malariaAtlas) Loading required package: ggplot2 > > test_check("malariaAtlas") Start tag expected, '<' not found Start tag expected, '<' not found Start tag expected, '<' not found Start tag expected, '<' not found Start tag expected, '<' not found [ FAIL 0 | WARN 2 | SKIP 47 | PASS 33 ] ══ Skipped tests (47) ══════════════════════════════════════════════════════════ • On CRAN (47): 'test_as.class.R:7:3', 'test_as.class.R:28:3', 'test_autoplot.MAPraster.R:8:3', 'test_autoplot.MAPraster.R:27:3', 'test_extractRaster.R:6:3', 'test_extractRaster.R:20:3', 'test_extractRaster.R:32:3', 'test_extractRaster.R:52:3', 'test_extractRaster.R:71:3', 'test_extractRaster.R:90:3', 'test_extractRaster.R:112:3', 'test_extractRaster.R:123:3', 'test_extractRaster.R:132:3', 'test_extractRaster.R:140:3', 'test_extractRaster.R:149:3', 'test_extractRaster.R:157:3', 'test_extractRaster.R:165:3', 'test_extractRaster.R:173:3', 'test_extractRaster.R:185:3', 'test_extractRaster.R:196:3', 'test_getPR.R:7:3', 'test_getPR.R:97:3', 'test_getPR.R:109:3', 'test_getPR.R:121:3', 'test_getRaster.R:5:3', 'test_getRaster.R:77:3', 'test_getRaster.R:90:3', 'test_getRaster.R:99:3', 'test_getRaster.R:110:3', 'test_getRaster.R:133:3', 'test_getShp.R:5:3', 'test_getShp.R:47:3', 'test_getShp.R:54:5', 'test_getShp.R:63:3', 'test_getVecOcc.R:7:4', 'test_getVecOcc.R:75:3', 'test_getVecOcc.R:85:3', 'test_getVecOcc.R:102:3', 'test_isAvailable.R:11:3', 'test_listData.R:11:3', 'test_listData.R:46:3', 'test_listData.R:79:3', 'test_listData.R:106:3', 'test_listData.R:148:3', 'test_plots.R:8:1', 'test_plots.R:33:1', 'test_plots.R:69:3' [ FAIL 0 | WARN 2 | SKIP 47 | PASS 33 ] > > proc.time() user system elapsed 26.70 1.23 49.61