Changes in version 1.0.4.9010 Continuous integration - Update ccache-action reference. - Bump action version. Changes in version 1.0.4.9009 - Ci: Unify fledge.yaml across cynkratemplate and fledge (#86). Changes in version 1.0.4.9008 Chore - Add ccache to .gitignore and .Rbuildignore. Continuous integration - 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. Changes in version 1.0.4.9007 Continuous integration - Cosmetics. - Bump action versions. - Install clang-format-21. - Align fledge workflow. - Harmonize. Changes in version 1.0.4.9006 Chore - Auto-update from GitHub Actions (#63). Changes in version 1.0.4.9005 Chore - Auto-update from GitHub Actions (#61). Changes in version 1.0.4.9004 Continuous integration - Ignore RProtoBuf for R < 4.3, cannot be installed. Changes in version 1.0.4.9003 Continuous integration - Fix comment (#56). - Tweaks (#55). - Test all R versions on branches that start with cran- (#54). Changes in version 1.0.4.9002 Continuous integration - Install binaries from r-universe for dev workflow (#52). Changes in version 1.0.4.9001 Continuous integration - Fix reviewdog and add commenting workflow (#50). Changes in version 1.0.4.9000 Chore - Use check_installed() (#18). Continuous integration - Use workflows for fledge (#48). - Sync (#47). fledge - CRAN release v1.0.4 (#46). Changes in version 1.0.4 (2025-09-29) Chore - Fix test (#17). - Fix dm_from_profile(). - Use testthat edition 3. Changes in version 1.0.3 (2022-08-22) Chore - Adapt to rlang >= 1.0.0. - Switch to GitHub Actions (#12). - Require tibble 3.0.0 (#11). Changes in version 1.0.2 (2020-05-11) - New dm_from_profile() (#10). Changes in version 1.0.1 (2020-05-01) - ?read_pprof uses example conditional on availability of RProtoBuf. Changes in version 1.0 (2018-01-05) 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.