Last updated on 2025-02-19 09:51:04 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 9.53 | 48.06 | 57.59 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 6.32 | 34.45 | 40.77 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 100.20 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 88.17 | NOTE | |||
r-devel-macos-arm64 | 1.0.0 | 55.00 | NOTE | |||
r-devel-macos-x86_64 | 1.0.0 | 106.00 | NOTE | |||
r-devel-windows-x86_64 | 1.0.0 | 10.00 | 77.00 | 87.00 | NOTE | |
r-patched-linux-x86_64 | 1.0.0 | 9.37 | 41.32 | 50.69 | ERROR | |
r-release-linux-x86_64 | 1.0.0 | 7.59 | 45.23 | 52.82 | OK | |
r-release-macos-arm64 | 1.0.0 | 58.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 100.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 10.00 | 74.00 | 84.00 | WARN | |
r-oldrel-macos-arm64 | 1.0.0 | 59.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 78.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.0 | 12.00 | 82.00 | 94.00 | OK |
Version: 1.0.0
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:
‘od_list.R’ ‘od_resource.R’ ‘od_utils.R’ ‘other_endpoints.R’
‘sc_data.R’ ‘schema.R’ ‘schema_uri.R’ ‘sdmx_table.R’ ‘table.R’
‘table_as_data_frame.R’ ‘table_json.R’ ‘table_meta.R’ ‘table_saved.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-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘STATcubeR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: od_cache
> ### Title: Cache management for Open Data
> ### Aliases: od_cache od_cache_summary od_downloads
>
> ### ** Examples
>
> ## make sure the cache is not empty
> od_table("OGD_krebs_ext_KREBS_1")
Error in parse_con(txt, bigint_as_char) :
lexical error: invalid char in json text.
<html><body><b></b>Aufgrund der
(right here) ------^
Calls: od_table ... parse_json -> parse_and_simplify -> parseJSON -> parse_con
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.0.0
Check: for unstated dependencies in ‘tests’
Result: WARN
Warning in read.table(file = file, header = header, sep = sep, quote = quote, :
cols = 1 != length(data) = 7
Flavor: r-release-windows-x86_64