Last updated on 2020-08-07 01:49:42 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2-1 | 7.07 | 21.30 | 28.37 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2-1 | 4.40 | 16.80 | 21.20 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2-1 | 42.82 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2-1 | 32.73 | NOTE | |||
r-devel-windows-ix86+x86_64 | 0.2-1 | 18.00 | 36.00 | 54.00 | NOTE | |
r-patched-linux-x86_64 | 0.2-1 | 5.41 | 21.32 | 26.73 | NOTE | |
r-patched-solaris-x86 | 0.2-1 | 50.20 | NOTE | |||
r-release-linux-x86_64 | 0.2-1 | 4.84 | 21.39 | 26.23 | NOTE | |
r-release-macos-x86_64 | 0.2-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2-1 | 15.00 | 38.00 | 53.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.2-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2-1 | 15.00 | 57.00 | 72.00 | NOTE |
Version: 0.2-1
Check: R code for possible problems
Result: NOTE
File 'endogMNP/R/onAttach.R':
.onAttach calls:
cat(paste(pkg, ": ", title, "\nVersion: ", ver, "\n", sep = ""))
Package startup functions should use 'packageStartupMessage' to
generate messages.
See section 'Good practice' in '?.onAttach'.
XandYmatrix.endogMNP: warning in matrix(NA, nc = p1, nr = length(Y1)):
partial argument match of 'nr' to 'nrow'
XandYmatrix.endogMNP: warning in matrix(NA, nc = p1, nr = length(Y1)):
partial argument match of 'nc' to 'ncol'
XandYmatrix.endogMNP: warning in matrix(cbind(Y1, naMat), nc = p1 + 1):
partial argument match of 'nc' to 'ncol'
XandYmatrix.endogMNP: warning in matrix(Y, nc = 1, byrow = TRUE):
partial argument match of 'nc' to 'ncol'
XandYmatrix.endogMNP: warning in matrix(0, nr = ((p1 - 1 + (p1 - 1) *
(p2 - 1)) * length(Y1)), nc = ((length(selX[1, ])) * (p1 - 1) +
(length(outX[1, ])) * (p1 - 1) * (p2 - 1))): partial argument match
of 'nr' to 'nrow'
XandYmatrix.endogMNP: warning in matrix(0, nr = ((p1 - 1 + (p1 - 1) *
(p2 - 1)) * length(Y1)), nc = ((length(selX[1, ])) * (p1 - 1) +
(length(outX[1, ])) * (p1 - 1) * (p2 - 1))): partial argument match
of 'nc' to 'ncol'
XandYmatrix.endogMNP: warning in matrix(0, nr = ((p1 - 1 + p1 * (p2 -
1)) * length(Y1)), nc = ((length(selX[1, ])) * (p1 - 1) +
(length(outX[1, ])) * p1 * (p2 - 1))): partial argument match of 'nr'
to 'nrow'
XandYmatrix.endogMNP: warning in matrix(0, nr = ((p1 - 1 + p1 * (p2 -
1)) * length(Y1)), nc = ((length(selX[1, ])) * (p1 - 1) +
(length(outX[1, ])) * p1 * (p2 - 1))): partial argument match of 'nc'
to 'ncol'
XandYmatrix.endogMNP: warning in matrix(selX[i, ], nr = 1): partial
argument match of 'nr' to 'nrow'
XandYmatrix.endogMNP: warning in matrix(outX[i, ], nr = 1): partial
argument match of 'nr' to 'nrow'
XandYmatrix.endogMNP: warning in matrix(0, nr = dim(selPart)[1], nc =
dim(outPart)[2]): partial argument match of 'nr' to 'nrow'
XandYmatrix.endogMNP: warning in matrix(0, nr = dim(selPart)[1], nc =
dim(outPart)[2]): partial argument match of 'nc' to 'ncol'
XandYmatrix.endogMNP: warning in matrix(0, nr = dim(outPart)[1], nc =
dim(selPart)[2]): partial argument match of 'nr' to 'nrow'
XandYmatrix.endogMNP: warning in matrix(0, nr = dim(outPart)[1], nc =
dim(selPart)[2]): partial argument match of 'nc' to 'ncol'
XandYmatrix.endogMNP: warning in matrix(xMatrix, nc = 1, byrow = TRUE):
partial argument match of 'nc' to 'ncol'
endogMNP : captureFormula: warning in match.call(expand = FALSE):
partial argument match of 'expand' to 'expand.dots'
.onAttach: no visible global function definition for
'packageDescription'
XandYmatrix.endogMNP: no visible global function definition for
'relevel'
endogMNP: no visible global function definition for 'model.response'
endogMNP: no visible global function definition for 'model.frame'
endogMNP: no visible global function definition for
'model.matrix.default'
print.summary.endogMNP: no visible global function definition for
'printCoefmat'
summary.endogMNP: no visible binding for global variable 'sd'
summary.endogMNP: no visible binding for global variable 'quantile'
Undefined global functions or variables:
model.frame model.matrix.default model.response packageDescription
printCoefmat quantile relevel sd
Consider adding
importFrom("stats", "model.frame", "model.matrix.default",
"model.response", "printCoefmat", "quantile", "relevel",
"sd")
importFrom("utils", "packageDescription")
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: 0.2-1
Check: compiled code
Result: NOTE
File ‘endogMNP/libs/endogMNP.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-fedora-clang, r-devel-linux-x86_64-fedora-gcc