* using log directory ‘/srv/hornik/tmp/CRAN_pretest/BacenAPI.Rcheck’ * using R Under development (unstable) (2025-02-20 r87772) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.7 (1+b1) Debian flang-new version 19.1.7 (1+b1) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘BacenAPI/DESCRIPTION’ ... OK * this is package ‘BacenAPI’ version ‘0.1.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/3s] NOTE Maintainer: ‘Lissandro Sousa ’ New submission Possibly misspelled words in DESCRIPTION: BACEN (6:38) * 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 ‘BacenAPI’ can be installed ... [1s/1s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE NeedsCompilation field must take value ‘yes’ or ‘no’ * 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 ... [0s/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] 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 ... [0s/0s] OK * checking loading without being on the library search path ... [0s/0s] OK * checking whether startup messages can be suppressed ... [0s/0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... WARNING 'library' or 'require' call not declared from: ‘dplyr’ 'library' or 'require' call to ‘dplyr’ in package code. Please use :: or requireNamespace() instead. See section 'Suggested packages' in the 'Writing R Extensions' manual. * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [3s/3s] NOTE File ‘BacenAPI/R/zzz.R’: .onLoad calls: library(dplyr) packageStartupMessage("Package dplyr loaded automatically..") Package startup functions should not change the search path. See section ‘Good practice’ in '?.onAttach'. * 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 ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [1s/6s] ERROR Running examples in ‘BacenAPI-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: bacen_form > ### Title: Data Collection from the Central Bank API > ### Aliases: bacen_form > > ### ** Examples > > # Example with multiple series: > # Assume the user provides the following information during execution: > # Series codes: c('433', '13005', '24364', '25391') > # Assigned names: c('ipca_br', 'ipca_for', 'ibc_br', 'ibcr_ce') > # Period: '01/01/2003' a '01/12/2023', in the format "dd/mm/yyyy" > > # After running the function, the data can be saved or used: > data <- bacen_form() Error in dlg_message(message = message) : object '.GUI' not found Calls: bacen_form -> -> dlg_message Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed bacen_api 0.109 0.012 5.22 * 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, 1 WARNING, 3 NOTEs