Last updated on 2021-05-27 12:54:10 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 33.40 | 67.73 | 101.13 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 22.07 | 49.80 | 71.87 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 139.35 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 125.36 | ERROR | |||
r-devel-windows-x86_64 | 0.1.2 | 43.00 | 125.00 | 168.00 | NOTE | |
r-devel-windows-x86_64-gcc10-UCRT | 0.1.2 | NOTE | ||||
r-patched-linux-x86_64 | 0.1.2 | 24.64 | 67.73 | 92.37 | NOTE | |
r-patched-solaris-x86 | 0.1.2 | 244.90 | NOTE | |||
r-release-linux-x86_64 | 0.1.2 | 25.49 | 64.85 | 90.34 | NOTE | |
r-release-windows-ix86+x86_64 | 0.1.2 | 53.00 | 150.00 | 203.00 | NOTE | |
r-oldrel-macos-x86_64 | 0.1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.2 | 56.00 | 136.00 | 192.00 | OK |
Version: 0.1.2
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-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in 'factorcpt-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: factor.seg.alg
> ### Title: Simultaneous multiple change-point and factor analysis for
> ### high-dimensional time series
> ### Aliases: factor.seg.alg
>
> ### ** Examples
>
> n <- 50; T <- 200
> e <- matrix(rnorm(n*T), nrow=n) # idiosyncratic components
> r <- 3 # factor number
> Lam <- matrix(rnorm(n*r, 1, 1), nrow=n) # loadings
> f <- matrix(rnorm(r*T), nrow=r) # factors
> chi <- e*0 # common component
> chp <- T/2 # change-point
> chi[, 1:chp] <- Lam%*%f[, 1:chp]
> Lam <- Lam + matrix(rnorm(n*r, 0, sqrt(2)), nrow=n) # new loadings
> chi[, (chp+1):T] <- Lam%*%f[, (chp+1):T]
> x <- chi + sqrt(r)*e
>
> fsa <- factor.seg.alg(x, idio.diag=TRUE)
Error in matrix(c(tree[[l]], matrix(0, 6, 1)), 6, ncc) :
data length differs from size of matrix: [12 != 6 x 1]
Calls: factor.seg.alg -> common.seg -> matrix
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: compiled code
Result: NOTE
File ‘factorcpt/libs/factorcpt.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘factorcpt-Ex.R’ failed
The error most likely occurred in:
> ### Name: factor.seg.alg
> ### Title: Simultaneous multiple change-point and factor analysis for
> ### high-dimensional time series
> ### Aliases: factor.seg.alg
>
> ### ** Examples
>
> n <- 50; T <- 200
> e <- matrix(rnorm(n*T), nrow=n) # idiosyncratic components
> r <- 3 # factor number
> Lam <- matrix(rnorm(n*r, 1, 1), nrow=n) # loadings
> f <- matrix(rnorm(r*T), nrow=r) # factors
> chi <- e*0 # common component
> chp <- T/2 # change-point
> chi[, 1:chp] <- Lam%*%f[, 1:chp]
> Lam <- Lam + matrix(rnorm(n*r, 0, sqrt(2)), nrow=n) # new loadings
> chi[, (chp+1):T] <- Lam%*%f[, (chp+1):T]
> x <- chi + sqrt(r)*e
>
> fsa <- factor.seg.alg(x, idio.diag=TRUE)
Error in matrix(c(tree[[l]], matrix(0, 6, 1)), 6, ncc) :
data length differs from size of matrix: [12 != 6 x 1]
Calls: factor.seg.alg -> common.seg -> matrix
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc