Last updated on 2019-11-25 05:47:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.7 | 46.93 | 65.43 | 112.36 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.7 | 34.80 | 51.97 | 86.77 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.7 | 138.65 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.7 | 147.41 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.0.7 | 103.00 | 138.00 | 241.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 1.0.7 | 85.00 | 111.00 | 196.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.7 | 35.73 | 60.43 | 96.16 | ERROR | |
r-patched-solaris-x86 | 1.0.7 | 169.80 | ERROR | |||
r-release-linux-x86_64 | 1.0.7 | 33.97 | 64.15 | 98.12 | ERROR | |
r-release-windows-ix86+x86_64 | 1.0.7 | 93.00 | 104.00 | 197.00 | ERROR | |
r-release-osx-x86_64 | 1.0.7 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.7 | 60.00 | 195.00 | 255.00 | OK | |
r-oldrel-osx-x86_64 | 1.0.7 | OK |
Version: 1.0.7
Check: dependencies in R code
Result: NOTE
Missing or unexported object: 'glmnet::predict.mrelnet'
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-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64
Version: 1.0.7
Check: examples
Result: ERROR
Running examples in 'rarhsmm-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: hmm.predict
> ### Title: 1-step forward prediction for (autoregressive) Gaussian hidden
> ### Markov model
> ### Aliases: hmm.predict
>
> ### ** Examples
>
> set.seed(15562)
> m <- 2
> mu <- list(c(3,4,5),c(-2,-3,-4))
> sigma <- list(diag(1.3,3),
+ matrix(c(1,-0.3,0.2,-0.3,1.5,0.3,0.2,0.3,2),3,3,byrow=TRUE))
> delta <- c(0.5,0.5)
> gamma <- matrix(c(0.8,0.2,0.1,0.9),2,2,byrow=TRUE)
> auto <- list(matrix(c(0.3,0.2,0.1,0.4,0.3,0.2,
+ -0.3,-0.2,-0.1,0.3,0.2,0.1,
+ 0,0,0,0,0,0),3,6,byrow=TRUE),
+ matrix(c(0.2,0,0,0.4,0,0,
+ 0,0.2,0,0,0.4,0,
+ 0,0,0.2,0,0,0.4),3,6,byrow=TRUE))
> mod <- list(m=m,mu=mu,sigma=sigma,delta=delta,gamma=gamma,auto=auto,arp=2)
> sim <- hmm.sim(2000,mod)
> y <- sim$series
> state <- sim$state
> fit <- em.hmm(y=y, mod=mod, arp=2, tol=1e-5)
Error: 'predict.mrelnet' is not an exported object from 'namespace:glmnet'
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0.7
Check: examples
Result: ERROR
Running examples in ‘rarhsmm-Ex.R’ failed
The error most likely occurred in:
> ### Name: hmm.predict
> ### Title: 1-step forward prediction for (autoregressive) Gaussian hidden
> ### Markov model
> ### Aliases: hmm.predict
>
> ### ** Examples
>
> set.seed(15562)
> m <- 2
> mu <- list(c(3,4,5),c(-2,-3,-4))
> sigma <- list(diag(1.3,3),
+ matrix(c(1,-0.3,0.2,-0.3,1.5,0.3,0.2,0.3,2),3,3,byrow=TRUE))
> delta <- c(0.5,0.5)
> gamma <- matrix(c(0.8,0.2,0.1,0.9),2,2,byrow=TRUE)
> auto <- list(matrix(c(0.3,0.2,0.1,0.4,0.3,0.2,
+ -0.3,-0.2,-0.1,0.3,0.2,0.1,
+ 0,0,0,0,0,0),3,6,byrow=TRUE),
+ matrix(c(0.2,0,0,0.4,0,0,
+ 0,0.2,0,0,0.4,0,
+ 0,0,0.2,0,0,0.4),3,6,byrow=TRUE))
> mod <- list(m=m,mu=mu,sigma=sigma,delta=delta,gamma=gamma,auto=auto,arp=2)
> sim <- hmm.sim(2000,mod)
> y <- sim$series
> state <- sim$state
> fit <- em.hmm(y=y, mod=mod, arp=2, tol=1e-5)
Error: 'predict.mrelnet' is not an exported object from 'namespace:glmnet'
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86
Version: 1.0.7
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'rarhsmm-Ex.R' failed
The error most likely occurred in:
> ### Name: hmm.predict
> ### Title: 1-step forward prediction for (autoregressive) Gaussian hidden
> ### Markov model
> ### Aliases: hmm.predict
>
> ### ** Examples
>
> set.seed(15562)
> m <- 2
> mu <- list(c(3,4,5),c(-2,-3,-4))
> sigma <- list(diag(1.3,3),
+ matrix(c(1,-0.3,0.2,-0.3,1.5,0.3,0.2,0.3,2),3,3,byrow=TRUE))
> delta <- c(0.5,0.5)
> gamma <- matrix(c(0.8,0.2,0.1,0.9),2,2,byrow=TRUE)
> auto <- list(matrix(c(0.3,0.2,0.1,0.4,0.3,0.2,
+ -0.3,-0.2,-0.1,0.3,0.2,0.1,
+ 0,0,0,0,0,0),3,6,byrow=TRUE),
+ matrix(c(0.2,0,0,0.4,0,0,
+ 0,0.2,0,0,0.4,0,
+ 0,0,0.2,0,0,0.4),3,6,byrow=TRUE))
> mod <- list(m=m,mu=mu,sigma=sigma,delta=delta,gamma=gamma,auto=auto,arp=2)
> sim <- hmm.sim(2000,mod)
> y <- sim$series
> state <- sim$state
> fit <- em.hmm(y=y, mod=mod, arp=2, tol=1e-5)
Error: 'predict.mrelnet' is not an exported object from 'namespace:glmnet'
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-release-windows-ix86+x86_64
Version: 1.0.7
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'rarhsmm-Ex.R' failed
The error most likely occurred in:
> ### Name: hmm.predict
> ### Title: 1-step forward prediction for (autoregressive) Gaussian hidden
> ### Markov model
> ### Aliases: hmm.predict
>
> ### ** Examples
>
> set.seed(15562)
> m <- 2
> mu <- list(c(3,4,5),c(-2,-3,-4))
> sigma <- list(diag(1.3,3),
+ matrix(c(1,-0.3,0.2,-0.3,1.5,0.3,0.2,0.3,2),3,3,byrow=TRUE))
> delta <- c(0.5,0.5)
> gamma <- matrix(c(0.8,0.2,0.1,0.9),2,2,byrow=TRUE)
> auto <- list(matrix(c(0.3,0.2,0.1,0.4,0.3,0.2,
+ -0.3,-0.2,-0.1,0.3,0.2,0.1,
+ 0,0,0,0,0,0),3,6,byrow=TRUE),
+ matrix(c(0.2,0,0,0.4,0,0,
+ 0,0.2,0,0,0.4,0,
+ 0,0,0.2,0,0,0.4),3,6,byrow=TRUE))
> mod <- list(m=m,mu=mu,sigma=sigma,delta=delta,gamma=gamma,auto=auto,arp=2)
> sim <- hmm.sim(2000,mod)
> y <- sim$series
> state <- sim$state
> fit <- em.hmm(y=y, mod=mod, arp=2, tol=1e-5)
Error: 'predict.mrelnet' is not an exported object from 'namespace:glmnet'
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-release-windows-ix86+x86_64