Skip to content

read archival data: add get_archival_data() function - #589

Open
PietrH wants to merge 140 commits into
mainfrom
409-archival-data
Open

read archival data: add get_archival_data() function#589
PietrH wants to merge 140 commits into
mainfrom
409-archival-data

Conversation

@PietrH

@PietrH PietrH commented May 21, 2026

Copy link
Copy Markdown
Member
  • get_archival_data() sends a database request via get_archival_data_uuid() to get uuid identifiers for the files to download, these are then downloaded from lifewatch.com via httr2 to a local directory. Then read via arrow.

  • Switch CI back to production deployment

  • Increase code coverage to hit target

Other changes

  • I've added a helper is_writeable as an analog to assertthat::is.writeable to check if we can write to a user supplied path and to provide a nicer error if not.
  • Fixed a small bug in validate_login() where a failure to provide credentials would refer to the wrong calling function.3
  • regenerated all docs with a new roxygen2 version
  • New helper file_size() a vectorized file.size() that also returns the paths as names()
  • New helper cli_yes() a usethis::ui_yeah() alternative that allows for glue syntax.

PietrH and others added 30 commits May 4, 2026 11:49
@PietrH
PietrH deployed to manual-approval August 18, 2026 15:03 — with GitHub Actions Active
@PietrH PietrH changed the title [WIP] read archival data: add get_archival_data() function read archival data: add get_archival_data() function Aug 18, 2026
@PietrH
PietrH marked this pull request as ready for review August 18, 2026 15:08
@PietrH
PietrH requested a review from peterdesmet August 18, 2026 15:09
@PietrH

PietrH commented Aug 20, 2026

Copy link
Copy Markdown
Member Author

Ready for review

@PietrH
PietrH deployed to manual-approval August 20, 2026 14:49 — with GitHub Actions Active
@PietrH
PietrH deployed to manual-approval August 21, 2026 07:21 — with GitHub Actions Active
@PietrH
PietrH deployed to manual-approval August 24, 2026 07:34 — with GitHub Actions Active
@PietrH
PietrH deployed to manual-approval August 24, 2026 08:05 — with GitHub Actions Active
@PietrH PietrH added this to the STRAITS 2026 milestone Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add get_archival_data() function

1 participant