Last updated on 2018-06-17 19:50:01 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.4 | 1.16 | 19.40 | 20.56 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.0.4 | 0.90 | 15.29 | 16.19 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.0.4 | 24.48 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.4 | 23.23 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.0.4 | 4.00 | 31.00 | 35.00 | NOTE | |
r-patched-linux-x86_64 | 0.0.4 | 1.03 | 18.46 | 19.49 | ERROR | |
r-patched-solaris-x86 | 0.0.4 | 38.60 | NOTE | |||
r-release-linux-x86_64 | 0.0.4 | 1.33 | 18.16 | 19.49 | ERROR | |
r-release-windows-ix86+x86_64 | 0.0.4 | 5.00 | 32.00 | 37.00 | NOTE | |
r-release-osx-x86_64 | 0.0.4 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.0.4 | 3.00 | 37.00 | 40.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.0.4 | NOTE |
Version: 0.0.4
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
as.data.frame.intersect as.data.frame.receiver
as.data.frame.transmitter plot.intersect plot.receiver
plot.transmitter print.intersect print.receiver print.transmitter
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.0.4
Check: R code for possible problems
Result: NOTE
plot.intersect: no visible global function definition for ‘points’
plot.intersect: no visible global function definition for ‘plot’
plot.receiver: no visible global function definition for ‘points’
plot.receiver: no visible global function definition for ‘plot’
plot.receiver: no visible global function definition for ‘segments’
plot.transmitter: no visible global function definition for ‘points’
plot.transmitter: no visible global function definition for ‘plot’
plot.transmitter: no visible global function definition for ‘lines’
Undefined global functions or variables:
lines plot points segments
Consider adding
importFrom("graphics", "lines", "plot", "points", "segments")
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: 0.0.4
Check: examples
Result: ERROR
Running examples in ‘sigloc-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: as.receiver
> ### Title: Coerce to Class 'receiver'
> ### Aliases: as.receiver plot.receiver print.receiver
> ### as.data.frame.receiver
>
> ### ** Examples
>
> ## Load the data
> data(bear)
>
> ## Convert data to class 'receiver
> bear<-as.receiver(bear)
>
> ## Display resulting object with bearings
> plot(bear,bearings=TRUE,xlab="Easting",ylab="Northing")
Error in xy.coords(x, y, xlabel, ylabel, log) :
'x' is a list, but does not have components 'x' and 'y'
Calls: plot -> plot.default -> xy.coords
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64