R Under development (unstable) (2023-12-13 r85679 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(growR) +---------------------------------+ | Welcome to growR Version 1.2.0! | +---------------------------------+ > > test_check("growR") [INFO]Initialized directory structure in `D:\temp\RtmpE7JspG/test-directory`. [INFO]Initialized directory structure in `D:\temp\RtmpE7JspG/test-directory`. [INFO]Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/posieux_weather.txt` to `D:\temp\RtmpE7JspG/test-directory/input`. [INFO]Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/posieux_parameters.csv` to `D:\temp\RtmpE7JspG/test-directory/input`. [INFO]Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/posieux_management1.txt` to `D:\temp\RtmpE7JspG/test-directory/input`. [INFO]Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/posieux_management2.txt` to `D:\temp\RtmpE7JspG/test-directory/input`. [INFO]Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/sorens_weather.txt` to `D:\temp\RtmpE7JspG/test-directory/input`. [INFO]Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/sorens_parameters.csv` to `D:\temp\RtmpE7JspG/test-directory/input`. [INFO]Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/sorens_management1.txt` to `D:\temp\RtmpE7JspG/test-directory/input`. [INFO]Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/sorens_management2.txt` to `D:\temp\RtmpE7JspG/test-directory/input`. [INFO]Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/posieux1.csv` to `D:\temp\RtmpE7JspG/test-directory/data`. [INFO]Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/posieux2.csv` to `D:\temp\RtmpE7JspG/test-directory/data`. [INFO]Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/sorens1.csv` to `D:\temp\RtmpE7JspG/test-directory/data`. [INFO]Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/sorens2.csv` to `D:\temp\RtmpE7JspG/test-directory/data`. [INFO]Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/example_config.txt` to `D:\temp\RtmpE7JspG/test-directory`. [INFO]Copied example files to respective directories. [INFO]Parameter combination 1 out of 4. [INFO]Starting run 1 out of 1. [INFO][Run 1/1]Simulating year 2013 (1/1) [INFO]All runs completed. [INFO]Parameter combination 2 out of 4. [INFO]Starting run 1 out of 1. [INFO][Run 1/1]Simulating year 2013 (1/1) [INFO]All runs completed. [INFO]Parameter combination 3 out of 4. [INFO]Starting run 1 out of 1. [INFO][Run 1/1]Simulating year 2013 (1/1) [INFO]All runs completed. [INFO]Parameter combination 4 out of 4. [INFO]Starting run 1 out of 1. [INFO][Run 1/1]Simulating year 2013 (1/1) [INFO]All runs completed. [INFO]Completed parameter scan. [INFO]Time used: 1.39220690727234 [INFO]Starting run 1 out of 2. [INFO][Run 1/2]Simulating year 2013 (1/1) [INFO]Starting run 2 out of 2. [INFO][Run 2/2]Simulating year 2013 (1/1) [INFO]All runs completed. [ FAIL 0 | WARN 0 | SKIP 4 | PASS 26 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-management.R:20:3', 'test-modvegesite.R:72:3', 'test-parameters.R:27:3', 'test-weather.R:19:3' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 26 ] > > proc.time() user system elapsed 4.00 0.25 4.25