Last updated on 2020-08-07 01:49:50 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 2.87 | 30.26 | 33.13 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 2.63 | 23.53 | 26.16 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 48.29 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 40.61 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 8.00 | 41.00 | 49.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 2.77 | 29.64 | 32.41 | NOTE | |
r-patched-solaris-x86 | 1.0 | 58.10 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 3.18 | 29.84 | 33.02 | NOTE | |
r-release-macos-x86_64 | 1.0 | NOTE | ||||
r-release-windows-ix86+x86_64 | 1.0 | 9.00 | 51.00 | 60.00 | NOTE | |
r-oldrel-macos-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 9.00 | 44.00 | 53.00 | NOTE |
Version: 1.0
Check: dependencies in R code
Result: NOTE
'library' or 'require' call to 'mvtnorm' which was already attached by Depends.
Please remove these calls from your code.
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0
Check: R code for possible problems
Result: NOTE
lmec: warning in qr.Q(qrZ, compl = TRUE): partial argument match of
'compl' to 'complete'
lmec: warning in qr.Q(qra, compl = TRUE): partial argument match of
'compl' to 'complete'
lmec: no visible global function definition for 'lm'
lmec: no visible global function definition for 'pnorm'
lmec: no visible global function definition for 'dnorm'
lmec : vtrnorm2: no visible global function definition for 'runif'
lmec : vtrnorm2: no visible global function definition for 'qnorm'
lmec : vtrnorm2: no visible global function definition for 'pnorm'
lmec: no visible global function definition for 'rnorm'
lmec: no visible global function definition for 'ar'
Undefined global functions or variables:
ar dnorm lm pnorm qnorm rnorm runif
Consider adding
importFrom("stats", "ar", "dnorm", "lm", "pnorm", "qnorm", "rnorm",
"runif")
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-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.0
Check: Rd line widths
Result: NOTE
Rd file 'lmec-package.Rd':
\examples lines wider than 100 characters:
X<- cbind((UTIdata$Fup==0)+0, (UTIdata$Fup==1)+0, (UTIdata$Fup==3)+0, (UTIdata$Fup==6)+0, (UTIdata$Fup==9)+0, (UTIdata$Fup==12)+0, (UTI ... [TRUNCATED]
Rd file 'lmec.Rd':
\usage lines wider than 90 characters:
lmec(yL, cens, X, Z, cluster, maxstep = 200, varstruct = "unstructured", init, method = "ML", epsstop = 0.001, abspmv = 0.001, mcmc0 = ... [TRUNCATED]
\examples lines wider than 100 characters:
X = cbind((UTIdata$Fup==0)+0, (UTIdata$Fup==1)+0, (UTIdata$Fup==3)+0, (UTIdata$Fup==6)+0, (UTIdata$Fup==9)+0, (UTIdata$Fup==12)+0, (UTI ... [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