Last updated on 2024-11-22 09:49:43 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
meltr | 5 | 8 | |
nzpullover | 13 | ||
tidyxl | 4 | 9 | |
unpivotr | 3 | 10 |
Current CRAN status: NOTE: 5, OK: 8
Version: 1.0.2
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
melt_delim.Rd: tibble
melt_delim_chunked.Rd: tibble
melt_fwf.Rd: tibble
melt_table.Rd: tibble
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
Version: 1.0.2
Check: compiled code
Result: NOTE
File ‘meltr/libs/meltr.so’:
Found non-API calls to R: ‘SETLENGTH’, ‘SET_GROWABLE_BIT’,
‘SET_TRUELENGTH’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
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
Version: 1.0.2
Check: compiled code
Result: NOTE
File 'meltr/libs/x64/meltr.dll':
Found non-API calls to R: 'SETLENGTH', 'SET_GROWABLE_BIT',
'SET_TRUELENGTH'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-devel-windows-x86_64
Current CRAN status: OK: 13
Current CRAN status: NOTE: 4, OK: 9
Version: 1.0.10
Check: installed package size
Result: NOTE
installed size is 9.6Mb
sub-directories of 1Mb or more:
libs 8.6Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Current CRAN status: ERROR: 3, OK: 10
Version: 0.6.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(unpivotr)
>
> test_check("unpivotr")
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 263 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-concatenate.R:105:3'): concatenate() handles timezones ───────
concatenate(list(x, y)) not equal to as.POSIXct(c("2018-01-01 01:00:00", "2018-04-01 06:00:00"), tz = "UTC").
1/2 mismatches
[2] 2018-04-01 01:00:00 - 2018-04-01 06:00:00 == -5 hours
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 263 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.6.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(unpivotr)
>
> test_check("unpivotr")
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 263 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-concatenate.R:105:3'): concatenate() handles timezones ───────
concatenate(list(x, y)) not equal to as.POSIXct(c("2018-01-01 01:00:00", "2018-04-01 06:00:00"), tz = "UTC").
1/2 mismatches
[2] 2018-04-01 01:00:00 - 2018-04-01 06:00:00 == -5 hours
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 263 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.6.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/13s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(unpivotr)
>
> test_check("unpivotr")
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 263 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-concatenate.R:105:3'): concatenate() handles timezones ───────
concatenate(list(x, y)) not equal to as.POSIXct(c("2018-01-01 01:00:00", "2018-04-01 06:00:00"), tz = "UTC").
1/2 mismatches
[2] 2018-04-01 01:00:00 - 2018-04-01 06:00:00 == -5 hours
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 263 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64