* using log directory 'd:/RCompile/CRANincoming/R-devel/nowcaster.Rcheck' * using R Under development (unstable) (2025-09-19 r88859 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 14.2.0 GNU Fortran (GCC) 14.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'nowcaster/DESCRIPTION' ... OK * this is package 'nowcaster' version '1.0.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Rafael Lopes ' New submission Possibly misspelled words in DESCRIPTION: Bastos (15:3) Economou (15:11) Nowcasting (2:26) al (15:24) et (15:21) Suggests or Enhances not in mainstream repositories: INLA Availability using Additional_repositories specification: INLA yes https://inla.r-inla-download.org/R/stable/ Package has a VignetteBuilder field but no prebuilt vignette index. Found the following (possibly) invalid DOIs: DOI: https://doi.org/10.1002/sim.8303 From: inst/CITATION Status: 404 Message: Not Found * checking package namespace information ... OK * checking package dependencies ... INFO Vignette dependency required without any vignettes: 'knitr' * 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 'nowcaster' 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 ... WARNING Subdirectory 'inst/doc' contains invalid file names: '1_structured_data.Rmd' '2_nowcasting_importance.Rmd' '3_forecasting.Rmd' Please remove or rename the files. See section 'Package subdirectories' in the 'Writing R Extensions' manual. * 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 ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * 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 sizes of PDF files under 'inst/doc' ... OK * checking installed files from 'inst/doc' ... OK * checking examples ... ERROR Running examples in 'nowcaster-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: nowcasting_inla > ### Title: nowcasting_inla > ### Aliases: nowcasting_inla > > ### ** Examples > > # Loading Belo Horizonte SARI dataset > > data(sragBH) > > output <- nowcasting_inla(dataset = sragBH, + date_onset = DT_SIN_PRI, + date_report = DT_DIGITA, + silent = TRUE) Joining with `by = join_by(date_onset)` Joining with `by = join_by(date_onset, delay, Time)` Error: object 'fm_identical_CRS' is not exported by 'namespace:fmesher' 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, 1 WARNING, 1 NOTE