- using R version 4.4.3 (2025-02-28 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 13.3.0
GNU Fortran (GCC) 13.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'iRfcb/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'iRfcb' version '0.6.0'
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'iRfcb' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- checking package directory ... OK
- checking 'build' directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [6s] OK
- checking whether the package can be loaded with stated dependencies ... [5s] OK
- checking whether the package can be unloaded cleanly ... [5s] OK
- checking whether the namespace can be loaded with stated dependencies ... [5s] OK
- checking whether the namespace can be unloaded cleanly ... [6s] OK
- checking loading without being on the library search path ... [6s] OK
- checking whether startup messages can be suppressed ... [6s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [21s] OK
- checking Rd files ... [2s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [31s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [160s] OK
Running 'spelling.R' [0s]
Running 'testthat.R' [159s]
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [221s] ERROR
Error(s) in re-building vignettes:
--- re-building 'a-general-tutorial.Rmd' using rmarkdown
Quitting from a-general-tutorial.Rmd:41-49 [unnamed-chunk-4]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `unzip()`:
! zip error: Cannot open zip file `D:\RCompile\CRANpkg\local\4.4\iRfcb.Rcheck\vign_test\iRfcb\vignettes\data\48158716.zip` for reading in file zip.c:144
---
Backtrace:
▆
1. └─iRfcb::ifcb_download_test_data(...)
2. └─zip::unzip(dest_file, exdir = dest_dir)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'a-general-tutorial.Rmd' failed with diagnostics:
zip error: Cannot open zip file `D:\RCompile\CRANpkg\local\4.4\iRfcb.Rcheck\vign_test\iRfcb\vignettes\data\48158716.zip` for reading in file zip.c:144
--- failed re-building 'a-general-tutorial.Rmd'
--- re-building 'qc-tutorial.Rmd' using rmarkdown
Requirement already satisfied: pip in d:\temp\2025_12_29_16_12_34_1110\rtmp0wbcic\irfcb\lib\site-packages (21.2.4)
Collecting pip
Using cached pip-25.3-py3-none-any.whl (1.8 MB)
Collecting wheel
Using cached wheel-0.45.1-py3-none-any.whl (72 kB)
Requirement already satisfied: setuptools in d:\temp\2025_12_29_16_12_34_1110\rtmp0wbcic\irfcb\lib\site-packages (58.1.0)
Collecting setuptools
Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
Installing collected packages: wheel, setuptools, pip
Attempting uninstall: setuptools
Found existing installation: setuptools 58.1.0
Uninstalling setuptools-58.1.0:
Successfully uninstalled setuptools-58.1.0
Attempting uninstall: pip
Found existing installation: pip 21.2.4
Uninstalling pip-21.2.4:
Successfully uninstalled pip-21.2.4
Successfully installed pip-25.3 setuptools-80.9.0 wheel-0.45.1
Collecting scipy>=1.13.0 (from -r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 1))
Using cached scipy-1.13.1-cp39-cp39-win_amd64.whl.metadata (60 kB)
Collecting pandas>=2.2.2 (from -r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 2))
Using cached pandas-2.3.3-cp39-cp39-win_amd64.whl.metadata (19 kB)
Collecting matplotlib>=3.9.0 (from -r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 3))
Using cached matplotlib-3.9.4-cp39-cp39-win_amd64.whl.metadata (11 kB)
Collecting numpy<2.3,>=1.22.4 (from scipy>=1.13.0->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 1))
Using cached numpy-2.0.2-cp39-cp39-win_amd64.whl.metadata (59 kB)
Collecting python-dateutil>=2.8.2 (from pandas>=2.2.2->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 2))
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting pytz>=2020.1 (from pandas>=2.2.2->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 2))
Using cached pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)
Collecting tzdata>=2022.7 (from pandas>=2.2.2->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 2))
Using cached tzdata-2025.3-py2.py3-none-any.whl.metadata (1.4 kB)
Collecting contourpy>=1.0.1 (from matplotlib>=3.9.0->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 3))
Using cached contourpy-1.3.0-cp39-cp39-win_amd64.whl.metadata (5.4 kB)
Collecting cycler>=0.10 (from matplotlib>=3.9.0->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 3))
Using cached cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib>=3.9.0->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 3))
Using cached fonttools-4.60.2-cp39-cp39-win_amd64.whl.metadata (115 kB)
Collecting kiwisolver>=1.3.1 (from matplotlib>=3.9.0->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 3))
Using cached kiwisolver-1.4.7-cp39-cp39-win_amd64.whl.metadata (6.4 kB)
Collecting packaging>=20.0 (from matplotlib>=3.9.0->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 3))
Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
Collecting pillow>=8 (from matplotlib>=3.9.0->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 3))
Using cached pillow-11.3.0-cp39-cp39-win_amd64.whl.metadata (9.2 kB)
Collecting pyparsing>=2.3.1 (from matplotlib>=3.9.0->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 3))
Using cached pyparsing-3.3.1-py3-none-any.whl.metadata (5.6 kB)
Collecting importlib-resources>=3.2.0 (from matplotlib>=3.9.0->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 3))
Using cached importlib_resources-6.5.2-py3-none-any.whl.metadata (3.9 kB)
Collecting zipp>=3.1.0 (from importlib-resources>=3.2.0->matplotlib>=3.9.0->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 3))
Using cached zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB)
Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas>=2.2.2->-r D:/RCompile/CRANpkg/lib/4.4/iRfcb/python/requirements.txt (line 2))
Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Using cached scipy-1.13.1-cp39-cp39-win_amd64.whl (46.2 MB)
Using cached numpy-2.0.2-cp39-cp39-win_amd64.whl (15.9 MB)
Using cached pandas-2.3.3-cp39-cp39-win_amd64.whl (11.4 MB)
Using cached matplotlib-3.9.4-cp39-cp39-win_amd64.whl (7.8 MB)
Using cached contourpy-1.3.0-cp39-cp39-win_amd64.whl (211 kB)
Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
Using cached fonttools-4.60.2-cp39-cp39-win_amd64.whl (1.5 MB)
Using cached importlib_resources-6.5.2-py3-none-any.whl (37 kB)
Using cached kiwisolver-1.4.7-cp39-cp39-win_amd64.whl (55 kB)
Using cached packaging-25.0-py3-none-any.whl (66 kB)
Using cached pillow-11.3.0-cp39-cp39-win_amd64.whl (7.0 MB)
Using cached pyparsing-3.3.1-py3-none-any.whl (121 kB)
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Using cached pytz-2025.2-py2.py3-none-any.whl (509 kB)
Using cached six-1.17.0-py2.py3-none-any.whl (11 kB)
Using cached tzdata-2025.3-py2.py3-none-any.whl (348 kB)
Using cached zipp-3.23.0-py3-none-any.whl (10 kB)
Installing collected packages: pytz, zipp, tzdata, six, pyparsing, pillow, packaging, numpy, kiwisolver, fonttools, cycler, scipy, python-dateutil, importlib-resources, contourpy, pandas, matplotlib
Successfully installed contourpy-1.3.0 cycler-0.12.1 fonttools-4.60.2 importlib-resources-6.5.2 kiwisolver-1.4.7 matplotlib-3.9.4 numpy-2.0.2 packaging-25.0 pandas-2.3.3 pillow-11.3.0 pyparsing-3.3.1 python-dateutil-2.9.0.post0 pytz-2025.2 scipy-1.13.1 six-1.17.0 tzdata-2025.3 zipp-3.23.0
Quitting from qc-tutorial.Rmd:139-159 [unnamed-chunk-9]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `py_call_impl()`:
! FileNotFoundError: [WinError 3] Das System kann den angegebenen Pfad nicht finden: 'data/features/2023'
Run `reticulate::py_last_error()` for details.
---
Backtrace:
▆
1. └─iRfcb::ifcb_psd(...)
2. └─reticulate (local) Bin(...)
3. └─reticulate:::py_call_impl(callable, call_args$unnamed, call_args$named)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'qc-tutorial.Rmd' failed with diagnostics:
FileNotFoundError: [WinError 3] Das System kann den angegebenen Pfad nicht finden: 'data/features/2023'
Run `reticulate::py_last_error()` for details.
--- failed re-building 'qc-tutorial.Rmd'
SUMMARY: processing the following files failed:
'a-general-tutorial.Rmd' 'qc-tutorial.Rmd'
Error: Vignette re-building failed.
Execution halted
- checking PDF version of manual ... [22s] OK
- checking HTML version of manual ... [13s] OK
- DONE
Status: 1 ERROR