* using log directory 'd:/RCompile/CRANincoming/R-devel/infiltrodiscR.Rcheck' * using R Under development (unstable) (2024-07-08 r86886 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 'infiltrodiscR/DESCRIPTION' ... OK * this is package 'infiltrodiscR' version '0.0.1' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Sara E. Acevedo ' New submission Possibly misspelled words in DESCRIPTION: Infiltrometer (2:31, 13:31) Minidisc (2:22, 13:22) infiltrodiscR (12:14) The Title field should be in title case. Current version is: 'functions for Minidisc Infiltrometer device data' In title case that is: 'Functions for Minidisc Infiltrometer Device Data' The Description field should not start with the package name, 'This package' or similar. Size of tarball: 11845212 bytes * 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 'infiltrodiscR' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Description field: should contain one or more complete sentences. Authors@R field gives persons with duplicated ORCID identifiers: https://orcid.org/0000-0003-3203-2106 * checking top-level files ... NOTE Non-standard file/directory found at top level: 'img' * 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 ... NOTE vg_par: no visible global function definition for 'data' vg_par: no visible binding for global variable 'vg_parameters_bytexture' vg_par: no visible binding for global variable '0.5cm' vg_par: no visible binding for global variable '7cm' vg_par: no visible binding for global variable 'suction' vg_par: no visible binding for global variable 'tabulated_cm' Undefined global functions or variables: 0.5cm 7cm data suction tabulated_cm vg_parameters_bytexture Consider adding importFrom("utils", "data") to your NAMESPACE file. Found the following calls to data() loading into the global environment: File 'infiltrodiscR/R/vg_par.R': data(vg_parameters_bytexture) See section 'Good practice' in '?data'. * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... WARNING Undocumented code objects: 'vg_parameters_bytexture_radius2.25' Undocumented data sets: 'vg_parameters_bytexture_radius2.25' All user-level objects in a package should have documentation entries. See chapter 'Writing R documentation files' in the 'Writing R Extensions' manual. * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... WARNING Undocumented arguments in Rd file 'infiltration.Rd' '...' Undocumented arguments in Rd file 'parameter_A.Rd' '...' Undocumented arguments in Rd file 'vg_par.Rd' 'dataset' 'col_name' Documented arguments not in \usage in Rd file 'vg_par.Rd': 'suction' 'texture' Functions with \usage entries need to have the appropriate \alias entries, and all their arguments documented. The \usage entries must correspond to syntactically valid R code. See chapter 'Writing R documentation files' in the 'Writing R Extensions' manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... ERROR Running examples in 'infiltrodiscR-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: infiltration > ### Title: Cumulative infiltration and sqrt of time Using time and volume > ### from field spreadsheets, the Cumulative infiltration and sqrt of time > ### are calculated > ### Aliases: infiltration > > ### ** Examples > > infiltration(tibble(time = c(0, 30, 60, 90, 120, 150, 180, 210, 240, 270, 300, + 0, 35, 65, 95, 125, 155, 185, 215, 245, 275, 305), + volume = c(95, 89, 86, 83, 80, 77, 74, 73, 71, 69, 67, + 83, 77, 64, 61, 58, 45, 42, 35, 29, 17, 15))) Error in tibble(time = c(0, 30, 60, 90, 120, 150, 180, 210, 240, 270, : could not find function "tibble" Calls: infiltration Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'testthat.R' * checking PDF version of manual ... [17s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 2 WARNINGs, 4 NOTEs