Last updated on 2019-01-25 18:47:17 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 15.65 | 22.17 | 37.82 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 12.06 | 16.98 | 29.04 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 51.29 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 42.62 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2 | 38.00 | 63.00 | 101.00 | NOTE | |
r-patched-linux-x86_64 | 1.2 | 14.76 | 20.05 | 34.81 | NOTE | |
r-patched-solaris-x86 | 1.2 | 53.70 | NOTE | |||
r-release-linux-x86_64 | 1.2 | 15.43 | 20.26 | 35.69 | NOTE | |
r-release-windows-ix86+x86_64 | 1.2 | 29.00 | 74.00 | 103.00 | NOTE | |
r-release-osx-x86_64 | 1.2 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 42.00 | 64.00 | 106.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