- Avoid failure in fledge workflow if no changes (#32).
- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#31).
- Use larger retry count for lock-threads workflow (#30).
- Ignore errors when removing pkg-config on macOS (#29).
- Explicit permissions (#28).
- Use styler from main branch (#27).
-
Need to install R on Ubuntu 24.04 (#26).
-
Use Ubuntu 24.04 and styler PR (#24).
- Correctly detect branch protection (#23).
- Use stable pak (#22).
-
Trigger run (#21).
-
ci: Trigger run
-
ci: Latest changes
-
-
Use pkgdown branch (#20).
-
ci: Use pkgdown branch
-
ci: Updates from duckdb
-
ci: Trigger run
-
-
Install via R CMD INSTALL ., not pak (#19).
-
ci: Install via R CMD INSTALL ., not pak
-
ci: Bump version of upload-artifact action
-
-
Auto-update from GitHub Actions.
Run: https://github.com/r-prof/profile/actions/runs/10425484115
-
Auto-update from GitHub Actions.
Run: https://github.com/r-prof/profile/actions/runs/10224248153
-
Roxygenize.
-
Remove pkgapi dependency.
-
Auto-update from GitHub Actions.
Run: https://github.com/r-prof/profile/actions/runs/10208528515
-
Auto-update from GitHub Actions.
Run: https://github.com/r-prof/profile/actions/runs/9728443545
-
Fix test (#17).
-
Add Aviator configuration.
-
Auto-update from GitHub Actions.
Run: https://github.com/r-prof/profile/actions/runs/9691617073
-
Install local package for pkgdown builds.
-
Improve support for protected branches with fledge.
-
Improve support for protected branches, without fledge.
-
Sync with latest developments.
-
Use v2 instead of master.
-
Inline action.
-
Use dev roxygen2 and decor.
-
Fix on Windows, tweak lock workflow.
-
Avoid checking bashisms on Windows.
-
Better commit message.
-
Bump versions, better default, consume custom matrix.
-
Recent updates.
- Merge pull request #15 from r-prof/snapshot-main-rcc-smoke-null.
- Internal changes only.
-
Fix
dm_from_profile()
. -
Use testthat edition 3.
- Merged cran-1.0.3 into main.
- Internal changes only.
- Internal changes only.
-
Harmonize yaml formatting.
-
Revert changes to matrix section.
- Internal changes only.
-
Adapt to rlang >= 1.0.0.
-
Switch to GitHub Actions (#12).
-
Require tibble 3.0.0 (#11).
- New
dm_from_profile()
(#10).
?read_pprof
uses example conditional on availability of RProtoBuf.
Initial release. Exported functions:
-
read_rprof(path, ..., version = "1.0")
andwrite_rprof(x, path)
for reading files generated byRprof()
and writing compatible files. -
read_pprof(path, ..., version = "1.0")
andwrite_pprof(x, path)
for reading and writing files understood bypprof
. -
validate_profile(x)
for validating profile data, called by the readers and writers.