Skip to content

Latest commit

 

History

History
235 lines (107 loc) · 3.84 KB

NEWS.md

File metadata and controls

235 lines (107 loc) · 3.84 KB

profile 1.0.3.9019

Continuous integration

  • Avoid failure in fledge workflow if no changes (#32).

profile 1.0.3.9018

Continuous integration

  • Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#31).

profile 1.0.3.9017

Continuous integration

  • Use larger retry count for lock-threads workflow (#30).

profile 1.0.3.9016

Continuous integration

  • Ignore errors when removing pkg-config on macOS (#29).

profile 1.0.3.9015

Continuous integration

  • Explicit permissions (#28).

profile 1.0.3.9014

Continuous integration

  • Use styler from main branch (#27).

profile 1.0.3.9013

Continuous integration

  • Need to install R on Ubuntu 24.04 (#26).

  • Use Ubuntu 24.04 and styler PR (#24).

profile 1.0.3.9012

Continuous integration

  • Correctly detect branch protection (#23).

profile 1.0.3.9011

Continuous integration

  • Use stable pak (#22).

profile 1.0.3.9010

Continuous integration

  • Trigger run (#21).

    • ci: Trigger run

    • ci: Latest changes

profile 1.0.3.9009

Continuous integration

  • Use pkgdown branch (#20).

    • ci: Use pkgdown branch

    • ci: Updates from duckdb

    • ci: Trigger run

profile 1.0.3.9008

Continuous integration

  • Install via R CMD INSTALL ., not pak (#19).

    • ci: Install via R CMD INSTALL ., not pak

    • ci: Bump version of upload-artifact action

profile 1.0.3.9007

Chore

Continuous integration

  • 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.

profile 1.0.3.9006

  • Merge pull request #15 from r-prof/snapshot-main-rcc-smoke-null.

profile 1.0.3.9005

  • Internal changes only.

profile 1.0.3.9004

Chore

  • Fix dm_from_profile().

  • Use testthat edition 3.

Uncategorized

  • Merged cran-1.0.3 into main.

profile 1.0.3.9003

  • Internal changes only.

profile 1.0.3.9002

  • Internal changes only.

profile 1.0.3.9001

  • Harmonize yaml formatting.

  • Revert changes to matrix section.

profile 1.0.3.9000

  • Internal changes only.

profile 1.0.3

Chore

  • Adapt to rlang >= 1.0.0.

  • Switch to GitHub Actions (#12).

  • Require tibble 3.0.0 (#11).

profile 1.0.2

  • New dm_from_profile() (#10).

profile 1.0.1

  • ?read_pprof uses example conditional on availability of RProtoBuf.

profile 1.0

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.