Last updated on 2024-07-01 10:49:57 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2-3 | 43.59 | 204.58 | 248.17 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.2-3 | 31.49 | 145.83 | 177.32 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2-3 | 329.34 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.2-3 | 306.92 | ERROR | |||
r-devel-windows-x86_64 | 1.2-3 | 37.00 | 200.00 | 237.00 | ERROR | |
r-patched-linux-x86_64 | 1.2-3 | 37.43 | 194.76 | 232.19 | NOTE | |
r-release-linux-x86_64 | 1.2-3 | 36.76 | 195.36 | 232.12 | NOTE | |
r-release-macos-arm64 | 1.2-3 | 86.00 | NOTE | |||
r-release-macos-x86_64 | 1.2-3 | 135.00 | NOTE | |||
r-release-windows-x86_64 | 1.2-3 | 36.00 | 207.00 | 243.00 | NOTE | |
r-oldrel-macos-arm64 | 1.2-3 | 116.00 | OK | |||
r-oldrel-macos-x86_64 | 1.2-3 | 170.00 | OK | |||
r-oldrel-windows-x86_64 | 1.2-3 | 46.00 | 254.00 | 300.00 | OK |
Version: 1.2-3
Check: Rd files
Result: NOTE
checkRd: (-1) MovingBlocks-class.Rd:11: Lost braces
11 | bootstrap described in K{\"u}nsch (1989).
| ^
checkRd: (-1) MovingBlocks-class.Rd:18: Lost braces
18 | The Moving Blocks Bootstrap method of K{\"u}nsch (1989) resamples blocks
| ^
checkRd: (-1) MovingBlocks-class.Rd:25: Lost braces
25 | K{\"u}nsch, H. R. (1989). The jackknife and the bootstrap for general stationary
| ^
checkRd: (-1) frequenciesValidator.Rd:16: Lost braces; missing escapes or markup?
16 | \item{steps}{a vector containing a subset of {1,2,3,4,5,6}, indicating
| ^
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
Version: 1.2-3
Check: examples
Result: ERROR
Running examples in ‘quantspec-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: SmoothedPG-constructor
> ### Title: Create an instance of the 'SmoothedPG' class.
> ### Aliases: SmoothedPG-constructor smoothedPG
> ### Keywords: Constructors
>
> ### ** Examples
>
> Y <- rnorm(64)
> levels.1 <- c(0.25,0.5,0.75)
> weight <- kernelWeight(W=W0)
>
> # Version 1a of the constructor -- for numerics:
> sPG.ft <- smoothedPG(Y, levels.1 = levels.1, weight = weight, type="clipped")
> sPG.qr <- smoothedPG(Y, levels.1 = levels.1, weight = weight, type="qr")
>
> # Version 1b of the constructor -- for ts objects:
> sPG.ft <- smoothedPG(wheatprices, levels.1 = c(0.05,0.5,0.95), weight = weight)
Error in 0:(lenTS(object) - 1) : argument of length 0
Calls: smoothedPG
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
IntegrQuantileSD-class 4.898 0.021 5.499
QuantilePG-class 4.859 0.048 5.455
QRegEstimator-constructor 0.878 0.008 6.047
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.2-3
Check: examples
Result: ERROR
Running examples in ‘quantspec-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: SmoothedPG-constructor
> ### Title: Create an instance of the 'SmoothedPG' class.
> ### Aliases: SmoothedPG-constructor smoothedPG
> ### Keywords: Constructors
>
> ### ** Examples
>
> Y <- rnorm(64)
> levels.1 <- c(0.25,0.5,0.75)
> weight <- kernelWeight(W=W0)
>
> # Version 1a of the constructor -- for numerics:
> sPG.ft <- smoothedPG(Y, levels.1 = levels.1, weight = weight, type="clipped")
> sPG.qr <- smoothedPG(Y, levels.1 = levels.1, weight = weight, type="qr")
>
> # Version 1b of the constructor -- for ts objects:
> sPG.ft <- smoothedPG(wheatprices, levels.1 = c(0.05,0.5,0.95), weight = weight)
Error in 0:(lenTS(object) - 1) : argument of length 0
Calls: smoothedPG
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
QuantilePG-class 3.082 0.040 5.717
QRegEstimator-constructor 0.700 0.012 5.636
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2-3
Check: examples
Result: ERROR
Running examples in ‘quantspec-Ex.R’ failed
The error most likely occurred in:
> ### Name: SmoothedPG-constructor
> ### Title: Create an instance of the 'SmoothedPG' class.
> ### Aliases: SmoothedPG-constructor smoothedPG
> ### Keywords: Constructors
>
> ### ** Examples
>
> Y <- rnorm(64)
> levels.1 <- c(0.25,0.5,0.75)
> weight <- kernelWeight(W=W0)
>
> # Version 1a of the constructor -- for numerics:
> sPG.ft <- smoothedPG(Y, levels.1 = levels.1, weight = weight, type="clipped")
> sPG.qr <- smoothedPG(Y, levels.1 = levels.1, weight = weight, type="qr")
>
> # Version 1b of the constructor -- for ts objects:
> sPG.ft <- smoothedPG(wheatprices, levels.1 = c(0.05,0.5,0.95), weight = weight)
Error in 0:(lenTS(object) - 1) : argument of length 0
Calls: smoothedPG
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64