Last updated on 2025-07-24 09:50:42 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
colt | 13 | ||
dint | 13 | ||
lest | 3 | 10 | |
lgr | 13 | ||
lgrExtra | 5 | 1 | 7 |
rotor | 13 | ||
smartmap | 13 | ||
tatoo | 6 | 7 | |
testthis | 13 |
Current CRAN status: NOTE: 13
Version: 0.1.1
Check: dependencies in R code
Result: NOTE
Unexported object imported by a ':::' call: ‘crayon:::mypaste’
See the note in ?`:::` about the use of this operator.
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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: NOTE: 3, OK: 10
Version: 1.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: ERROR: 5, NOTE: 1, OK: 7
Version: 0.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lgrExtra)
>
> test_check("lgrExtra")
[ FAIL 3 | WARN 0 | SKIP 6 | PASS 111 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• '/var/log/syslog' is not readable (1): 'test_AppenderSyslog.R:24:3'
• Cannot establish connection (3): 'test_AppenderDbi.R:124:5',
'test_AppenderDbi.R:124:5', 'test_AppenderDbi.R:124:5'
• SQLite doesn't support schemas (2): 'test_AppenderDbi.R:220:7',
'test_AppenderDbi.R:251:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_AppenderDbi.R:170:5'): SQLite via RSQLite: serialized_cols works ──
app$data$fields not identical to c(as.character(jsonlite::toJSON(list(bar = letters))), as.character(jsonlite::toJSON(list(bar = letters)))).
2/2 mismatches
x[1]: "{\"rawMsg\":\";*/; \\\"' /* blubb;\",\"bar\":[\"a\",\"b\",\"c\",\"d\",\
x[1]: "e\",\"f\",\"g\",\"h\",\"i\",\"j\",\"k\",\"l\",\"m\",\"n\",\"o\",\"p\",\"q
x[1]: \",\"r\",\"s\",\"t\",\"u\",\"v\",\"w\",\"x\",\"y\",\"z\"]}"
y[1]: "{\"bar\":[\"a\",\"b\",\"c\",\"d\",\"e\",\"f\",\"g\",\"h\",\"i\",\"j\",\"k
y[1]: \",\"l\",\"m\",\"n\",\"o\",\"p\",\"q\",\"r\",\"s\",\"t\",\"u\",\"v\",\"w\"
y[1]: ,\"x\",\"y\",\"z\"]}"
x[2]: "{\"rawMsg\":\";*/; \\\"' /* blubb;\",\"bar\":[\"a\",\"b\",\"c\",\"d\",\
x[2]: "e\",\"f\",\"g\",\"h\",\"i\",\"j\",\"k\",\"l\",\"m\",\"n\",\"o\",\"p\",\"q
x[2]: \",\"r\",\"s\",\"t\",\"u\",\"v\",\"w\",\"x\",\"y\",\"z\"]}"
y[2]: "{\"bar\":[\"a\",\"b\",\"c\",\"d\",\"e\",\"f\",\"g\",\"h\",\"i\",\"j\",\"k
y[2]: \",\"l\",\"m\",\"n\",\"o\",\"p\",\"q\",\"r\",\"s\",\"t\",\"u\",\"v\",\"w\"
y[2]: ,\"x\",\"y\",\"z\"]}"
── Failure ('test_AppenderDt.R:116:3'): AppenderDt: .fields works ──────────────
is_empty(app$data$.fields[[1]]) is not TRUE
`actual`: FALSE
`expected`: TRUE
── Failure ('test_AppenderDynatrace.R:29:3'): AppenderDynatrace: appending works ──
`sent_body` not identical to "[{\"level\":\"warn\",\"timestamp\":\"2018-11-02 16:19:33\",\"logger\":\"dummy\",\"caller\":null,\"content\":\"foo bar\"}]".
1/1 mismatches
x[1]: "[{\"level\":\"warn\",\"timestamp\":\"2018-11-02 16:19:33\",\"logger\":\"d
x[1]: ummy\",\"caller\":null,\"content\":\"foo bar\",\"rawMsg\":\"foo bar\"}]"
y[1]: "[{\"level\":\"warn\",\"timestamp\":\"2018-11-02 16:19:33\",\"logger\":\"d
y[1]: ummy\",\"caller\":null,\"content\":\"foo bar\"}]"
[ FAIL 3 | WARN 0 | SKIP 6 | PASS 111 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/33s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lgrExtra)
>
> test_check("lgrExtra")
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 103 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• '/var/log/syslog' is not readable (1): 'test_AppenderSyslog.R:24:3'
• Cannot establish connection (3): 'test_AppenderDbi.R:126:5',
'test_AppenderDbi.R:126:5', 'test_AppenderDbi.R:126:5'
• SQLite doesn't support schemas (2): 'test_AppenderDbi.R:223:7',
'test_AppenderDbi.R:254:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_DynatraceLayout.R:23:3'): DynatraceLayout.format_event() - with default settings - format event correctly ──
res$timestamp not identical to "2018-11-02 17:19:33".
1/1 mismatches
x[1]: "2018-11-02 16:19:33"
y[1]: "2018-11-02 17:19:33"
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 103 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/27s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lgrExtra)
>
> test_check("lgrExtra")
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 103 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• '/var/log/syslog' is not readable (1): 'test_AppenderSyslog.R:24:3'
• Cannot establish connection (3): 'test_AppenderDbi.R:126:5',
'test_AppenderDbi.R:126:5', 'test_AppenderDbi.R:126:5'
• SQLite doesn't support schemas (2): 'test_AppenderDbi.R:223:7',
'test_AppenderDbi.R:254:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_DynatraceLayout.R:23:3'): DynatraceLayout.format_event() - with default settings - format event correctly ──
res$timestamp not identical to "2018-11-02 17:19:33".
1/1 mismatches
x[1]: "2018-11-02 16:19:33"
y[1]: "2018-11-02 17:19:33"
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 103 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/14s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lgrExtra)
>
> test_check("lgrExtra")
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 103 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• '/var/log/syslog' is not readable (1): 'test_AppenderSyslog.R:24:3'
• Cannot establish connection (3): 'test_AppenderDbi.R:126:5',
'test_AppenderDbi.R:126:5', 'test_AppenderDbi.R:126:5'
• SQLite doesn't support schemas (2): 'test_AppenderDbi.R:223:7',
'test_AppenderDbi.R:254:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_DynatraceLayout.R:23:3'): DynatraceLayout.format_event() - with default settings - format event correctly ──
res$timestamp not identical to "2018-11-02 17:19:33".
1/1 mismatches
x[1]: "2018-11-02 12:19:33"
y[1]: "2018-11-02 17:19:33"
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 103 ]
Error: Test failures
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [5s/7s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(lgrExtra)
>
> test_check("lgrExtra")
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 103 ]
══ Skipped tests (6) ═══════════════════════════════════════════════════════════
• '/var/log/syslog' is not readable (1): 'test_AppenderSyslog.R:24:3'
• Cannot establish connection (3): 'test_AppenderDbi.R:126:5',
'test_AppenderDbi.R:126:5', 'test_AppenderDbi.R:126:5'
• SQLite doesn't support schemas (2): 'test_AppenderDbi.R:223:7',
'test_AppenderDbi.R:254:7'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_DynatraceLayout.R:23:3'): DynatraceLayout.format_event() - with default settings - format event correctly ──
res$timestamp not identical to "2018-11-02 17:19:33".
1/1 mismatches
x[1]: "2018-11-02 12:19:33"
y[1]: "2018-11-02 17:19:33"
[ FAIL 1 | WARN 0 | SKIP 6 | PASS 103 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 0.1.1
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: 'rsyslog'
Flavor: r-oldrel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: NOTE: 13
Version: 0.1.1
Check: package subdirectories
Result: NOTE
Problems with news in ‘NEWS.md’:
No news entries found.
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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.1.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: NOTE: 6, OK: 7
Version: 1.1.2
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
Tagged_table.Rd: data.table
as.data.table.Mashed_table.Rd: as.data.table, data.table
as_workbook.Rd: openxlsx
cmash.Rd: data.table
write_worksheet.Rd: openxlsx
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Current CRAN status: OK: 13