Last updated on 2015-02-05 23:50:41.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1-10 | 1.12 | 11.96 | 13.08 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.1-10 | 1.21 | 11.86 | 13.07 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.1-10 | 25.07 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.1-10 | 23.90 | NOTE | |||
r-devel-osx-x86_64-clang | 2.1-10 | 29.68 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.1-10 | 11.00 | 24.00 | 35.00 | OK | |
r-patched-linux-x86_64 | 2.1-10 | 1.30 | 13.15 | 14.45 | NOTE | |
r-patched-solaris-sparc | 2.1-10 | 155.20 | OK | |||
r-patched-solaris-x86 | 2.1-10 | 41.80 | OK | |||
r-release-linux-ix86 | 2.1-10 | 1.93 | 19.66 | 21.59 | NOTE | |
r-release-linux-x86_64 | 2.1-10 | 1.36 | 12.36 | 13.72 | NOTE | |
r-release-osx-x86_64-mavericks | 2.1-10 | OK | ||||
r-release-windows-ix86+x86_64 | 2.1-10 | 8.00 | 27.00 | 35.00 | OK | |
r-oldrel-windows-ix86+x86_64 | 2.1-10 | 8.00 | 23.00 | 31.00 | OK |
Version: 2.1-10
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
plot.VPdtw print.VPdtw
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-osx-x86_64-clang
Version: 2.1-10
Check: Rd line widths
Result: NOTE
Rd file 'VPdtw.Rd':
\usage lines wider than 90 characters:
VPdtw(reference, query, penalty = 0, maxshift = 50,Reference.type=c("random","median","mean","trimmed"))
\examples lines wider than 100 characters:
result <- VPdtw(reference=reference[1:2500],query=query[1:2500],penalty=dilation(reference[1:2500],150)/4,maxshift=150)
result2 <- VPdtw(reference=reference[1:2500],query=query[1:2500],penalty=rep(0,length(reference)),maxshift=150)
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-ix86, r-release-linux-x86_64
Version: 2.1-10
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
print.VPdtw plot.VPdtw
See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc