Last updated on 2018-04-29 01:47:18 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.3 | 66.61 | 23.68 | 90.29 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6.3 | 57.30 | 19.93 | 77.23 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.6.3 | 126.73 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.3 | 114.16 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.6.3 | 169.00 | 90.00 | 259.00 | NOTE | |
r-patched-linux-x86_64 | 0.6.3 | 72.84 | 22.85 | 95.69 | ERROR | |
r-patched-solaris-x86 | 0.6.3 | 118.80 | NOTE | |||
r-release-linux-x86_64 | 0.6.3 | 72.80 | 23.01 | 95.81 | ERROR | |
r-release-windows-ix86+x86_64 | 0.6.3 | 169.00 | 90.00 | 259.00 | NOTE | |
r-release-osx-x86_64 | 0.6.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.6.3 | 136.00 | 78.00 | 214.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.6.3 | NOTE |
Version: 0.6.3
Check: DESCRIPTION meta-information
Result: NOTE
Malformed Description field: should contain one or more complete sentences.
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.6.3
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
predict.rgam
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.6.3
Check: compiled code
Result: NOTE
File ‘rgam/libs/rgam.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ 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-release-linux-x86_64
Version: 0.6.3
Check: examples
Result: ERROR
Running examples in ‘rgam-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: ili.visits
> ### Title: Influenza-like-illness outpatient visits.
> ### Aliases: ili.visits
> ### Keywords: datasets
>
> ### ** Examples
>
> library(rgam)
> plot(visits ~ week, data=ili.visits, xlab='Week', ylab='ILI visits',
+ pch=19, col='grey75')
> with(ili.visits, {
+ a <- rgam(x=week, y=visits, family='poisson', cv.method='rcv',
+ epsilon=1e-7, alpha=17/80, max.it=500)
+ pr.rgam <- predict(a, type='response')
+ lines(week[order(week)], pr.rgam[order(week)], lwd=3, col='red')
+ })
Error in UseMethod("predict") :
no applicable method for 'predict' applied to an object of class "rgam"
Calls: with -> with.default -> eval -> eval -> predict
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