Last updated on 2019-01-26 15:47:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.52 | 4.04 | 61.22 | 65.26 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.52 | 4.07 | 49.19 | 53.26 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.52 | 77.88 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.52 | 74.64 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.52 | 8.00 | 99.00 | 107.00 | NOTE | |
r-patched-linux-x86_64 | 0.52 | 4.72 | 58.59 | 63.31 | NOTE | |
r-patched-solaris-x86 | 0.52 | 125.60 | NOTE | |||
r-release-linux-x86_64 | 0.52 | 3.96 | 58.81 | 62.77 | NOTE | |
r-release-windows-ix86+x86_64 | 0.52 | 10.00 | 72.00 | 82.00 | NOTE | |
r-release-osx-x86_64 | 0.52 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.52 | 10.00 | 76.00 | 86.00 | NOTE | |
r-oldrel-osx-x86_64 | 0.52 | NOTE |
Version: 0.52
Check: S3 generic/method consistency
Result: NOTE
Found the following apparent S3 methods exported but not registered:
print.lss
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.52
Check: R code for possible problems
Result: NOTE
lss: no visible binding for global variable ‘na.exclude’
lss: no visible global function definition for ‘model.extract’
lss: no visible binding for global variable ‘response’
lss: no visible global function definition for ‘model.matrix’
lss: no visible global function definition for ‘rexp’
lss: no visible global function definition for ‘pnorm’
lss.betag: no visible global function definition for ‘l1fit’
Undefined global functions or variables:
l1fit model.extract model.matrix na.exclude pnorm response rexp
Consider adding
importFrom("stats", "model.extract", "model.matrix", "na.exclude",
"pnorm", "rexp")
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.52
Check: Rd line widths
Result: NOTE
Rd file 'lss.Rd':
\usage lines wider than 90 characters:
lss(formula, data, subset, trace = FALSE, mcsize = 500, maxiter = 10, tolerance = 0.001, gehanonly = FALSE, cov = FALSE, na.action = na ... [TRUNCATED]
\examples lines wider than 100 characters:
fit1<-lss(cbind(log10(time),status) ~ age + t5,data=stan,subset=!is.na(t5), mcsize=100,trace=TRUE,gehanonly=FALSE,maxiter=10,tolerance= ... [TRUNCATED]
fit2<-lss(cbind(log10(time),status) ~ age + I(age^2),data=stan,subset=!is.na(t5)&time>=100,mcsize=5,trace=TRUE, gehanonly=FALSE,cov=TRU ... [TRUNCATED]
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