Last updated on 2026-07-28 03:50:51 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.0.3 | 13.04 | 132.99 | 146.03 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.0.4 | 21.00 | 187.49 | 208.49 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.0.4 | 86.88 | OK | |||
| r-patched-linux-x86_64 | 2.0.3 | 12.56 | 127.78 | 140.34 | OK | |
| r-release-linux-x86_64 | 2.0.3 | 11.22 | 126.89 | 138.11 | OK | |
| r-release-macos-arm64 | 2.0.4 | 3.00 | 32.00 | 35.00 | OK | |
| r-release-macos-x86_64 | 2.0.4 | 8.00 | 389.00 | 397.00 | OK | |
| r-release-windows-x86_64 | 2.0.3 | 14.00 | 150.00 | 164.00 | OK | |
| r-oldrel-macos-arm64 | 2.0.4 | 3.00 | 35.00 | 38.00 | OK | |
| r-oldrel-macos-x86_64 | 2.0.4 | 10.00 | 223.00 | 233.00 | OK |
Version: 2.0.3
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
iNZightTools/R/import_data.R (.Names: 1)
'.Names' should be changed to 'names'.
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [37s/57s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(iNZightTools)
Attaching package: 'iNZightTools'
The following object is masked from 'package:stats':
filter
The following object is masked from 'package:base':
%||%
>
> test_check("iNZightTools")
Loading required package: grid
Loading required package: Matrix
Loading required package: survival
Attaching package: 'survey'
The following object is masked from 'package:graphics':
dotchart
Saving _problems/test_smart_read-76.R
Attaching package: 'magrittr'
The following object is masked from 'package:purrr':
set_names
The following objects are masked from 'package:testthat':
equals, is_less_than, not
[ FAIL 1 | WARN 112 | SKIP 3 | PASS 374 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (2): 'test_smart_read.R:29:5', 'test_smart_read.R:259:5'
• {surveyspec} is not installed (1): 'test_survey_design.R:6:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_smart_read.R:76:5'): Columns with 1000+ NAs read as character ──
Expected `x <- smart_read(tf)` to run silently.
Actual noise: warnings.
[ FAIL 1 | WARN 112 | SKIP 3 | PASS 374 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang