* using log directory 'd:/RCompile/CRANincoming/R-devel/redatam.Rcheck' * using R Under development (unstable) (2024-10-07 r87211 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'redatam/DESCRIPTION' ... OK * this is package 'redatam' version '1.0.0' * package encoding: UTF-8 * checking CRAN incoming feasibility ... NOTE Maintainer: 'Jaime Salvador ' New submission Possibly misspelled words in DESCRIPTION: Redatam (2:8) RedatamX (12:14) The Title field starts with the package name. The Title field should be in title case. Current version is: 'Redatam interface for R' In title case that is: 'Redatam Interface for R' 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 serialization versions ... OK * checking whether package 'redatam' can be installed ... OK * used C++ compiler: 'g++.exe (GCC) 13.2.0' * checking C++ specification ... 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 ... NOTE Non-standard file/directory found at top level: 'LICENSE.md' * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... WARNING Found the following non-empty subdirectories of 'inst' also used by R: inst/libs It is recommended not to interfere with package subdirectories used by R. * 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 whether startup messages can be suppressed ... NOTE [2024-10-08 14:20:54.102] [info] Using log file: D:\temp\\redatam\redatam.log It looks like this package (or a package it requires) has a startup message which cannot be suppressed: see ?packageStartupMessage. * checking use of S3 registration ... OK * checking dependencies in R code ... NOTE [2024-10-08 14:20:55.533] [info] Using log file: D:\temp\\redatam\redatam.log * checking S3 generic/method consistency ... WARNING [2024-10-08 14:20:55.689] [info] Using log file: D:\temp\\redatam\redatam.log See section 'Generic functions and methods' in the 'Writing R Extensions' manual. * checking replacement functions ... WARNING [2024-10-08 14:20:55.918] [info] Using log file: D:\temp\\redatam\redatam.log The argument of a replacement function which corresponds to the right hand side must be named 'value'. * checking foreign function calls ... NOTE [2024-10-08 14:20:56.128] [info] Using log file: D:\temp\\redatam\redatam.log See chapter 'System and foreign language interfaces' in the 'Writing R Extensions' manual. * checking R code for possible problems ... NOTE [2024-10-08 14:20:58.599] [info] Using log file: D:\temp\\redatam\redatam.log [2024-10-08 14:20:57.097] [info] Using log file: D:\temp\\redatam\redatam.log Found the following assignments to the global environment: File 'redatam/R/redatam-query.R': assign(dsname, df, .GlobalEnv) assign(dsname, newDf, .GlobalEnv) assign(dsname, df, .GlobalEnv) assign(dsname, df, .GlobalEnv) File 'redatam/R/redatam-run.R': assign(dsname, df, .GlobalEnv) assign(dsname, newDf, .GlobalEnv) assign(dsname, df, .GlobalEnv) assign(dsname, df, .GlobalEnv) [2024-10-08 14:20:58.928] [info] Using log file: D:\temp\\redatam\redatam.log * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... WARNING [2024-10-08 14:21:00.136] [info] Using log file: D:\temp\\redatam\redatam.log Undocumented code objects: 'redatam_close_dictionary' 'redatam_destroy' 'redatam_init' 'redatam_list_entities' 'redatam_list_variables' 'redatam_open_dictionary' 'redatam_query' 'redatam_run' 'redatam_save_dictionary' 'redatam_version' All user-level objects in a package should have documentation entries. See chapter 'Writing R documentation files' in the 'Writing R Extensions' manual. * checking for code/documentation mismatches ... WARNING [2024-10-08 14:21:00.461] [info] Using log file: D:\temp\\redatam\redatam.log [2024-10-08 14:21:00.794] [info] Using log file: D:\temp\\redatam\redatam.log [2024-10-08 14:21:01.114] [info] Using log file: D:\temp\\redatam\redatam.log * checking Rd \usage sections ... NOTE [2024-10-08 14:21:01.675] [info] Using log file: D:\temp\\redatam\redatam.log The \usage entries for S3 methods should use the \method markup and not their full name. See chapter 'Writing R documentation files' in the 'Writing R Extensions' manual. * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking line endings in shell scripts ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking line endings in Makefiles ... OK * checking compilation flags in Makevars ... OK * checking for GNU extensions in Makefiles ... OK * checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK * checking use of PKG_*FLAGS in Makefiles ... OK * checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking examples ... OK * checking PDF version of manual ... [13s] OK * checking HTML version of manual ... OK * DONE Status: 5 WARNINGs, 7 NOTEs