Last updated on 2025-12-07 12:50:25 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8.6 | 49.55 | 43.11 | 92.66 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.8.6 | 33.04 | 30.71 | 63.75 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.8.6 | 123.00 | 62.52 | 185.52 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.8.6 | 243.00 | -60.23 | 182.77 | OK | |
| r-devel-windows-x86_64 | 0.8.6 | 63.00 | 90.00 | 153.00 | OK | |
| r-patched-linux-x86_64 | 0.8.6 | 49.75 | 37.92 | 87.67 | OK | |
| r-release-linux-x86_64 | 0.8.6 | 48.34 | 38.25 | 86.59 | OK | |
| r-release-macos-arm64 | 0.8.6 | OK | ||||
| r-release-macos-x86_64 | 0.8.6 | 21.00 | 58.00 | 79.00 | OK | |
| r-release-windows-x86_64 | 0.8.6 | 63.00 | 88.00 | 151.00 | OK | |
| r-oldrel-macos-arm64 | 0.8.6 | OK | ||||
| r-oldrel-macos-x86_64 | 0.8.6 | 25.00 | 93.00 | 118.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8.6 | 64.00 | 106.00 | 170.00 | OK |
Version: 0.8.6
Check: examples
Result: ERROR
Running examples in ‘LaF-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: read_dm
> ### Title: Read and write data models for LaF
> ### Aliases: read_dm write_dm
>
> ### ** Examples
>
> # Create some temporary files
> tmpcsv <- tempfile(fileext="csv")
> tmp2csv <- tempfile(fileext="csv")
> tmpyaml <- tempfile(fileext="yaml")
>
> # Generate test data
> ntest <- 10
> column_types <- c("integer", "integer", "double", "string")
> testdata <- data.frame(
+ a = 1:ntest,
+ b = sample(1:2, ntest, replace=TRUE),
+ c = round(runif(ntest), 13),
+ d = sample(c("jan", "pier", "tjores", "corneel"), ntest, replace=TRUE)
+ )
> # Write test data to csv file
> write.table(testdata, file=tmpcsv, row.names=FALSE, col.names=FALSE, sep=',')
>
> # Create LaF-object
> laf <- laf_open_csv(tmpcsv, column_types=column_types)
>
> # Write data model to stdout() (screen)
> write_dm(laf, stdout())
Loading required namespace: yaml
Failed with error: ‘there is no package called ‘yaml’’
Error in write_dm(laf, stdout()) :
The library yaml is required to read and write data models.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.8.6
Check: tests
Result: ERROR
Running ‘test-all.R’ [2s/3s]
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
> test_check("LaF")
Loading required package: LaF
Failed with error: 'there is no package called 'yaml''
Saving _problems/test_levels-49.R
Failed with error: 'there is no package called 'yaml''
Saving _problems/test_meta-30.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 170 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_levels.R:49:3'): write_dm and read_dm work with levels ─────────
Error in `write_dm(laf, modelfile = tmpyaml)`: The library yaml is required to read and write data models.
Backtrace:
▆
1. └─LaF::write_dm(laf, modelfile = tmpyaml) at test_levels.R:49:3
── Error ('test_meta.R:30:3'): write_dm and read_dm work ───────────────────────
Error in `write_dm(laf, modelfile = fnyaml)`: The library yaml is required to read and write data models.
Backtrace:
▆
1. └─LaF::write_dm(laf, modelfile = fnyaml) at test_meta.R:30:3
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 170 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.8.6
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘LaF-benchmark.Rnw’ using Sweave
--- finished re-building ‘LaF-benchmark.Rnw’
--- re-building ‘LaF-manual.Rnw’ using Sweave
Loading required namespace: yaml
Failed with error: ‘there is no package called ‘yaml’’
Error: processing vignette 'LaF-manual.Rnw' failed with diagnostics:
chunk 8
Error in write_dm(dat, "model.yaml") :
The library yaml is required to read and write data models.
--- failed re-building ‘LaF-manual.Rnw’
SUMMARY: processing the following file failed:
‘LaF-manual.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc