* using log directory 'd:/RCompile/CRANincoming/R-devel/nowcaster.Rcheck' * using R Under development (unstable) (2025-06-24 r88352 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 ... [11s] WARNING Maintainer: 'Rafael Lopes ' New submission Possibly misspelled words in DESCRIPTION: Nowcaster (2:8, 13:14) digitation (14:50) Strong dependencies not in mainstream repositories: INLA Availability using Additional_repositories specification: INLA yes https://inla.r-inla-download.org/R/stable/ Found the following (possibly) invalid URLs: URL: https://covid19br.github.io/nowcaster (moved to https://covid19br.github.io/nowcaster/) From: DESCRIPTION Status: 301 Message: Moved Permanently For content that is 'Moved Permanently', please change http to https, add trailing slashes, or replace the old by the new URL. The Title field is just the package name: provide a real title. 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 'nowcaster' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... NOTE Authors@R field gives persons with duplicated ORCID identifiers: 0000-0002-9416-6145 * checking top-level files ... NOTE Non-standard files/directories found at top level: 'BADGES.md' 'index.Rmd' 'index.md' 'update_badges.sh' * 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 ... 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 installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... 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 vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... ERROR Error(s) in re-building vignettes: --- re-building 'nowcaster.Rmd' using rmarkdown Quitting from nowcaster.Rmd:25-31 [data-bh] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: ! package or namespace load failed for 'INLA': object 'fm_identical_CRS' is not exported by 'namespace:fmesher' --- Backtrace: ▆ 1. └─base::library(INLA) 2. └─base::tryCatch(...) 3. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 4. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 5. └─value[[3L]](cond) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'nowcaster.Rmd' failed with diagnostics: package or namespace load failed for 'INLA': object 'fm_identical_CRS' is not exported by 'namespace:fmesher' --- failed re-building 'nowcaster.Rmd' SUMMARY: processing the following file failed: 'nowcaster.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... [27s] OK * checking HTML version of manual ... OK * DONE Status: 2 ERRORs, 1 WARNING, 2 NOTEs