* using log directory 'd:/RCompile/CRANincoming/R-devel/mhqol.Rcheck' * using R Under development (unstable) (2025-02-23 r87804 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.3.0 GNU Fortran (GCC) 13.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'mhqol/DESCRIPTION' ... OK * this is package 'mhqol' version '0.4.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Stijn Peeters ' New submission Possibly misspelled words in DESCRIPTION: MHQoL (7:159) 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 whether package 'mhqol' can be installed ... OK * 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 ... OK * 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: 'df_utilities_countries' Undocumented data sets: 'df_utilities_countries' 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 ... WARNING Codoc mismatches from Rd file 'mhqol.Rd': mhqol Code: function(dimensions, country = "Netherlands", metric = c("average", "total"), ignore_invalid = FALSE, ignore_NA = FALSE) Docs: function(dimensions, country = "Netherlands", metric = c("average", "total"), ignore_invalid = FALSE, ignore_NA = TRUE) Mismatches in argument default values: Name: 'ignore_NA' Code: FALSE Docs: TRUE * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... ERROR Warning: parse error in file 'lines': 5: unexpected symbol 144: 145: Get the ^ ** will not attempt to run examples * 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 R/sysdata.rda ... OK * checking examples ... SKIPPED * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'testthat.R' * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... NOTE Skipping checking HTML validation: no command 'tidy' found. Please obtain a recent version of HTML Tidy by downloading a binary release or compiling the source code from . * DONE Status: 1 ERROR, 2 WARNINGs, 2 NOTEs