* using log directory 'd:/RCompile/CRANincoming/R-devel/rqcanon.Rcheck' * using R Under development (unstable) (2024-07-03 r86870 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 'rqcanon/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'rqcanon' version '0.1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Stephen Portnoy ' New submission License components with restrictions and base license permitting such: MIT + file LICENSE Possibly misspelled words in DESCRIPTION: Quantile (3:18) quantile (17:32) rqcan (17:214, 17:264, 17:344, 17:362, 17:408) 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 'rqcanon' can be installed ... WARNING Found the following significant warnings: Warning: D:/temp/RtmpqCFFmI/R.INSTALL2941c19ff3280/rqcanon/man/summary.rqcan.Rd:28: unexpected section header '\value' Warning: D:/temp/RtmpqCFFmI/R.INSTALL2941c19ff3280/rqcanon/man/summary.rqcan.Rd:32: unexpected section header '\description' Warning: D:/temp/RtmpqCFFmI/R.INSTALL2941c19ff3280/rqcanon/man/summary.rqcan.Rd:36: unexpected section header '\details' Warning: D:/temp/RtmpqCFFmI/R.INSTALL2941c19ff3280/rqcanon/man/summary.rqcan.Rd:39: unexpected END_OF_INPUT ' See 'd:/RCompile/CRANincoming/R-devel/rqcanon.Rcheck/00install.out' for details. * 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 * 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 ... WARNING summary: function(object, ...) summary.rqcan: function(a, pr, ci, fact, ...) See section 'Generic functions and methods' in the 'Writing R Extensions' manual. * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE boot.can: no visible global function definition for 'runif' summary.rqcan: no visible global function definition for 'cov' summary.rqcan: no visible binding for global variable 'quantile' summary.rqcan: no visible binding for global variable 'IQR' Undefined global functions or variables: IQR cov quantile runif Consider adding importFrom("stats", "IQR", "cov", "quantile", "runif") to your NAMESPACE file. * checking Rd files ... WARNING prepare_Rd: ./man/summary.rqcan.Rd:28: unexpected section header '\value' prepare_Rd: ./man/summary.rqcan.Rd:32: unexpected section header '\description' prepare_Rd: ./man/summary.rqcan.Rd:36: unexpected section header '\details' prepare_Rd: ./man/summary.rqcan.Rd:39: unexpected END_OF_INPUT ' ' checkRd: (-1) summary.rqcan.Rd:28-31: Lost braces 28 | \value{ | ^ checkRd: (-1) summary.rqcan.Rd:32-35: Lost braces 32 | \description{ | ^ checkRd: (-1) summary.rqcan.Rd:36-38: Lost braces 36 | \details{ | ^ * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... WARNING Undocumented code objects: 'example_data' 'new_rqcan' Undocumented data sets: 'example_data' 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 'boot.can.Rd' 'a' 'Rep' 'method' 'msub' 'seed' 'nsing' 'pr' Undocumented arguments in Rd file 'summary.rqcan.Rd' 'fact' 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 ... NOTE Rd files without \description: 'summary.rqcan.Rd' * 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 ... OK * checking PDF version of manual ... [17s] OK * checking HTML version of manual ... OK * DONE Status: 6 WARNINGs, 3 NOTEs