CRAN Package Check Results for Maintainer ‘Tobias Kley <tobias.kley at bristol.ac.uk>’

Last updated on 2024-06-15 15:49:43 CEST.

Package ERROR NOTE OK
forecastSNSTS 13
quantspec 2 8 3

Package forecastSNSTS

Current CRAN status: NOTE: 13

Version: 1.3-0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory 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

Package quantspec

Current CRAN status: ERROR: 2, NOTE: 8, OK: 3

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