R Under development (unstable) (2024-03-24 r86185 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > sysname <- tolower(Sys.info()[["sysname"]]) > if (!"sunos" %in% sysname) { + library(testthat) + library(ncmeta) + #skip_on_os("solaris") + test_check("ncmeta") + } [ FAIL 0 | WARN 0 | SKIP 8 | PASS 117 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (5): 'test-attributes.R:6:3', 'test-attributes.R:18:3', 'test-attributes.R:30:3', 'test-file-bogeys.R:20:3', 'test-tidync.R:13:3' • fixme (2): 'test-grid-var-order.R:8:3', 'test-vars.R:20:3' • we_are_raady() is not TRUE (1): 'test-file-bogeys.R:4:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 117 ] > > proc.time() user system elapsed 4.21 0.31 4.51