* using log directory 'd:/RCompile/CRANincoming/R-devel/coiR.Rcheck' * using R Under development (unstable) (2026-02-14 r89420 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 * current time: 2026-02-16 16:20:33 UTC * checking for file 'coiR/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'coiR' version '0.1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Edson Nilton de Moura Silva-JĂșnior ' New submission License components with restrictions and base license permitting such: MIT + file LICENSE Possibly misspelled words in DESCRIPTION: COI (3:50, 12:140) fisheye (12:51) widley (12:148) The Title field should be in title case. Current version is: 'Package to analyze Canopy Openness Index (COI)' In title case that is: 'Package to Analyze Canopy Openness Index (COI)' This build time stamp is over a month old. Size of tarball: 32115837 bytes * checking package namespace information ... OK * checking package dependencies ... INFO Depends: includes the non-default packages: 'terra', 'tidyterra', 'dplyr', 'tidyr', 'magrittr', 'forcats', 'ggplot2', 'purrr', 'readr', 'stringr', 'tibble' Adding so many packages to the search path is excessive and importing selectively is preferable. * 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 'coiR' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... WARNING Invalid license file pointers: LICENSE Packages listed in more than one of Depends, Imports, Suggests, Enhances: 'terra' 'tidyterra' 'dplyr' 'tidyr' 'magrittr' 'forcats' 'ggplot2' 'purrr' 'readr' 'stringr' 'tibble' A package should be listed in only one of these fields. * checking top-level files ... NOTE Non-standard files/directories found at top level: 'coiR.r' 'commandos_git' 'cropped-images' 'logo_coiR.png' 'script_commits.R' 'set_git_repository.R' 'single_tests.R' 'unitary_tests.R' * 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 ... NOTE Packages in Depends field not imported from: 'dplyr' 'forcats' 'ggplot2' 'magrittr' 'purrr' 'readr' 'stringr' 'terra' 'tibble' 'tidyr' 'tidyterra' These packages need to be imported from (in the NAMESPACE file) for when this namespace is loaded but not attached. * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE coir_binarize: no visible binding for global variable 'variavel' coir_binarize: no visible global function definition for 'ggplot' coir_binarize: no visible global function definition for 'scale_fill_viridis_c' coir_binarize: no visible global function definition for 'theme_void' coir_crop: no visible global function definition for 'ggplot' coir_crop: no visible global function definition for 'theme_void' Undefined global functions or variables: ggplot scale_fill_viridis_c theme_void variavel * 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 ... ERROR Running examples in 'coiR-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: coir_binarize > ### Title: Binarize cropped square fisheye images > ### Aliases: coir_binarize > > ### ** Examples > > > # Load packages > > library(coiR) > > library(purrr) > > # Importing data > > images <- coiR::data_coir() > > # Isolating a one single image > > image_single <- images[[1]] Error in images[[1]] : subscript out of bounds Execution halted * checking PDF version of manual ... [16s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 1 WARNING, 4 NOTEs