R Under development (unstable) (2024-06-06 r86701 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. > # 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(FIESTA) > > test_check("FIESTA") [ FAIL 0 | WARN 0 | SKIP 33 | PASS 0 ] ══ Skipped tests (33) ══════════════════════════════════════════════════════════ • On CRAN (33): 'test-datLUTclass.R:3:3', 'test-datLUTnm.R:3:3', 'test-datLUTspp.R:3:3', 'test-datPivot.R:5:3', 'test-datSumCond.R:4:3', 'test-datSumTree.R:5:3', 'test-datSumtreeDom.R:6:3', 'test-modGBarea.R:4:3', 'test-modGBchng.R:3:3', 'test-modGBdwm.R:3:3', 'test-modGBp2veg.R:3:3', 'test-modGBpop.R:5:3', 'test-modGBratio.R:4:3', 'test-modGBtree.R:4:3', 'test-spClipPoint.R:4:3', 'test-spClipPoly.R:4:3', 'test-spClipRast.R:4:3', 'test-spExportSpatial.R:5:3', 'test-spExtractPoly.R:4:3', 'test-spExtractRast.R:5:3', 'test-spGetAuxiliary.R:3:3', 'test-spGetEstUnit.R:3:3', 'test-spGetPlots.R:5:3', 'test-spGetStrata.R:3:3', 'test-spGetXY.R:3:3', 'test-spImportSpatial.R:6:3', 'test-spImportSpatial.R:18:3', 'test-spMakeSpatialPoints.R:5:3', 'test-spMakeSpatialPoints.R:17:3', 'test-spReprojectRaster.R:5:3', 'test-spReprojectVector.R:4:3', 'test-spUnionPoly.R:3:3', 'test-spZonalRast.R:3:3' [ FAIL 0 | WARN 0 | SKIP 33 | PASS 0 ] > > proc.time() user system elapsed 2.21 0.26 2.46