R Under development (unstable) (2024-08-23 r87049 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 Registered S3 method overwritten by 'malariaAtlas': method from autoplot.default ggplot2 > > test_check("malariaAtlas") [ FAIL 0 | WARN 1 | SKIP 52 | PASS 31 ] ══ Skipped tests (52) ══════════════════════════════════════════════════════════ • On CRAN (52): 'test_as.class.R:6:3', 'test_as.class.R:24:3', 'test_autoplot.MAPraster.R:8:3', 'test_autoplot.MAPraster.R:26:3', 'test_autoplot.MAPraster.R:39:3', 'test_autoplot.MAPraster.R:57:3', 'test_autoplot.MAPraster.R:74:3', 'test_extractRaster.R:4:3', 'test_extractRaster.R:18:3', 'test_extractRaster.R:30:3', 'test_extractRaster.R:50:3', 'test_extractRaster.R:69:3', 'test_extractRaster.R:88:3', 'test_extractRaster.R:110:3', 'test_extractRaster.R:122:3', 'test_extractRaster.R:130:3', 'test_extractRaster.R:138:3', 'test_extractRaster.R:147:3', 'test_extractRaster.R:155:3', 'test_extractRaster.R:163:3', 'test_extractRaster.R:171:3', 'test_extractRaster.R:183:3', 'test_extractRaster.R:194:3', 'test_extractRaster.R:204:3', 'test_getPR.R:6:3', 'test_getPR.R:94:3', 'test_getPR.R:106:3', 'test_getPR.R:118:3', 'test_getPR.R:127:3', 'test_getRaster.R:4:3', 'test_getRaster.R:75:3', 'test_getRaster.R:87:3', 'test_getRaster.R:97:3', 'test_getRaster.R:107:3', 'test_getRaster.R:131:3', 'test_getShp.R:4:3', 'test_getShp.R:47:3', 'test_getShp.R:55:5', 'test_getShp.R:64:3', 'test_getVecOcc.R:6:4', 'test_getVecOcc.R:65:3', 'test_getVecOcc.R:72:3', 'test_getVecOcc.R:85:3', 'test_isAvailable.R:6:3', 'test_listData.R:10:3', 'test_listData.R:41:3', 'test_listData.R:73:3', 'test_listData.R:98:3', 'test_listData.R:138:3', 'test_plots.R:5:3', 'test_plots.R:26:3', 'test_plots.R:56:3' [ FAIL 0 | WARN 1 | SKIP 52 | PASS 31 ] > > proc.time() user system elapsed 3.57 0.39 3.95