* using log directory 'd:/RCompile/CRANincoming/R-devel/RadEro.Rcheck' * using R Under development (unstable) (2024-10-15 r87238 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'RadEro/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'RadEro' version '1.0.3' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Arturo Catala ' New submission * 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 'RadEro' can be installed ... OK * used C compiler: 'gcc.exe (GCC) 13.2.0' * used C++ compiler: 'g++.exe (GCC) 13.2.0' * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... 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 ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... 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 ... [13s] OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... NOTE Rd file 'RadEro.Rd': \examples lines wider than 100 characters: RadEro_run(data = file.path(directory, "input-data_example.csv"), config = file.path(directory, "input-config_example.js")) These lines will be truncated in the PDF manual. * 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 line endings in C/C++/Fortran sources/headers ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking examples ... ERROR Running examples in 'RadEro-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: RadEro > ### Title: RadEro: Physically Based Compartmental Model for 137Cs Analysis > ### and Soil Redistribution Rates Estimation > ### Aliases: RadEro-package RadEro > ### Keywords: internal > > ### ** Examples > > # Example workflow for running the RadEro model: > > # Step 1: Define your working directory > directory <- tempdir() > > # You can change this to any other directory if needed when running in real use. > > # Step 2: Copy example files (.csv and .js) from the package to the working directory > RadEro_example(directory) Copied: input-data_example.csv to D:\temp\RtmpmUBC4q Copied: input-config_example.js to D:\temp\RtmpmUBC4q > # Those files can be used as templates for your own projects. > > # Step 3: Execute the model with the example files > RadEro_run(data = file.path(directory, "input-data_example.csv"), config = file.path(directory, "input-config_example.js")) Starting RadEro_run... Current directory: d:/RCompile/CRANincoming/R-devel/RadEro.Rcheck Error in fread(file.path(dir2, data), sep = ";", header = TRUE) : File 'd:/RCompile/CRANincoming/R-devel/RadEro.Rcheck/D:\temp\RtmpmUBC4q/input-data_example.csv' does not exist or is non-readable. getwd()=='d:/RCompile/CRANincoming/R-devel/RadEro.Rcheck' Calls: RadEro_run -> fread -> stopf -> raise_condition -> signal Execution halted * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 2 NOTEs