- using R version 4.0.3 Patched (2021-01-13 r79833)
- using platform: x86_64-pc-linux-gnu (64-bit)
- using session charset: UTF-8
- checking for file ‘loop/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘loop’ 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 serialization versions ... OK
- checking whether package ‘loop’ can be installed ... 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 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 ... [8s/11s] NOTE
fplot: no visible global function definition for ‘rnorm’
fplot: no visible global function definition for ‘segments’
fplot: no visible global function definition for ‘points’
fplot: no visible global function definition for ‘text’
fplot.foodweb: no visible global function definition for ‘segments’
fplot.foodweb: no visible global function definition for ‘points’
fplot.foodweb: no visible global function definition for ‘text’
gplot: no visible global function definition for ‘runif’
groupplot: no visible global function definition for ‘rnorm’
groupplot: no visible global function definition for ‘segments’
groupplot: no visible global function definition for ‘points’
groupplot: no visible global function definition for ‘text’
groupplot.foodweb: no visible global function definition for ‘rnorm’
groupplot.foodweb: no visible global function definition for ‘segments’
groupplot.foodweb: no visible global function definition for ‘points’
groupplot.foodweb: no visible global function definition for ‘text’
Undefined global functions or variables:
points rnorm runif segments text
Consider adding
importFrom("graphics", "points", "segments", "text")
importFrom("stats", "rnorm", "runif")
to your NAMESPACE file.
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd line widths ... NOTE
Rd file 'fplot.Rd':
\usage lines wider than 90 characters:
fplot(gemat,type="both",metric="jaccard",addlabels=FALSE,scaled=TRUE,weighted=TRUE,pch=20,bg=1,pcex=3,pcol=4,lty=1,lcol=8,tfont=12,tcol ... [TRUNCATED]
Rd file 'fplot.foodweb.Rd':
\usage lines wider than 90 characters:
fplot.foodweb(gemat,ranks,addlabels=FALSE,scaled=TRUE,weighted=TRUE,pch=20,bg=1,pcex=3,pcol=4,lty=1,lcol=8,tfont=12,tcol=1)
Rd file 'groupplot.Rd':
\usage lines wider than 90 characters:
groupplot(gemat, groups, type = "both", metric = "jaccard", addlabels = FALSE, scaled = TRUE, pch = 20, bg = 1, pcex = 3, pcol = 4, lty ... [TRUNCATED]
Rd file 'groupplot.foodweb.Rd':
\usage lines wider than 90 characters:
groupplot.foodweb(gemat, ranks, groups, addlabels = FALSE, scaled = TRUE, pch = 20, bg = 1, pcex = 3, pcol = 4, lty = 1, lcol = 8, tfon ... [TRUNCATED]
\examples lines wider than 100 characters:
groupplot.foodweb(gemat=mat,ranks=rlist,groups=glist,pch=pch,lcol=lcol) #other parameters are set in default
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 ... [1s/1s] OK
- checking PDF version of manual ... OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 2 NOTEs