Update ccache-action reference.
Bump action version.
.gitignore and .Rbuildignore.Create snapshot update PR against correct branch.
Add reference to /apply-patch workflow in commit message.
Clarify rationale for not deploying on schedule.
Only run fledge on pushes to main.
Tweak fledge workflow and ccache action.
Cosmetics.
Bump action versions.
Install clang-format-21.
Align fledge workflow.
Harmonize.
check_installed() (#18).Fix test (#17).
Fix dm_from_profile().
Use testthat edition 3.
dm_from_profile() (#10).?read_pprof uses example conditional on availability of RProtoBuf.Initial release. Exported functions:
read_rprof(path, ..., version = "1.0") and write_rprof(x, path) for reading files generated by Rprof() and writing compatible files.
read_pprof(path, ..., version = "1.0") and write_pprof(x, path) for reading and writing files understood by pprof.
validate_profile(x) for validating profile data, called by the readers and writers.