* using log directory ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/spGARCH.Rcheck’ * using R Under development (unstable) (2024-04-29 r86495) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 18.1.4 (1) Debian flang-new version 18.1.4 (1) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘spGARCH/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘spGARCH’ version ‘0.2.2’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘spGARCH’ can be installed ... OK See 'https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-clang/spGARCH-00install.html' for details. * used C++ compiler: ‘Debian clang version 18.1.4 (1)’ * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [3s/4s] OK * checking whether the package can be loaded with stated dependencies ... [3s/4s] OK * checking whether the package can be unloaded cleanly ... [3s/4s] OK * checking whether the namespace can be loaded with stated dependencies ... [3s/4s] OK * checking whether the namespace can be unloaded cleanly ... [3s/4s] OK * checking loading without being on the library search path ... [3s/4s] OK * checking whether startup messages can be suppressed ... [3s/4s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [21s/25s] OK * checking Rd files ... [1s/1s] NOTE checkRd: (-1) qml.SARspARCH.Rd:104: Lost braces; missing escapes or markup? 104 | \item \code{rho} - {This is used as a penalty weighting scalar for infeasibility in the augmented objective function. The higher its value the more the weighting to bring the solution into the feasible region (default 1). However, very high values might lead to numerical ill conditioning or significantly slow down convergence.} | ^ checkRd: (-1) qml.SARspARCH.Rd:105: Lost braces; missing escapes or markup? 105 | \item \code{outer.iter} - {Maximum number of major (outer) iterations (default 400).} | ^ checkRd: (-1) qml.SARspARCH.Rd:106: Lost braces; missing escapes or markup? 106 | \item \code{inner.iter} - {Maximum number of minor (inner) iterations (default 800).} | ^ checkRd: (-1) qml.SARspARCH.Rd:107: Lost braces; missing escapes or markup? 107 | \item \code{delta} - {Relative step size in forward difference evaluation (default 1.0e-7).} | ^ checkRd: (-1) qml.SARspARCH.Rd:108: Lost braces; missing escapes or markup? 108 | \item \code{tol} - {Relative tolerance on feasibility and optimality (default 1e-8).} | ^ checkRd: (-1) qml.SARspARCH.Rd:109: Lost braces; missing escapes or markup? 109 | \item \code{trace} - {The value of the objective function and the parameters is printed at every major iteration (default 1).} | ^ checkRd: (-1) qml.spARCH.Rd:98: Lost braces; missing escapes or markup? 98 | \item \code{rho} - {This is used as a penalty weighting scalar for infeasibility in the augmented objective function. The higher its value the more the weighting to bring the solution into the feasible region (default 1). However, very high values might lead to numerical ill conditioning or significantly slow down convergence.} | ^ checkRd: (-1) qml.spARCH.Rd:99: Lost braces; missing escapes or markup? 99 | \item \code{outer.iter} - {Maximum number of major (outer) iterations (default 400).} | ^ checkRd: (-1) qml.spARCH.Rd:100: Lost braces; missing escapes or markup? 100 | \item \code{inner.iter} - {Maximum number of minor (inner) iterations (default 800).} | ^ checkRd: (-1) qml.spARCH.Rd:101: Lost braces; missing escapes or markup? 101 | \item \code{delta} - {Relative step size in forward difference evaluation (default 1.0e-7).} | ^ checkRd: (-1) qml.spARCH.Rd:102: Lost braces; missing escapes or markup? 102 | \item \code{tol} - {Relative tolerance on feasibility and optimality (default 1e-8).} | ^ checkRd: (-1) qml.spARCH.Rd:103: Lost braces; missing escapes or markup? 103 | \item \code{trace} - {The value of the objective function and the parameters is printed at every major iteration (default 1).} | ^ checkRd: (-1) spARCHsim.Rd:69: Lost braces 69 | \item \code{seed} - {positive integer to initialize the random number generator (RNG), default value is a random integer in \eqn{[1, 10^6]}{[1, 10^6]}} | ^ checkRd: (-1) spARCHsim.Rd:70: Lost braces 70 | \item \code{silent} - {if \code{FALSE}, current random seed is reported} | ^ checkRd: (-1) spARCHsim.Rd:71: Lost braces 71 | \item \code{triangular} - {if \code{TRUE}, \eqn{\mathbf{W}}{W} is a triangular matrix and there are no checks to verify this assumption (default \code{FALSE})} | ^ checkRd: (-1) spGARCHsim.Rd:87: Lost braces 87 | \item \code{seed} - {positive integer to initialize the random number generator (RNG), default value is a random integer in \eqn{[1, 10^6]}{[1, 10^6]}} | ^ checkRd: (-1) spGARCHsim.Rd:88: Lost braces 88 | \item \code{silent} - {if \code{FALSE}, current random seed is reported} | ^ checkRd: (-1) spGARCHsim.Rd:89: Lost braces 89 | \item \code{triangular} - {if \code{TRUE}, \eqn{\mathbf{W}}{W} is a triangular matrix and there are no checks to verify this assumption (default \code{FALSE})} | ^ * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking contents of ‘data’ directory ... OK * checking data for non-ASCII characters ... [2s/3s] OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking examples ... [5s/6s] OK * checking PDF version of manual ... [6s/8s] OK * checking HTML version of manual ... [2s/3s] OK * checking for non-standard things in the check directory ... OK * DONE Status: 1 NOTE