Skip to contents

This is the R-side equivalent of running the maintainer's scripts/refresh_arsau.py mirror — a non-trivial pipeline that walks the CKAN package, follows per-resource redirects, handles rate-limits, verifies SHA digests against the published values, and lands the files under MORIE_ARSAU_DIR. Porting it requires an end-to-end retry + checksum manager that does not yet have a tested R analogue; per the morie maintenance policy, network bulk fetches must be reproducible across CRAN test environments before the wrapper is exposed. Stubbed for now.

Usage

morie_arsau_download(target_dir, ...)

Arguments

target_dir

Destination directory.

...

Reserved.

Value

Stops with NotYetPorted.