Last updated on 2019-01-26 15:47:39 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.3 | 2.66 | 26.27 | 28.93 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.3 | 2.12 | 20.22 | 22.34 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.3 | 38.42 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 31.81 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.1.3 | 6.00 | 35.00 | 41.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.3 | 2.62 | 24.04 | 26.66 | NOTE | |
r-patched-solaris-x86 | 0.1.3 | 48.30 | NOTE | |||
r-release-linux-x86_64 | 0.1.3 | 2.40 | 23.77 | 26.17 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1.3 | 4.00 | 32.00 | 36.00 | NOTE | |
r-release-osx-x86_64 | 0.1.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.3 | 3.00 | 47.00 | 50.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.1.3 | NOTE |
Version: 0.1.3
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
format.dms format.jd format.time plot.apos plot.rst print.eqc
print.jd print.time
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
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-patched-solaris-x86, r-release-linux-x86_64
Version: 0.1.3
Check: R code for possible problems
Result: NOTE
plot.apos: no visible global function definition for ‘plot’
plot.apos: no visible global function definition for ‘abline’
plot.apos: no visible global function definition for ‘text’
plot.rst: no visible global function definition for ‘matplot’
plot.rst: no visible global function definition for ‘abline’
plot.rst: no visible global function definition for ‘text’
track : background: no visible global function definition for ‘par’
track : background: no visible global function definition for ‘plot’
track : background: no visible global function definition for ‘axTicks’
track : background: no visible global function definition for ‘abline’
track : background: no visible global function definition for ‘box’
track : tracks: no visible global function definition for ‘lines’
track : magselect: no visible global function definition for ‘na.omit’
track : add.stars: no visible global function definition for ‘points’
track : addlab.eqc: no visible global function definition for ‘points’
track : addlab.eqc: no visible global function definition for ‘text’
track : add.planet: no visible global function definition for ‘text’
track : add.planet: no visible global function definition for ‘points’
track : add.ecliptic: no visible global function definition for ‘lines’
track : add.brightlab: no visible global function definition for ‘text’
track: no visible global function definition for ‘par’
track: no visible binding for global variable ‘axis’
track: no visible global function definition for ‘title’
Undefined global functions or variables:
abline axTicks axis box lines matplot na.omit par plot points text
title
Consider adding
importFrom("graphics", "abline", "axTicks", "axis", "box", "lines",
"matplot", "par", "plot", "points", "text", "title")
importFrom("stats", "na.omit")
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