* using log directory 'd:/RCompile/CRANincoming/R-devel/widr.Rcheck' * using R Under development (unstable) (2026-02-25 r89481 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-26 21:52:44 UTC * checking for file 'widr/DESCRIPTION' ... OK * this is package 'widr' version '0.1.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Cheryl Isabella Lim ' New submission License components with restrictions and base license permitting such: GPL-3 + file LICENSE File 'LICENSE': GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2026 Cheryl Isabella Lim This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Possibly misspelled words in DESCRIPTION: WID (2:52, 5:58) WIL (5:329) Reading CITATION file fails with there is no package called 'widr' when package is not installed. * 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 'widr' 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 ... WARNING Found the following file with non-ASCII characters: R/concepts.R Portable packages must use only ASCII characters in their R code and NAMESPACE directives, except perhaps in comments. Use \uxxxx escapes for other characters. Function 'tools::showNonASCIIfile' can help in finding non-ASCII characters in files. * 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 ... 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 ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... ERROR Running 'testthat.R' Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(widr) > > test_check("widr") Saving _problems/test-code-94.R Saving _problems/test-concepts-85.R 1 variable(s), 1 area(s), 1 percentile(s). Downloading data... [ FAIL 2 | WARN 3 | SKIP 0 | PASS 154 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-code.R:94:3'): wid_encode: from list ─────────────────────────── Error: Unknown series_type: ptinc, 992, j Backtrace: ▆ 1. ├─testthat::expect_equal(wid_encode(lst), "sptinc992j") at test-code.R:94:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─widr::wid_encode(lst) 5. └─widr::wid_validate(...) 6. └─widr (local) .chk(series_type, wid_series_types, "series_type") ── Failure ('test-concepts.R:84:5'): wid_concepts: section-7 price/exchange/ratio descriptions correct ── Expected description of ntaxre to be TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 2 | WARN 3 | SKIP 0 | PASS 154 ] Error: ! Test failures. Execution halted * checking PDF version of manual ... [12s] OK * checking HTML version of manual ... NOTE Found the following HTML validation problems: wid_code_grammar.html:19:1 (wid_code_grammar.Rd:5): Warning: missing before
wid_code_grammar.html:39:1 (wid_code_grammar.Rd:15): Warning: discarding unexpected 
widr.html:335:1 (wid_code_grammar.Rd:5): Warning: missing  before 
widr.html:355:1 (wid_code_grammar.Rd:15): Warning: discarding unexpected 
* DONE
Status: 1 ERROR, 1 WARNING, 2 NOTEs