Last updated on 2022-04-27 11:53:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1-3 | 3.32 | 36.90 | 40.22 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1-3 | 2.54 | 28.69 | 31.23 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.1-3 | 48.19 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1-3 | 46.73 | ERROR | |||
r-devel-windows-x86_64 | 1.1-3 | 12.00 | 54.00 | 66.00 | NOTE | |
r-patched-linux-x86_64 | 1.1-3 | 3.58 | 36.51 | 40.09 | NOTE | |
r-release-linux-x86_64 | 1.1-3 | 2.59 | 35.68 | 38.27 | NOTE | |
r-release-macos-arm64 | 1.1-3 | 16.00 | NOTE | |||
r-release-macos-x86_64 | 1.1-3 | 28.00 | NOTE | |||
r-release-windows-x86_64 | 1.1-3 | 11.00 | 54.00 | 65.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1-3 | 17.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1-3 | 31.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 1.1-3 | 5.00 | 43.00 | 48.00 | NOTE |
Version: 1.1-3
Check: dependencies in R code
Result: NOTE
Package in Depends field not imported from: 'evd'
These packages need to be imported from (in the NAMESPACE file)
for when this namespace is loaded but not attached.
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1-3
Check: R code for possible problems
Result: NOTE
DPOT: no visible global function definition for 'optim'
mop.rho: no visible global function definition for 'median'
Undefined global functions or variables:
median optim
Consider adding
importFrom("stats", "median", "optim")
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.1-3
Check: examples
Result: ERROR
Running examples in ‘evt0-Ex.R’ failed
The error most likely occurred in:
> ### Name: PORT.Hill
> ### Title: Peaks over random threshold Hill estimate
> ### Aliases: PORT.Hill PORT.MOP PORT.RBMOP
> ### Keywords: quasi-reduced bias PORT Hill
>
> ### ** Examples
>
> # generate random samples
> x = rfrechet(50000, loc = 0, scale = 1,shape = 1/0.5)
>
> # estimate PORT Hill
> PORT.Hill(x,c(1,500,5000),0.1,"PRBMOP")
Error in any(k < 1) || any(k > n - nq - 1) || any(k == n - nq - 1) || :
'length = 3' in coercion to 'logical(1)'
Calls: PORT.Hill
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc