Last updated on 2023-12-07 16:49:50 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.0 | 6.48 | 65.21 | 71.69 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6.1 | 3.94 | 52.98 | 56.92 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.6.1 | 96.40 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.1 | 102.44 | OK | |||
r-devel-windows-x86_64 | 0.6.1 | 8.00 | 90.00 | 98.00 | OK | |
r-patched-linux-x86_64 | 0.6.1 | 12.60 | 68.76 | 81.36 | OK | |
r-release-linux-x86_64 | 0.6.0 | 3.42 | 61.28 | 64.70 | ERROR | |
r-release-macos-arm64 | 0.6.1 | 42.00 | OK | |||
r-release-macos-x86_64 | 0.6.1 | 79.00 | OK | |||
r-release-windows-x86_64 | 0.6.1 | 9.00 | 89.00 | 98.00 | OK | |
r-oldrel-macos-arm64 | 0.6.1 | 37.00 | OK | |||
r-oldrel-macos-x86_64 | 0.6.0 | 48.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.0 | 7.00 | 80.00 | 87.00 | ERROR |
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in ‘WoodSimulatR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: simbase_covar
> ### Title: Calculate reference data for simulating values based on a
> ### covariance matrix approach
> ### Aliases: simbase_covar
>
> ### ** Examples
>
> # obtain a dataset for demonstration
> dataset <- simulate_dataset();
>
> # calculate a simbase without transforms
> simbase_covar(dataset, c('f', 'E', 'rho', 'E_dyn'));
$label
[1] "n5000_t_cov"
$variables
[1] "f" "E" "rho" "E_dyn"
$transforms
list()
$covar
f E rho E_dyn
f 154.8334 21554.85 163.3545 19249.99
E 21554.8511 6286487.37 67721.3714 5810449.78
rho 163.3545 67721.37 2277.7861 77431.13
E_dyn 19249.9902 5810449.78 77431.1314 5856671.37
$means
f E rho E_dyn
29.81409 10632.15418 444.84522 11606.19187
$loadtype
[1] "t"
attr(,"class")
[1] "simbase_covar"
>
> # calcuate a simbase with log-transformed f
> simbase_covar(dataset, c('f', 'E', 'rho', 'E_dyn'), list(f = scales::log_trans()));
Error in simbase_covar(dataset, c("f", "E", "rho", "E_dyn"), list(f = scales::log_trans())) :
All transforms must be objects of class "trans" (see scales::trans)
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64
Version: 0.6.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘woodsimulatr_basics.Rmd’ using rmarkdown
Quitting from lines 431-439 [unnamed-chunk-15] (woodsimulatr_basics.Rmd)
Error: processing vignette 'woodsimulatr_basics.Rmd' failed with diagnostics:
All transforms must be objects of class "trans" (see scales::trans)
--- failed re-building ‘woodsimulatr_basics.Rmd’
SUMMARY: processing the following file failed:
‘woodsimulatr_basics.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64
Version: 0.6.0
Check: examples
Result: ERROR
Running examples in 'WoodSimulatR-Ex.R' failed
The error most likely occurred in:
> ### Name: simbase_covar
> ### Title: Calculate reference data for simulating values based on a
> ### covariance matrix approach
> ### Aliases: simbase_covar
>
> ### ** Examples
>
> # obtain a dataset for demonstration
> dataset <- simulate_dataset();
>
> # calculate a simbase without transforms
> simbase_covar(dataset, c('f', 'E', 'rho', 'E_dyn'));
$label
[1] "n5000_t_cov"
$variables
[1] "f" "E" "rho" "E_dyn"
$transforms
list()
$covar
f E rho E_dyn
f 154.8334 21554.85 163.3545 19249.99
E 21554.8511 6286487.37 67721.3714 5810449.78
rho 163.3545 67721.37 2277.7861 77431.13
E_dyn 19249.9902 5810449.78 77431.1314 5856671.37
$means
f E rho E_dyn
29.81409 10632.15418 444.84522 11606.19187
$loadtype
[1] "t"
attr(,"class")
[1] "simbase_covar"
>
> # calcuate a simbase with log-transformed f
> simbase_covar(dataset, c('f', 'E', 'rho', 'E_dyn'), list(f = scales::log_trans()));
Error in simbase_covar(dataset, c("f", "E", "rho", "E_dyn"), list(f = scales::log_trans())) :
All transforms must be objects of class "trans" (see scales::trans)
Execution halted
Flavor: r-oldrel-windows-x86_64
Version: 0.6.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'woodsimulatr_basics.Rmd' using rmarkdown
Quitting from lines 431-439 [unnamed-chunk-15] (woodsimulatr_basics.Rmd)
Error: processing vignette 'woodsimulatr_basics.Rmd' failed with diagnostics:
All transforms must be objects of class "trans" (see scales::trans)
--- failed re-building 'woodsimulatr_basics.Rmd'
SUMMARY: processing the following file failed:
'woodsimulatr_basics.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-windows-x86_64