Last updated on 2025-12-07 07:50:41 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| codelist | 13 | ||
| datapackage | 1 | 12 | |
| iso8601 | 10 | 3 | |
| LaF | 1 | 12 | |
| reclin2 | 13 | ||
| simplermarkdown | 10 | 3 | |
| terminalgraphics | 13 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.2.3
Check: package dependencies
Result: ERROR
Package required but not available: ‘yaml’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: NOTE: 10, OK: 3
Version: 0.1.2
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘iso8601todataframe.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Current CRAN status: ERROR: 1, OK: 12
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
Current CRAN status: OK: 13
Current CRAN status: NOTE: 10, OK: 3
Version: 0.0.6
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘markdown_block.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Current CRAN status: OK: 13