Last updated on 2019-03-27 00:48:14 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 1.89 | 18.64 | 20.53 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 1.51 | 15.16 | 16.67 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 25.01 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 25.00 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 7.00 | 28.00 | 35.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 1.20 | 17.56 | 18.76 | NOTE | |
r-patched-solaris-x86 | 1.0 | 34.80 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 1.00 | 17.55 | 18.55 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 3.00 | 28.00 | 31.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 2.00 | 28.00 | 30.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | NOTE |
Version: 1.0
Check: R code for possible problems
Result: NOTE
parse.SAScii: no visible binding for global variable 'end'
parse.SAScii: no visible binding for global variable 'start'
read.SAScii: no visible global function definition for 'download.file'
read.SAScii: no visible global function definition for 'unzip'
read.SAScii: no visible global function definition for 'read.fwf'
read.SAScii: no visible global function definition for 'capture.output'
Undefined global functions or variables:
capture.output download.file end read.fwf start unzip
Consider adding
importFrom("stats", "end", "start")
importFrom("utils", "capture.output", "download.file", "read.fwf",
"unzip")
to your NAMESPACE file.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-release-osx-x86_64, r-oldrel-windows-ix86+x86_64, r-oldrel-osx-x86_64
Version: 1.0
Check: Rd line widths
Result: NOTE
Rd file 'read.SAScii.Rd':
\usage lines wider than 90 characters:
read.SAScii( fn, sas_ri, beginline = 1, buffersize = 50, zipped = F , n = -1 , intervals.to.print = 1000 , lrecl = NULL , skip.decimal. ... [TRUNCATED]
\examples lines wider than 100 characters:
paste( "http://smpbff2.dsd.census.gov/pub/sipp/2004/l04puw" , i , ".zip" , sep = "" )
These lines will be truncated in the PDF manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64