R Under development (unstable) (2025-07-14 r88410 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(otargen) > > test_check("otargen") \ Sending GraphQL request... No encoding supplied: defaulting to UTF-8. v Sending GraphQL request... [125ms] [ FAIL 0 | WARN 0 | SKIP 30 | PASS 5 ] ══ Skipped tests (30) ══════════════════════════════════════════════════════════ • On CRAN (30): 'test_GWASColocQuery.R:2:3', 'test_adverseEventsQuery.R:2:3', 'test_chemblQuery.R:2:3', 'test_clinVarQuery.R:2:3', 'test_compGenomicsQuery.R:2:3', 'test_depMapQuery.R:2:3', 'test_europePMCQuery.R:2:3', 'test_geneBurdenQuery.R:2:3', 'test_geneOntologyQuery.R:2:3', 'test_geneticConstraintQuery.R:2:3', 'test_genomicsEnglandQuery.R:2:3', 'test_hallmarksQuery.R:2:3', 'test_interactionsQuery.R:2:3', 'test_knownDrugsChemblQuery.R:2:3', 'test_knownDrugsGeneQuery.R:2:3', 'test_mechanismsOfActionQuery.R:2:3', 'test_mousePhenotypesQuery.R:2:3', 'test_orphanetQuery.R:2:3', 'test_pathwaysQuery.R:2:3', 'test_pharmacogenomicsChemblQuery.R:2:3', 'test_pharmacogenomicsGeneQuery.R:2:3', 'test_pharmacogenomicsVariantQuery.R:2:3', 'test_qtlCredibleSetsQuery.R:2:3', 'test_safetyQuery.R:2:3', 'test_sharedTraitStudiesQuery.R:2:3', 'test_uniProtVariantsQuery.R:2:3', 'test_uniprotLiteratureQuery.R:2:3', 'test_variantEffectPredictorQuery.R:2:3', 'test_variantEffectQuery.R:2:3', 'test_variantsQuery.R:2:3' [ FAIL 0 | WARN 0 | SKIP 30 | PASS 5 ] > > # to be removed when publishing the package > #sapply(stringr::str_replace(list.files("./R/"),".R$",""),usethis::use_test) > > proc.time() user system elapsed 1.57 0.29 1.93