Last updated on 2021-01-25 00:48:02 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.0.1 | 30.61 | 287.82 | 318.43 | OK | |
r-devel-linux-x86_64-debian-gcc | 3.0.1 | 24.43 | 209.99 | 234.42 | OK | |
r-devel-linux-x86_64-fedora-clang | 3.0.1 | 373.72 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 3.0.1 | 362.99 | OK | |||
r-devel-windows-ix86+x86_64 | 3.0.1 | 56.00 | 337.00 | 393.00 | OK | |
r-patched-linux-x86_64 | 3.0.1 | 26.38 | 259.92 | 286.30 | OK | |
r-patched-solaris-x86 | 3.0.1 | 477.80 | OK | |||
r-release-linux-x86_64 | 3.0.1 | 30.20 | 263.61 | 293.81 | OK | |
r-release-macos-x86_64 | 3.0.1 | OK | ||||
r-release-windows-ix86+x86_64 | 3.0.1 | 40.00 | 337.00 | 377.00 | OK | |
r-oldrel-macos-x86_64 | 3.0.1 | ERROR | ||||
r-oldrel-windows-ix86+x86_64 | 3.0.1 | 41.00 | 305.00 | 346.00 | ERROR |
Version: 3.0.1
Check: R code for possible problems
Result: NOTE
plot.LMbasic: no visible global function definition for ‘plot’
plot.LMbasiccont: no visible global function definition for ‘plot’
plot.LMlatent: no visible global function definition for ‘plot’
plot.LMlatentcont: no visible global function definition for ‘plot’
Undefined global functions or variables:
plot
Consider adding
importFrom("graphics", "plot")
to your NAMESPACE file.
Flavors: r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 3.0.1
Check: examples
Result: ERROR
Running examples in ‘LMest-Ex.R’ failed
The error most likely occurred in:
> ### Name: lmest
> ### Title: Estimate Latent Markov models for categorical responses
> ### Aliases: lmest
>
> ### ** Examples
>
> ### Basic LM model
>
> data("data_SRHS_long")
> SRHS <- data_SRHS_long[1:2400,]
>
> # Categories rescaled to vary from 0 (“poor”) to 4 (“excellent”)
>
> SRHS$srhs <- 5 - SRHS$srhs
>
> out <- lmest(responsesFormula = srhs ~ NULL,
+ index = c("id","t"),
+ data = SRHS,
+ k = 3,
+ start = 1,
+ modBasic = 1,
+ seed = 123)
Error in dimnames(Y) <- `*vtmp*` : 'dimnames' must be a list
Calls: lmest
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 3.0.1
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'LMest-Ex.R' failed
The error most likely occurred in:
> ### Name: lmest
> ### Title: Estimate Latent Markov models for categorical responses
> ### Aliases: lmest
>
> ### ** Examples
>
> ### Basic LM model
>
> data("data_SRHS_long")
> SRHS <- data_SRHS_long[1:2400,]
>
> # Categories rescaled to vary from 0 (<c2><93>poor<c2><94>) to 4 (<c2><93>excellent<c2><94>)
>
> SRHS$srhs <- 5 - SRHS$srhs
>
> out <- lmest(responsesFormula = srhs ~ NULL,
+ index = c("id","t"),
+ data = SRHS,
+ k = 3,
+ start = 1,
+ modBasic = 1,
+ seed = 123)
Error in dimnames(Y) <- `*vtmp*` : 'dimnames' must be a list
Calls: lmest
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64
Version: 3.0.1
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'LMest-Ex.R' failed
The error most likely occurred in:
> ### Name: lmest
> ### Title: Estimate Latent Markov models for categorical responses
> ### Aliases: lmest
>
> ### ** Examples
>
> ### Basic LM model
>
> data("data_SRHS_long")
> SRHS <- data_SRHS_long[1:2400,]
>
> # Categories rescaled to vary from 0 (<c2><93>poor<c2><94>) to 4 (<c2><93>excellent<c2><94>)
>
> SRHS$srhs <- 5 - SRHS$srhs
>
> out <- lmest(responsesFormula = srhs ~ NULL,
+ index = c("id","t"),
+ data = SRHS,
+ k = 3,
+ start = 1,
+ modBasic = 1,
+ seed = 123)
Error in dimnames(Y) <- `*vtmp*` : 'dimnames' must be a list
Calls: lmest
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64