Changelog
redquack 0.2.0
CRAN release: 2025-05-14
Lifecycle Changes
- Rename
redcap_to_duckdb()
toredcap_to_db()
and gain aconn
argument to support any database connection - Return a list of processing data as an S3 object (
redcap_transfer_result
) - Rename
verbose
toecho
and change from logical to string options: “all” (default), “progress”, or “none”
Patches
- If
log_table_name
is NULL, then disable logging - Remove dependencies on beepr and utils
- Remove
optimize_types
and use connection class to check if DuckDB - Remove
return_duckdb
to return TRUE (complete) or FALSE (incomplete) - Bump default
max_retries
from 3 to 10 retries - Add HTTP 504 transient error to retry
- Rebrand hex logo