Last updated on 2020-12-10 17:48:36 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0-3 | 23.12 | 123.38 | 146.50 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0-3 | 16.40 | 94.46 | 110.86 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0-3 | 192.95 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0-3 | 178.41 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.0-3 | 42.00 | 145.00 | 187.00 | ERROR | |
r-patched-linux-x86_64 | 1.0-3 | 20.35 | 131.35 | 151.70 | OK | |
r-patched-solaris-x86 | 1.0-3 | 248.00 | OK | |||
r-release-linux-x86_64 | 1.0-3 | 21.46 | 130.16 | 151.62 | OK | |
r-release-macos-x86_64 | 1.0-3 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0-3 | 42.00 | 204.00 | 246.00 | OK | |
r-oldrel-macos-x86_64 | 1.0-3 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0-3 | 38.00 | 185.00 | 223.00 | OK |
Version: 1.0-3
Check: examples
Result: ERROR
Running examples in 'vcrpart-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fvcm-methods
> ### Title: Methods for 'fvcm' objects
> ### Aliases: fvcm-methods fitted.fvcm print.fvcm oobloss.fvcm plot.fvcm
> ### predict.fvcm print.fvcm ranef.fvcm
> ### Keywords: methods hplot
>
> ### ** Examples
>
>
> ## ------------------------------------------------------------------- #
> ## Dummy example 1:
> ##
> ## Fitting a random forest tvcm on artificially generated ordinal
> ## longitudinal data. The parameters 'maxstep = 1' and 'K = 2' are
> ## chosen to restrict the computations.
> ## ------------------------------------------------------------------- #
>
> ## load the data
>
> data(vcrpart_1)
>
> ## fit and analyse the model
>
> control <-
+ fvcolmm_control(mtry = 2, maxstep = 1,
+ folds = folds_control(type = "subsampling", K = 2, prob = 0.75))
>
> model.1 <-
+ fvcolmm(y ~ -1 + wave + vc(z3, z4, by = treat, intercept = TRUE) + re(1|id),
+ family = cumulative(), subset = 1:100,
+ data = vcrpart_1, control = control)
* fitting an initial tree ... Error in get(fun, mode = "function", envir = envir) :
first argument has length > 1
Calls: fvcolmm ... eval -> fvcm -> eval -> eval -> tvcm -> tvcm_grow_fit
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 1.0-3
Check: examples
Result: ERROR
Running examples in ‘vcrpart-Ex.R’ failed
The error most likely occurred in:
> ### Name: fvcm-methods
> ### Title: Methods for 'fvcm' objects
> ### Aliases: fvcm-methods fitted.fvcm print.fvcm oobloss.fvcm plot.fvcm
> ### predict.fvcm print.fvcm ranef.fvcm
> ### Keywords: methods hplot
>
> ### ** Examples
>
>
> ## ------------------------------------------------------------------- #
> ## Dummy example 1:
> ##
> ## Fitting a random forest tvcm on artificially generated ordinal
> ## longitudinal data. The parameters 'maxstep = 1' and 'K = 2' are
> ## chosen to restrict the computations.
> ## ------------------------------------------------------------------- #
>
> ## load the data
>
> data(vcrpart_1)
>
> ## fit and analyse the model
>
> control <-
+ fvcolmm_control(mtry = 2, maxstep = 1,
+ folds = folds_control(type = "subsampling", K = 2, prob = 0.75))
>
> model.1 <-
+ fvcolmm(y ~ -1 + wave + vc(z3, z4, by = treat, intercept = TRUE) + re(1|id),
+ family = cumulative(), subset = 1:100,
+ data = vcrpart_1, control = control)
* fitting an initial tree ... Error in get(fun, mode = "function", envir = envir) :
first argument has length > 1
Calls: fvcolmm ... eval -> fvcm -> eval -> eval -> tvcm -> tvcm_grow_fit
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0-3
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'vcrpart-Ex.R' failed
The error most likely occurred in:
> ### Name: fvcm-methods
> ### Title: Methods for 'fvcm' objects
> ### Aliases: fvcm-methods fitted.fvcm print.fvcm oobloss.fvcm plot.fvcm
> ### predict.fvcm print.fvcm ranef.fvcm
> ### Keywords: methods hplot
>
> ### ** Examples
>
>
> ## ------------------------------------------------------------------- #
> ## Dummy example 1:
> ##
> ## Fitting a random forest tvcm on artificially generated ordinal
> ## longitudinal data. The parameters 'maxstep = 1' and 'K = 2' are
> ## chosen to restrict the computations.
> ## ------------------------------------------------------------------- #
>
> ## load the data
>
> data(vcrpart_1)
>
> ## fit and analyse the model
>
> control <-
+ fvcolmm_control(mtry = 2, maxstep = 1,
+ folds = folds_control(type = "subsampling", K = 2, prob = 0.75))
>
> model.1 <-
+ fvcolmm(y ~ -1 + wave + vc(z3, z4, by = treat, intercept = TRUE) + re(1|id),
+ family = cumulative(), subset = 1:100,
+ data = vcrpart_1, control = control)
* fitting an initial tree ... Error in get(fun, mode = "function", envir = envir) :
first argument has length > 1
Calls: fvcolmm ... eval -> fvcm -> eval -> eval -> tvcm -> tvcm_grow_fit
Execution halted
Flavor: r-devel-windows-ix86+x86_64
Version: 1.0-3
Check: running examples for arch ‘x64’
Result: ERROR
Running examples in 'vcrpart-Ex.R' failed
The error most likely occurred in:
> ### Name: fvcm-methods
> ### Title: Methods for 'fvcm' objects
> ### Aliases: fvcm-methods fitted.fvcm print.fvcm oobloss.fvcm plot.fvcm
> ### predict.fvcm print.fvcm ranef.fvcm
> ### Keywords: methods hplot
>
> ### ** Examples
>
>
> ## ------------------------------------------------------------------- #
> ## Dummy example 1:
> ##
> ## Fitting a random forest tvcm on artificially generated ordinal
> ## longitudinal data. The parameters 'maxstep = 1' and 'K = 2' are
> ## chosen to restrict the computations.
> ## ------------------------------------------------------------------- #
>
> ## load the data
>
> data(vcrpart_1)
>
> ## fit and analyse the model
>
> control <-
+ fvcolmm_control(mtry = 2, maxstep = 1,
+ folds = folds_control(type = "subsampling", K = 2, prob = 0.75))
>
> model.1 <-
+ fvcolmm(y ~ -1 + wave + vc(z3, z4, by = treat, intercept = TRUE) + re(1|id),
+ family = cumulative(), subset = 1:100,
+ data = vcrpart_1, control = control)
* fitting an initial tree ... Error in get(fun, mode = "function", envir = envir) :
first argument has length > 1
Calls: fvcolmm ... eval -> fvcm -> eval -> eval -> tvcm -> tvcm_grow_fit
Execution halted
Flavor: r-devel-windows-ix86+x86_64