- using R Under development (unstable) (2026-07-22 r90289)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.1.0-2) 16.1.0
GNU Fortran (Debian 16.1.0-2) 16.1.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-07-23 15:24:58 UTC
- checking for file ‘iNZightTools/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘iNZightTools’ version ‘2.0.3’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/4s] OK
- checking package namespace information ... OK
- checking package dependencies ... INFO
Package suggested but not available for checking: ‘surveyspec’
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘iNZightTools’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [2s/3s] OK
- checking whether the package can be loaded with stated dependencies ... [2s/2s] OK
- checking whether the package can be unloaded cleanly ... [2s/2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [2s/2s] OK
- checking whether the namespace can be unloaded cleanly ... [2s/3s] OK
- checking loading without being on the library search path ... [2s/2s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [14s/18s] NOTE
Found calls to structure() using deprecated special names:
iNZightTools/R/import_data.R (.Names: 1)
'.Names' should be changed to 'names'.
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... [5s/6s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [26s/40s] ERROR
Running ‘testthat.R’ [26s/39s]
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
- checking PDF version of manual ... [5s/7s] OK
- checking HTML version of manual ... [1s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR, 1 NOTE