Last updated on 2018-04-29 01:47:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0 | 5.94 | 74.48 | 80.42 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0 | 5.73 | 66.56 | 72.29 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0 | 97.78 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0 | 94.82 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.0 | 14.00 | 168.00 | 182.00 | NOTE | |
r-patched-linux-x86_64 | 1.0 | 6.27 | 73.80 | 80.07 | NOTE | |
r-patched-solaris-x86 | 1.0 | 160.00 | NOTE | |||
r-release-linux-x86_64 | 1.0 | 4.98 | 73.15 | 78.13 | NOTE | |
r-release-windows-ix86+x86_64 | 1.0 | 14.00 | 168.00 | 182.00 | NOTE | |
r-release-osx-x86_64 | 1.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.0 | 11.00 | 119.00 | 130.00 | NOTE | |
r-oldrel-osx-x86_64 | 1.0 | ERROR |
Version: 1.0
Check: R code for possible problems
Result: NOTE
CoeffYWeq: no visible global function definition for ‘index’
fitdistrForPrecipitation: no visible global function definition for
‘fitdistr’
generate.CCGammaObject: no visible binding for global variable ‘rnorm’
generate.CCGammaObject: no visible global function definition for
‘pnorm’
generate.YuleWalkerCoefficientBlockmatrices: no visible binding for
global variable ‘rnorm’
generate.YuleWalkerCoefficientBlockmatricesPerEachMonth: no visible
binding for global variable ‘rnorm’
generatePrecipitationAmount: no visible global function definition for
‘str’
omega_inv: no visible global function definition for ‘uniroot’
qqfit: no visible binding for global variable ‘qexp’
qqfit: no visible global function definition for ‘ecdf’
Undefined global functions or variables:
ecdf fitdistr index pnorm qexp rnorm str uniroot
Consider adding
importFrom("stats", "ecdf", "pnorm", "qexp", "rnorm", "uniroot")
importFrom("utils", "str")
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
Version: 1.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘copula’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-oldrel-osx-x86_64