* using log directory ‘/srv/hornik/tmp/CRAN_pretest/meetupr.Rcheck’ * using R Under development (unstable) (2025-10-16 r88927) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 19.1.7 (7) Debian flang-new version 19.1.7 (7) * running under: Debian GNU/Linux forky/sid * using session charset: UTF-8 * checking for file ‘meetupr/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘meetupr’ version ‘0.3.0’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [4s/6s] NOTE Maintainer: ‘Athanasia Mo Mowinckel ’ New submission Possibly misspelled words in DESCRIPTION: GraphQL (24:59) Found the following (possibly) invalid file URI: URI: CONTRIBUTING.md From: README.md * checking package namespace information ... OK * checking package dependencies ... OK * 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 ‘meetupr’ can be installed ... [2s/2s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking ‘build’ directory ... 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 ... [0s/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK * checking whether the namespace can be unloaded cleanly ... [0s/0s] OK * checking loading without being on the library search path ... [0s/0s] OK * checking whether startup messages can be suppressed ... [0s/0s] 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 ... [3s/3s] OK * checking Rd files ... [0s/0s] 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 R/sysdata.rda ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [4s/4s] OK * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... [12s/6s] ERROR Running ‘testthat.R’ [12s/6s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(meetupr) > > test_check("meetupr") Starting 2 test processes [ FAIL 4 | WARN 0 | SKIP 8 | PASS 529 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-get_group.R:123:3', 'test-get_group.R:143:3', 'test-get_group.R:166:3', 'test-get_group.R:186:3', 'test-get_self.R:348:3', 'test-get_self.R:367:3', 'test-get_self.R:385:3' • Skipping Pro tests (1): 'test-get_pro.R:14:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-auth.R:163:3'): meetup_auth_setup_ci encodes token successfully ── Error in `b_ss_set_with_value(self, private, service, username, password, keyring)`: Cannot find keyring Backtrace: ▆ 1. └─meetupr::meetup_auth_setup_ci() at test-auth.R:163:3 2. └─meetupr::meetup_key_set("token_file", basename(cache_path)) 3. └─keyring::key_set_with_value(service = key, password = value) 4. └─default_backend()$set_with_value(...) 5. └─keyring:::b_ss_set_with_value(...) ── Error ('test-auth.R:198:3'): meetup_auth_setup_ci copies to clipboard when available ── Error in `b_ss_set_with_value(self, private, service, username, password, keyring)`: Cannot find keyring Backtrace: ▆ 1. └─meetupr::meetup_auth_setup_ci() at test-auth.R:198:3 2. └─meetupr::meetup_key_set("token_file", basename(cache_path)) 3. └─keyring::key_set_with_value(service = key, password = value) 4. └─default_backend()$set_with_value(...) 5. └─keyring:::b_ss_set_with_value(...) ── Error ('test-auth.R:218:3'): meetup_auth_load_ci decodes and saves token successfully ── Error in `value[[3L]](cond)`: Key "MEETUP_TOKEN" not found in keyring Backtrace: ▆ 1. ├─testthat::expect_message(...) at test-auth.R:218:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─meetupr::meetup_auth_load_ci(client_name = "test_client") 8. └─meetupr::meetup_key_get("token") 9. └─base::tryCatch(...) 10. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 11. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 12. └─value[[3L]](cond) 13. └─cli::cli_abort("Key {.val {key}} not found in keyring") 14. └─rlang::abort(...) ── Failure ('test-sitrep.R:184:3'): check_auth_methods detects CI mode ───────── result$oauth$ci_mode is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 4 | WARN 0 | SKIP 8 | PASS 529 ] Error: Test failures Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [7s/7s] OK * checking PDF version of manual ... [3s/3s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 1 NOTE