R Under development (unstable) (2024-12-10 r87437 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(forestdata) > > test_check("forestdata") ℹ Downloading data... ✔ Downloaded [7.4s] ℹ Preparing data... ✔ Prepared [27ms] ✔ Cite this dataset using https://doi.org/10.1111/gcb.16302 terra 1.8.5 Attaching package: 'terra' The following objects are masked from 'package:testthat': compare, describe ℹ Downloading data... ✔ Downloaded [2ms] ✔ Cite this dataset using https://doi.org/10.1016/j.dib.2017.05.007 i Downloading data... v Downloaded [2ms] v Cite this dataset using https://doi.org/10.1016/j.dib.2017.05.007 i Downloading data... v Downloaded [2ms] v Cite this dataset using https://doi.org/10.1016/j.dib.2017.05.007 i Downloading data... v Downloaded [2ms] v Cite this dataset using https://doi.org/10.1016/j.dib.2017.05.007 i Downloading data... v Downloaded [2ms] v Cite this dataset using https://doi.org/10.1016/j.dib.2017.05.007 ℹ Downloading data... ✔ Downloaded [58.9s] ℹ Preparing data... ✔ Prepared [12ms] ✔ Cite this dataset using https://doi.org/10.6084/m9.figshare.c.5525688.v2 ℹ Preparing data... ✔ Prepared [2ms] ✔ Cite this dataset using https://doi.org/10.6084/m9.figshare.c.5525688.v2 ℹ Preparing data... ✔ Prepared [2ms] ✔ Cite this dataset using https://doi.org/10.6084/m9.figshare.c.5525688.v2 ℹ Preparing data... ✔ Prepared [2ms] ✔ Cite this dataset using https://doi.org/10.6084/m9.figshare.c.5525688.v2 ℹ Preparing data... ✔ Prepared [2ms] ✔ Cite this dataset using https://doi.org/10.6084/m9.figshare.c.5525688.v2 ℹ Preparing data... ✔ Prepared [2ms] ✔ Cite this dataset using https://doi.org/10.6084/m9.figshare.c.5525688.v2 ℹ Preparing data... ✔ Prepared [2ms] ✔ Cite this dataset using https://doi.org/10.6084/m9.figshare.c.5525688.v2 ℹ Preparing data... ✔ Prepared [2ms] ✔ Cite this dataset using https://doi.org/10.6084/m9.figshare.c.5525688.v2 ℹ Preparing data... ✔ Prepared [2ms] ✔ Cite this dataset using https://doi.org/10.6084/m9.figshare.c.5525688.v2 ℹ Preparing data... ✔ Prepared [2ms] ✔ Cite this dataset using https://doi.org/10.6084/m9.figshare.c.5525688.v2 i Downloading data... v Downloaded [3s] i Preparing data... v Prepared [13ms] v Visit https://www.miteco.gob.es/es/biodiversidad/servicios/banco-datos-naturaleza/informacion-disponible/mfe50.html for more information i Downloading data... v Downloaded [766ms] i Preparing data... v Prepared [12ms] v Visit https://www.miteco.gob.es/es/biodiversidad/servicios/banco-datos-naturaleza/informacion-disponible/mfe50.html for more information i Downloading data... v Downloaded [1.4s] i Preparing data... v Prepared [12ms] v Visit https://www.miteco.gob.es/es/biodiversidad/servicios/banco-datos-naturaleza/informacion-disponible/mfe50.html for more information ℹ Downloading data... ✔ Downloaded [18.2s] ℹ Preparing data... ✔ Prepared [12ms] ✔ Visit https://geoservices.ign.fr/bdforet for more information on the dataset ℹ Downloading data... ✔ Downloaded [1m 25.1s] ℹ Preparing data... ✔ Prepared [19ms] ℹ Downloading data... ✔ Downloaded [7ms] ℹ Preparing data... ✔ Prepared [11ms] ℹ Downloading data... ✔ Downloaded [7ms] ℹ Preparing data... ✔ Prepared [11ms] ℹ Downloading data... ✔ Downloaded [7ms] ℹ Preparing data... ✔ Prepared [10ms] ℹ Downloading data... ✔ Downloaded [13ms] ℹ Preparing data... ✔ Prepared [18ms] [ FAIL 0 | WARN 0 | SKIP 16 | PASS 45 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-GLAD.R:18:3', 'test-GLAD.R:35:3', 'test-GLAD.R:54:3', 'test-canopy-height.R:20:3', 'test-canopy-height.R:29:3', 'test-canopy-height.R:45:3', 'test-canopy-height.R:59:3', 'test-canopy-height.R:94:3', 'test-land-cover.R:8:3', 'test-land-cover.R:22:3', 'test-land-cover.R:63:3', 'test-land-cover.R:84:3', 'test-land-cover.R:134:3' • empty test (3): 'test-chorological-maps.R:19:1', 'test-chorological-maps.R:28:1', 'test-forest-country.R:22:1' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 45 ] > > proc.time() user system elapsed 50.28 25.75 210.09