* using log directory ‘/srv/hornik/tmp/CRAN/quickcode.Rcheck’ * using R Under development (unstable) (2023-07-14 r84692) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 16.0.6 (3) GNU Fortran (Debian 12.3.0-4) 12.3.0 * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘quickcode/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘quickcode’ version ‘0.1’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/3s] NOTE Maintainer: ‘Obinna Obianom ’ New submission * 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 whether package ‘quickcode’ can be installed ... [1s/1s] WARNING Found the following significant warnings: Warning: grapes-not-in-grapes.Rd:3: \name should not contain !, | or @ See ‘/srv/hornik/tmp/CRAN/quickcode.Rcheck/00install.out’ for details. * checking package directory ... OK * checking for future file timestamps ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Description field: should contain one or more complete sentences. * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R 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 use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... WARNING mean: function(x, ...) mean.gm: function(num, rm.na, round) See section ‘Generic functions and methods’ in the ‘Writing R Extensions’ manual. * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [2s/2s] WARNING Found a .Internal call in the following function: ‘erase’ with calls to .Internal functions ‘cat’ Packages should not call .Internal(): it is not part of the API, for use only by R itself and subject to change without notice. In addition to the above warning(s), found the following notes: clean: no visible global function definition for ‘graphics.off’ cv.gm: no visible global function definition for ‘sd’ mean.gm: no visible binding for global variable ‘x’ refresh: no visible global function definition for ‘graphics.off’ Undefined global functions or variables: graphics.off sd x Consider adding importFrom("grDevices", "graphics.off") importFrom("stats", "sd") to your NAMESPACE file. * checking Rd files ... [0s/0s] WARNING prepare_Rd: grapes-not-in-grapes.Rd:3: \name should not contain !, | or @ * 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 documentation object ‘erase’ ‘...’ ‘file’ ‘sep’ ‘fill’ ‘labels’ ‘append’ 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 installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [0s/0s] ERROR Running examples in ‘quickcode-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: data_push > ### Title: Calculate data to another data like array_push in php > ### Aliases: data_push > > ### ** Examples > > p1 <- data.frame(PK=1:10,ID2=1:10) > p2 <- data.frame(PK=11:20,ID2=21:30) > data_push(p1,p2,"rows") Error in data_push(p1, p2, "rows") : could not find function "data_push" Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes in ‘inst/doc’ ... OK * checking re-building of vignette outputs ... [0s/0s] OK * 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, 5 WARNINGs, 2 NOTEs