* using log directory 'd:/RCompile/CRANincoming/R-devel/scenfire.Rcheck' * using R Under development (unstable) (2026-01-08 r89292 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.3.0 GNU Fortran (GCC) 14.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'scenfire/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'scenfire' version '0.1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Marcos Rodrigues ' New submission Non-FOSS package license (CC BY-NC-SA 4.0) The Description field should not start with the package name, 'This package' or similar. * 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 serialization versions ... OK * checking whether package 'scenfire' can be installed ... WARNING Found the following significant warnings: Note: next used in wrong context: no loop is visible See 'd:/RCompile/CRANincoming/R-devel/scenfire.Rcheck/00install.out' for details. Information on the location(s) of code generating the 'Note's can be obtained by re-running with environment variable R_KEEP_PKG_SOURCE set to 'yes'. * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: 'calc_burn_probability.R' * 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 ... [31s] NOTE build_target_hist: no visible global function definition for 'hist' calculate_discrepancy: no visible global function definition for 'hist' flp20_to_df: no visible global function definition for 'read.csv' flp20_to_df: no visible binding for global variable 'PBurn' flp20_to_df: no visible global function definition for 'all_of' flp20_to_df: no visible binding for global variable 'value' flp20_to_df: no visible binding for global variable 'name' flp20_to_raster: no visible binding for global variable 'FL' flp20_to_raster: no visible global function definition for 'str_split_i' flp20_to_raster: no visible binding for global variable 'path' flp20_to_raster: no visible binding for global variable 'XPos' flp20_to_raster: no visible binding for global variable 'YPos' flp20_to_raster: no visible binding for global variable 'PBurn' flp20_to_raster: no visible global function definition for 'weighted.mean' select_events: no visible global function definition for 'makeCluster' select_events: no visible global function definition for 'registerDoParallel' select_events: no visible global function definition for 'clusterExport' select_events: no visible global function definition for 'hist' select_events: no visible global function definition for 'stopCluster' visualize_selected_dist: no visible binding for global variable 'surface' visualize_selected_dist: no visible binding for global variable 'density' visualize_selected_dist: no visible binding for global variable 'x' Undefined global functions or variables: FL PBurn XPos YPos all_of clusterExport density hist makeCluster name path read.csv registerDoParallel stopCluster str_split_i surface value weighted.mean x Consider adding importFrom("graphics", "hist") importFrom("stats", "density", "weighted.mean") importFrom("utils", "read.csv") to your NAMESPACE file. * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... 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 examples ... OK * checking PDF version of manual ... [19s] OK * checking HTML version of manual ... OK * DONE Status: 1 WARNING, 3 NOTEs