* using log directory 'd:/RCompile/CRANincoming/R-devel/fun.Rcheck' * using R Under development (unstable) (2024-11-13 r87330 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 'fun/DESCRIPTION' ... OK * this is package 'fun' version '1.0' * checking CRAN incoming feasibility ... NOTE Maintainer: 'Aditya Takle ' New maintainer: Aditya Takle Old maintainer(s): Yihui Xie Possibly misspelled words in DESCRIPTION: BMI (2:21, 3:150) celcius (3:70) farenheit (3:81) Unknown, possibly misspelled, fields in DESCRIPTION: 'Video' The Title field should be in title case. Current version is: 'Temperature, BMI calculator and length converter.' In title case that is: 'Temperature, BMI Calculator and Length Converter.' 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 'fun' 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 Title field: should not end in a period. * 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 ... WARNING ./man/bmi.Rd: non-ASCII input and no declared encoding problem found in 'bmi.Rd' * 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 ... WARNING Codoc mismatches from Rd file 'temperature.Rd': Length Code: function(input_unit, req_unit, input) Docs: function(input_unit, input) Argument names in code not in docs: req_unit Mismatches in argument names: Position: 2 Code: req_unit Docs: input * checking Rd \usage sections ... WARNING Objects in \usage without \alias in Rd file 'temperature.Rd': 'Length' 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 examples ... ERROR Running examples in 'fun-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: length > ### Title: Length Converter between Centimeter, Meter and Milimeter. > ### Aliases: Length > > ### ** Examples > > bmi("cm", "m", 54) Error in bmi("cm", "m", 54) : unused argument (54) Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... OK Running 'testthat.R' * checking PDF version of manual ... [18s] WARNING LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! LaTeX Error: Unicode character ≥ (U+2265) not set up for use with LaTeX. See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. * checking PDF version of manual without index ... ERROR * checking HTML version of manual ... OK * DONE Status: 2 ERRORs, 4 WARNINGs, 2 NOTEs