* using log directory ‘/srv/hornik/tmp/CRAN_pretest/easyScieloPack.Rcheck’ * using R Under development (unstable) (2025-07-02 r88374) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.7 (3) Debian flang-new version 19.1.7 (3) * running under: Debian GNU/Linux 13 (trixie) * using session charset: UTF-8 * checking for file ‘easyScieloPack/DESCRIPTION’ ... OK * this is package ‘easyScieloPack’ version ‘0.0.0.9000’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/4s] NOTE Maintainer: ‘Pablo Ixcamparij ’ New submission Version contains large components (0.0.0.9000) Possibly misspelled words in DESCRIPTION: SciELO (2:33, 7:14) * 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 executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘easyScieloPack’ can be installed ... [2s/2s] 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/filter_collections.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 ... [1s/1s] OK * checking whether the package can be loaded with stated dependencies ... [1s/1s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK * checking whether the namespace can be unloaded cleanly ... [1s/1s] OK * checking loading without being on the library search path ... [0s/0s] 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 ... [4s/4s] NOTE fetch_scielo_results: no visible binding for global variable ‘.’ fetch_scielo_results: no visible global function definition for ‘runif’ Undefined global functions or variables: . runif Consider adding importFrom("stats", "runif") to your NAMESPACE file. * checking Rd files ... [0s/0s] 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 ... WARNING Undocumented arguments in Rd file 'search_scielo.Rd' ‘collections’ 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 ... [1m/30m] ERROR Running examples in ‘easyScieloPack-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: search_scielo > ### Title: Search SciELO and return results as a data.frame > ### Aliases: search_scielo > > ### ** Examples > > # Simple search with a keyword > df1 <- search_scielo("salud ambiental") > > # Limit number of results to 5 > df2 <- search_scielo("salud ambiental", n_max = 5) > > # Filter by SciELO collection (country name or code) > df3 <- search_scielo("salud ambiental", collections = "Ecuador") > df4 <- search_scielo("salud ambiental", collections = "cri") # Costa Rica by ISO code > > # Filter by article language > df5 <- search_scielo("salud ambiental", languages = "es") > > # Filter by a specific journal > df6 <- search_scielo("salud ambiental", journals = "Revista Ambiente & Água") > > # Filter by subject category > df7 <- search_scielo("salud ambiental", categories = "environmental sciences") > > # Filter by year range > df8 <- search_scielo("salud ambiental", year_start = 2015, year_end = 2020) Execution halted * checking PDF version of manual ... [2s/2s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 2 WARNINGs, 2 NOTEs