R Under development (unstable) (2023-10-12 r85324 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.0.0! | +---------------------------------+ > > test_check("growR") [1] "Initialized directory structure in `D:\\temp\\RtmpOixrep/test-directory`." [1] "Initialized directory structure in `D:\\temp\\RtmpOixrep/test-directory`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/posieux_weather.txt` to `D:\\temp\\RtmpOixrep/test-directory/input`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/posieux_parameters.csv` to `D:\\temp\\RtmpOixrep/test-directory/input`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/posieux_management1.txt` to `D:\\temp\\RtmpOixrep/test-directory/input`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/posieux_management2.txt` to `D:\\temp\\RtmpOixrep/test-directory/input`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/sorens_weather.txt` to `D:\\temp\\RtmpOixrep/test-directory/input`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/sorens_parameters.csv` to `D:\\temp\\RtmpOixrep/test-directory/input`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/sorens_management1.txt` to `D:\\temp\\RtmpOixrep/test-directory/input`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/sorens_management2.txt` to `D:\\temp\\RtmpOixrep/test-directory/input`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/posieux1.csv` to `D:\\temp\\RtmpOixrep/test-directory/data`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/posieux2.csv` to `D:\\temp\\RtmpOixrep/test-directory/data`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/sorens1.csv` to `D:\\temp\\RtmpOixrep/test-directory/data`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/sorens2.csv` to `D:\\temp\\RtmpOixrep/test-directory/data`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/extdata/example_config.txt` to `D:\\temp\\RtmpOixrep/test-directory`." [1] "Copying `D:/RCompile/CRANincoming/R-devel/lib/growR/scripts/compare.R` to `D:\\temp\\RtmpOixrep/test-directory`." [1] "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.2832989692688 [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 1 | PASS 17 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-modvegesite.R:69:3' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 17 ] > > proc.time() user system elapsed 3.06 0.15 3.20