R Under development (unstable) (2025-05-21 r88220 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > library(testthat) > library(nzilbb.labbcat) > > test_check("nzilbb.labbcat") [ FAIL 0 | WARN 0 | SKIP 73 | PASS 36 ] ══ Skipped tests (73) ══════════════════════════════════════════════════════════ • On CRAN (73): 'test-countAnnotations.R:6:5', 'test-countAnnotations.R:13:5', 'test-countMatchingAnnotations.R:6:5', 'test-formatTranscript.R:6:5', 'test-getAllUtterances.R:6:5', 'test-getAnchors.R:6:5', 'test-getAnnotations.R:6:5', 'test-getAnnotations.R:35:5', 'test-getAvailableMedia.R:6:5', 'test-getCorpusIds.R:6:5', 'test-getDeserializerDescriptors.R:6:5', 'test-getDictionaries.R:6:5', 'test-getDictionaryEntries.R:6:5', 'test-getFragmentAnnotations.R:6:5', 'test-getFragments.R:6:5', 'test-getId.R:6:5', 'test-getLayer.R:6:5', 'test-getLayerIds.R:6:5', 'test-getLayers.R:6:5', 'test-getMatchAlignments.R:6:5', 'test-getMatchAlignments.R:31:5', 'test-getMatchAlignments.R:65:5', 'test-getMatchLabels.R:6:5', 'test-getMatchLabels.R:28:5', 'test-getMatchLabels.R:57:5', 'test-getMatches.R:6:5', 'test-getMatches.R:49:5', 'test-getMatches.R:68:5', 'test-getMatches.R:82:5', 'test-getMatches.R:96:5', 'test-getMatches.R:110:5', 'test-getMatches.R:150:5', 'test-getMatches.R:166:5', 'test-getMatches.R:206:5', 'test-getMatches.R:245:5', 'test-getMatches.R:265:5', 'test-getMatches.R:299:5', 'test-getMatches.R:315:5', 'test-getMatchingAnnotations.R:6:5', 'test-getMatchingParticipantIds.R:6:5', 'test-getMatchingTrancriptIds.R:6:5', 'test-getMedia.R:6:5', 'test-getMedia.R:15:5', 'test-getMediaTracks.R:6:5', 'test-getParticipantAttributes.R:6:5', 'test-getParticipantIds.R:6:5', 'test-getSerializerDescriptors.R:6:5', 'test-getSoundFragments.R:6:5', 'test-getSystemAttributes.R:6:5', 'test-getTranscriptAttributes.R:6:5', 'test-getTranscriptIds.R:6:5', 'test-getTranscriptIdsInCorpus.R:6:5', 'test-getTranscriptIdsInCorpus.R:16:5', 'test-getTranscriptIdsWithParticipant.R:6:5', 'test-getTranscriptIdsWithParticipant.R:16:5', 'test-getUserInfo.R:6:5', 'test-layerDictionaryManagement.R:6:5', 'test-layerDictionaryManagement.R:21:5', 'test-layerDictionaryManagement.R:35:5', 'test-layerDictionaryManagement.R:46:5', 'test-layerDictionaryManagement.R:70:5', 'test-layerDictionaryManagement.R:96:5', 'test-layerDictionaryManagement.R:126:5', 'test-layerDictionaryManagement.R:158:5', 'test-layerDictionaryManagement.R:172:5', 'test-newUpdateDeleteTranscript.R:8:5', 'test-newUpdateDeleteTranscript.R:32:5', 'test-newUpdateDeleteTranscript.R:50:5', 'test-participantManagement.R:6:5', 'test-processWithPraat.R:6:5', 'test-saveGetDeleteMedia.R:9:3', 'test-transcriptUploadParametersDelete.R:8:5', 'test-transcriptUploadParametersDelete.R:45:5' [ FAIL 0 | WARN 0 | SKIP 73 | PASS 36 ] > > proc.time() user system elapsed 1.92 0.23 2.15