Last updated on 2021-09-25 18:49:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2-1 | 6.07 | 24.92 | 30.99 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2-1 | 4.58 | 19.45 | 24.03 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2-1 | 47.40 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2-1 | 36.22 | NOTE | |||
r-devel-windows-x86_64 | 0.2-1 | 7.00 | 31.00 | 38.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 0.2-1 | NOTE | ||||
r-patched-linux-x86_64 | 0.2-1 | 5.92 | 24.33 | 30.25 | NOTE | |
r-patched-solaris-x86 | 0.2-1 | 58.60 | NOTE | |||
r-release-linux-x86_64 | 0.2-1 | 4.81 | 24.03 | 28.84 | NOTE | |
r-release-macos-arm64 | 0.2-1 | NOTE | ||||
r-release-macos-x86_64 | 0.2-1 | NOTE | ||||
r-release-windows-ix86+x86_64 | 0.2-1 | 17.00 | 35.00 | 52.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.2-1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 0.2-1 | 13.00 | 34.00 | 47.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-x86_64, r-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, 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