Skip to content

Commit

Permalink
Bump version to 0.3.7.9001 and update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jan 18, 2023
1 parent 5099111 commit 350cb02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: profvis
Title: Interactive Visualizations for Profiling R Code
Version: 0.3.7.9000
Version: 0.3.7.9001
Authors@R: c(
person("Winston", "Chang", email = "winston@rstudio.com", role = c("aut", "cre")),
person("Javier", "Luraschi", email = "javier@rstudio.com", role = "aut"),
Expand Down
6 changes: 4 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
profvis (development version)
=============================
profvis 0.3.7.9001
==================

* `print()` gains an `aggregate` argument. Use `print(profvis(f()),
aggregate = TRUE)` to aggregate frames by name in the flamegraph.
This makes it easier to see the big picture (#115). Set the
`profvis.aggregate` global option to `TRUE` to change the default.

* Closed #140: The CSS for profvis code is scoped so that it does not affect other blocks of code, such as those from rmarkdown or Quarto. (#141)

profvis 0.3.7
=============

Expand Down

0 comments on commit 350cb02

Please sign in to comment.