Last updated on 2023-12-02 18:54:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.6.0 | 5.12 | 64.52 | 69.64 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.6.0 | 4.70 | 48.04 | 52.74 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.6.0 | 95.89 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.6.0 | 103.53 | OK | |||
r-devel-windows-x86_64 | 0.6.0 | 6.00 | 71.00 | 77.00 | ERROR | |
r-patched-linux-x86_64 | 0.6.0 | 8.26 | 60.57 | 68.83 | ERROR | |
r-release-linux-x86_64 | 0.6.0 | 3.75 | 68.45 | 72.20 | OK | |
r-release-macos-arm64 | 0.6.0 | 38.00 | OK | |||
r-release-macos-x86_64 | 0.6.0 | 52.00 | OK | |||
r-release-windows-x86_64 | 0.6.0 | 8.00 | 88.00 | 96.00 | ERROR | |
r-oldrel-macos-arm64 | 0.6.0 | 33.00 | OK | |||
r-oldrel-macos-x86_64 | 0.6.0 | 48.00 | OK | |||
r-oldrel-windows-x86_64 | 0.6.0 | 8.00 | 84.00 | 92.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-devel-linux-x86_64-debian-gcc, r-patched-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-devel-linux-x86_64-debian-gcc, r-patched-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
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, 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
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64