Continuous integration
- Add sharded
revdep2 workflow.
Chore
- Auto-update from GitHub Actions (#77).
Continuous integration
- Remove unused pr-commands workflow.
Uncategorized
Ci: Give every workflow and job an explicit permissions block (#103).
Ci: Pass workflow context through the environment, not into script text (#102).
Ci: Add a Windows arm64 (windows-11-arm) check on R-release (#99).
Ci: Run all smoke-test checks even when one fails (#97).
Ci: Apply matrix env vars in the workflow, not in custom actions (#95).
Ci: Link the responsible workflow run in snapshot update PRs (#96).
Continuous integration
- Lock down
format-suggest egress (audit → block).
Bug fixes
ci
- Emit empty package matrix when there are no (rev)deps.
Uncategorized
- Ci: Harden
format-suggest against pull_request_target pwn requests (#93).
- Ci: Unify fledge.yaml across cynkratemplate and fledge (#86).
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.
Continuous integration
Cosmetics.
Bump action versions.
Install clang-format-21.
Align fledge workflow.
Harmonize.
Chore
- Auto-update from GitHub Actions (#63).
Chore
- Auto-update from GitHub Actions (#61).
Continuous integration
- Ignore RProtoBuf for R < 4.3, cannot be installed.
Continuous integration
- Install binaries from r-universe for dev workflow (#52).
Continuous integration
- Fix reviewdog and add commenting workflow (#50).
Chore
- Use
check_installed() (#18).
fledge
- CRAN release v1.0.4 (#46).
-
?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.