R Under development (unstable) (2023-10-23 r85401 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(biomartr) > library(magrittr) Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not > > test_check("biomartr") [ FAIL 0 | WARN 0 | SKIP 90 | PASS 0 ] ══ Skipped tests (90) ══════════════════════════════════════════════════════════ • On CRAN (90): 'test-biomart.R:5:5', 'test-download.database.R:5:15', 'test-getAssemblyStats.R:7:5', 'test-getAssemblyStats.R:33:5', 'test-getAssemblyStats.R:53:5', 'test-getAssemblyStats.R:69:3', 'test-getAssemblyStats.R:83:3', 'test-getAssemblyStats.R:96:3', 'test-getAttributes.R:11:9', 'test-getAttributes.R:26:5', 'test-getAttributes.R:36:5', 'test-getBioSet.R:4:3', 'test-getCDS.R:6:5', 'test-getCDS.R:23:5', 'test-getCDS.R:40:5', 'test-getCDS.R:56:5', 'test-getCDS.R:73:5', 'test-getCDS.R:90:5', 'test-getCDS.R:105:5', 'test-getCDS.R:114:5', 'test-getCDS.R:125:5', 'test-getCDS.R:141:9', 'test-getCDS.R:157:5', 'test-getDatasets.R:11:5', 'test-getFilters.R:10:5', 'test-getGFF.R:5:9', 'test-getGFF.R:20:5', 'test-getGFF.R:35:9', 'test-getGFF.R:49:9', 'test-getGFF.R:64:3', 'test-getGFF.R:79:3', 'test-getGFF.R:98:3', 'test-getGenome.R:4:5', 'test-getGenome.R:32:5', 'test-getGenome.R:47:5', 'test-getGenome.R:64:5', 'test-getGenome.R:90:5', 'test-getGenome.R:116:5', 'test-getGenome.R:143:9', 'test-getGenome.R:169:5', 'test-getGenome.R:196:5', 'test-getGenome.R:222:3', 'test-getGenome.R:241:5', 'test-getGenome.R:254:5', 'test-getGroups().R:5:5', 'test-getGroups().R:22:5', 'test-getGroups().R:34:5', 'test-getGroups().R:48:5', 'test-getGroups().R:62:5', 'test-getGroups().R:76:5', 'test-getGroups().R:90:15', 'test-getGroups().R:104:15', 'test-getKingdomAssemblySummary.R:5:5', 'test-getKingdomAssemblySummary.R:15:5', 'test-getKingdoms().R:4:5', 'test-getMarts.R:5:9', 'test-getMetaGenomeAnnotations.R:5:13', 'test-getMetaGenomeSummary.R:4:5', 'test-getProteome.R:4:5', 'test-getProteome.R:32:5', 'test-getProteome.R:58:5', 'test-getProteome.R:83:5', 'test-getProteome.R:109:5', 'test-getProteome.R:135:5', 'test-getProteome.R:160:5', 'test-getProteome.R:183:5', 'test-getProteome.R:207:5', 'test-getProteome.R:230:3', 'test-getProteome.R:243:3', 'test-getRNA.R:6:9', 'test-getRNA.R:35:9', 'test-getRNA.R:58:15', 'test-getRNA.R:82:9', 'test-getRNA.R:110:15', 'test-getRNA.R:134:15', 'test-getRNA.R:156:5', 'test-getRNA.R:182:5', 'test-getRNA.R:209:5', 'test-is.genome.available.R:5:5', 'test-is.genome.available.R:21:15', 'test-is.genome.available.R:38:15', 'test-is.genome.available.R:54:15', 'test-is.genome.available.R:70:15', 'test-is.genome.available.R:86:15', 'test-is.genome.available.R:102:15', 'test-is.genome.available.R:116:15', 'test-is.genome.available.R:131:15', 'test-is.genome.available.R:144:5', 'test-is.genome.available.R:165:5', 'test-organismBM.R:5:9' [ FAIL 0 | WARN 0 | SKIP 90 | PASS 0 ] > > proc.time() user system elapsed 6.12 0.46 6.57