R Under development (unstable) (2024-12-07 r87428 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.7s] ℹ Preparing data... ✔ Prepared [30ms] ✔ Cite this dataset using https://doi.org/10.1111/gcb.16302 terra 1.7.83 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 [3ms] 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 [4m 41.2s] ℹ Preparing data... ✔ Prepared [27ms] ✔ Cite this dataset using https://doi.org/10.6084/m9.figshare.c.5525688.v2 ℹ Preparing data... ✔ Prepared [3ms] ✔ 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 [4.9s] i Preparing data... v Prepared [14ms] 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 [2.5s] i Preparing data... v Prepared [18ms] 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 [5.3s] i Preparing data... v Prepared [17ms] v Visit https://www.miteco.gob.es/es/biodiversidad/servicios/banco-datos-naturaleza/informacion-disponible/mfe50.html for more information ℹ Downloading data... ⠙ 14 extracted | 221 MB ( 53 MB/s) | 4.2s ℹ Downloading data... ✔ Downloaded [17.8s] ℹ Preparing data... ✔ Prepared [20ms] ✔ Visit https://geoservices.ign.fr/bdforet for more information on the dataset ℹ Downloading data... ✔ Downloaded [1m 19.3s] ℹ Preparing data... ✔ Prepared [20ms] ℹ Downloading data... ✔ Downloaded [10ms] ℹ Preparing data... ✔ Prepared [15ms] ℹ Downloading data... ✔ Downloaded [9ms] ℹ Preparing data... ✔ Prepared [17ms] ℹ Downloading data... ✔ Downloaded [12ms] ℹ Preparing data... ✔ Prepared [16ms] ℹ Downloading data... ✔ Downloaded [17ms] ℹ Preparing data... ✔ Prepared [25ms] [ FAIL 0 | WARN 0 | SKIP 13 | PASS 48 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • 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' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 48 ] > > proc.time() user system elapsed 78.48 46.21 454.12