Last updated on 2025-04-27 07:50:21 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 3.08 | 25.13 | 28.21 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 2.25 | 18.89 | 21.14 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 44.42 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 41.99 | NOTE | |||
r-devel-windows-x86_64 | 1.1 | 5.00 | 50.00 | 55.00 | NOTE | |
r-patched-linux-x86_64 | 1.1 | 2.90 | 24.14 | 27.04 | NOTE | |
r-release-linux-x86_64 | 1.1 | 3.01 | 24.50 | 27.51 | NOTE | |
r-release-macos-arm64 | 1.1 | 20.00 | NOTE | |||
r-release-macos-x86_64 | 1.1 | 34.00 | NOTE | |||
r-release-windows-x86_64 | 1.1 | 4.00 | 53.00 | 57.00 | NOTE | |
r-oldrel-macos-arm64 | 1.1 | 18.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.1 | 25.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.1 | 5.00 | 54.00 | 59.00 | NOTE |
Version: 1.1
Check: Rd files
Result: NOTE
checkRd: (-1) PPS.fit.Rd:25: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) PPS.fit.Rd:26: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) PPS.fit.Rd:27: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) PPS.fit.Rd:28: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) PPS.fit.Rd:29: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) PPS.fit.Rd:30: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) forbes400.Rd:8: Lost braces in \itemize; meant \describe ?
checkRd: (-1) forbes400.Rd:9: Lost braces in \itemize; meant \describe ?
checkRd: (-1) turkey.Rd:8: Lost braces in \itemize; meant \describe ?
checkRd: (-1) turkey.Rd:9: Lost braces in \itemize; meant \describe ?
checkRd: (-1) turkey.Rd:10: Lost braces in \itemize; meant \describe ?
checkRd: (-1) turkey.Rd:11: Lost braces in \itemize; meant \describe ?
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-x86_64
Version: 1.1
Check: examples
Result: ERROR
Running examples in ‘ParetoPosStable-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: se
> ### Title: Approximated standard errors of Pareto Positive Stable (PPS)
> ### parameter estimates
> ### Aliases: print.se se se.default
>
> ### ** Examples
>
> x <- rPPS(50, 1.2, 100, 2.3)
> fit <- PPS.fit(x)
> coef(fit)
lambda sigma nu
1.55425 105.4244 2.209738
> se(fit, k = 50)
Error in serverSocket(port = port) :
creation of server socket failed: port 11517 cannot be opened
Calls: se ... se.default -> makeCluster -> makePSOCKcluster -> serverSocket
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc