Skip to content

Commit

Permalink
rebuild site
Browse files Browse the repository at this point in the history
  • Loading branch information
yjunechoe committed Feb 3, 2022
1 parent b42a8f2 commit 50e9585
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 14 deletions.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# ggtrace (development version)

# ggtrace 0.4.x
# ggtrace 0.4.7

### New Features

- Added `ggformals()` which returns the `formals()` of functions and ggproto methods
- `ggbody()` gains a `as.list` argument to control whether output of `body()` is turned into a list
- Exported `set_last_ggtrace()` and `set_global_ggtrace()` for the tracedumps

### Bug Fix

Expand Down
2 changes: 1 addition & 1 deletion R/tracedump.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ clear_last_ggtrace <- function() {
global_ggtrace <- function() .ggtrace_storage$get_global()

#' @export
#' @rdname last_ggtrace
#' @rdname global_ggtrace
set_global_ggtrace <- function(value) .ggtrace_storage$set_global(value)

#' @export
Expand Down
14 changes: 12 additions & 2 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ articles:
showcase-aes_evaluation: showcase-aes_evaluation.html
showcase-ggplot_build: showcase-ggplot_build.html
technical-details: technical-details.html
last_built: 2022-02-03T19:29Z
last_built: 2022-02-03T19:41Z

2 changes: 2 additions & 0 deletions docs/reference/global_ggtrace.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions docs/reference/last_ggtrace.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/search.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions man/global_ggtrace.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions man/last_ggtrace.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50e9585

Please sign in to comment.