Last updated on 2019-01-15 00:46:38 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 15.80 | 21.37 | 37.17 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 13.21 | 17.69 | 30.90 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 51.70 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 42.61 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 30.00 | 73.00 | 103.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 15.23 | 20.07 | 35.30 | NOTE | |
r-patched-solaris-x86 | 1.2 | 52.20 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 16.00 | 19.99 | 35.99 | NOTE | |
r-release-windows-ix86+x86_64 | 1.2 | 40.00 | 45.00 | 85.00 | NOTE | |
r-release-osx-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 30.00 | 46.00 | 76.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.2 | NOTE |
Version: 1.2
Check: R code for possible problems
Result: NOTE
deforestation: no visible global function definition for ‘model.frame’
deforestation: no visible global function definition for ‘model.matrix’
deforestation: no visible global function definition for
‘model.response’
deforestation: no visible global function definition for ‘vcov’
deforestation: no visible global function definition for ‘glm’
demography: no visible global function definition for ‘model.frame’
demography: no visible global function definition for ‘model.matrix’
demography: no visible global function definition for ‘model.response’
form.beta.start: no visible global function definition for ‘coef’
form.beta.start: no visible global function definition for ‘glm’
form.sigma2.start: no visible global function definition for ‘var’
form.sigma2.start: no visible global function definition for
‘residuals’
form.sigma2.start: no visible global function definition for ‘glm’
rinvgamma: no visible global function definition for ‘rgamma’
rwish: no visible global function definition for ‘rchisq’
rwish: no visible global function definition for ‘rnorm’
Undefined global functions or variables:
coef glm model.frame model.matrix model.response rchisq residuals
rgamma rnorm var vcov
Consider adding
importFrom("stats", "coef", "glm", "model.frame", "model.matrix",
"model.response", "rchisq", "residuals", "rgamma", "rnorm",
"var", "vcov")
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: 1.2
Check: compilation flags in Makevars
Result: NOTE
Package has both ‘src/Makevars.in’ and ‘src/Makevars’.
Installation with --no-configure' is unlikely to work. If you intended
‘src/Makevars’ to be used on Windows, rename it to ‘src/Makevars.win’
otherwise remove it. If ‘configure’ created ‘src/Makevars’, you need a
‘cleanup’ script.
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: 1.2
Check: compiled code
Result: NOTE
File ‘phcfM/libs/phcfM.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