- using R version 3.4.4 (2018-03-15)
- using platform: x86_64-pc-linux-gnu (64-bit)
- using session charset: UTF-8
- checking for file ‘symbols/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘symbols’ version ‘1.1’
- 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 ‘symbols’ can be installed ... OK
- checking package directory ... 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 R 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 ... [6s/9s] NOTE
symbol: no visible global function definition for ‘plot.new’
symbol: no visible global function definition for ‘plot.window’
symbol: no visible global function definition for ‘axis’
symbol: no visible global function definition for ‘box’
symbol: no visible global function definition for ‘title’
symbol: no visible global function definition for ‘rainbow’
symbol: no visible global function definition for ‘hsv’
symbol: no visible global function definition for ‘rect’
symbol: no visible global function definition for ‘polygon’
symbol: no visible global function definition for ‘lines’
symbol: no visible global function definition for ‘text’
Undefined global functions or variables:
axis box hsv lines plot.new plot.window polygon rainbow rect text
title
Consider adding
importFrom("grDevices", "hsv", "rainbow")
importFrom("graphics", "axis", "box", "lines", "plot.new",
"plot.window", "polygon", "rect", "text", "title")
to your NAMESPACE file.
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... NOTE
Rd file 'symbol.Rd':
\usage lines wider than 90 characters:
symbol(df, type="star", colin=NULL, colout=NULL, colin2=NA, colout2=1, ssize=NULL, labels=0, labelsize=0.6,
scheme=1, sortby=0, descending=FALSE, coorx=NULL, coory=NULL, lty=1, main=NULL, sub=NULL, xlab=NULL, ylab=NULL,
add=FALSE, xlim=NULL, ylim=NULL, facew=0.5, faceh=0.5, eyes=0.5, eyed=0.5, mouthw=0.5, mouthc=0.5, brows=0.5,
browp=0.5, nosel=0.5, nosew=0.5, ears=0.5, pupils=0.5, body=0.5, limb1=0.5, limb2=0.5, limb3=0.5, limb4=0.5, defcol=NA)
These lines will be truncated in the PDF manual.
- 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 ... [3s/4s] OK
- checking PDF version of manual ... OK
- DONE
Status: 2 NOTEs