R Under development (unstable) (2024-05-13 r86547 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(EWSmethods) > > test_check("EWSmethods") data successfully aggregated into monthly time steps data successfully aggregated into monthly time steps data successfully aggregated into monthly time steps Attention: may take up to 10 minutes to complete d:\RCompile\CRANincoming\R-devel\EWSmethods.Rcheck\tests\testthat>CALL "C:\Users\CRAN\AppData\Local\r-miniconda\condabin\activate.bat" "test_env" d:\RCompile\CRANincoming\R-devel\EWSmethods.Rcheck\tests\testthat>conda.bat activate "test_env" (test_env) d:\RCompile\CRANincoming\R-devel\EWSmethods.Rcheck\tests\testthat>"C:\Users\CRAN\AppData\Local\r-miniconda\envs\test_env/python.exe" -m pip install --upgrade --no-user --timeout=1000 "tensorflow==2.15.0" scikit-learn sphinxcontrib-matlabdomain seaborn ERROR: Could not find a version that satisfies the requirement tensorflow==2.15.0 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.4.0, 2.4.1, 2.4.2, 2.4.3, 2.4.4, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.6.5, 2.7.0rc0, 2.7.0rc1, 2.7.0, 2.7.1, 2.7.2, 2.7.3, 2.7.4, 2.8.0rc0, 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0, 2.11.1, 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.12.1, 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.13.1) ERROR: No matching distribution found for tensorflow==2.15.0 [ FAIL 1 | WARN 30 | SKIP 1 | PASS 70 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • On CRAN (1): 'test-reset_ewsnet.R:2:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-ewsnet_init.R:18:3'): EWSNet can be correctly initialised ────── Error: Error installing package(s): "\"tensorflow==2.15.0\"", "scikit-learn", "sphinxcontrib-matlabdomain", "seaborn" Backtrace: ▆ 1. └─EWSmethods::ewsnet_init(envname = "test_env", auto = TRUE) at test-ewsnet_init.R:18:3 2. └─reticulate::conda_install(...) 3. └─reticulate:::pip_install(...) [ FAIL 1 | WARN 30 | SKIP 1 | PASS 70 ] Error: Test failures Execution halted