CRAN Package Check Results for Package quantspec

Last updated on 2024-06-15 12:48:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2-3 43.56 203.86 247.42 NOTE
r-devel-linux-x86_64-debian-gcc 1.2-3 30.55 142.69 173.24 ERROR
r-devel-linux-x86_64-fedora-clang 1.2-3 183.91 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2-3 314.21 NOTE
r-devel-windows-x86_64 1.2-3 36.00 207.00 243.00 NOTE
r-patched-linux-x86_64 1.2-3 36.15 198.27 234.42 NOTE
r-release-linux-x86_64 1.2-3 37.19 191.85 229.04 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 37.00 207.00 244.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 45.00 256.00 301.00 OK

Check Details

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 QRegEstimator-constructor 0.679 0.012 5.521 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 Flavor: r-devel-linux-x86_64-fedora-clang