Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Package: debrief
Title: Text-Based Summaries for 'profvis' Profiling Data
Version: 0.0.0.9000
Authors@R:
person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"))
Authors@R: c(
person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49"))
)
Description: Provides text-based summaries and analysis tools for
'profvis' profiling output. Designed for terminal workflows and AI
agent consumption, offering views including hotspot analysis, call
Expand Down
4 changes: 4 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ url: https://r-lib.github.io/debrief/
template:
bootstrap: 5

includes:
in_header: |
<script src="https://cdn.jsdelivr.net/gh/posit-dev/supported-by-posit/js/badge.min.js" data-max-height="43" data-light-bg="#666f76" data-light-fg="#f9f9f9"></script>

articles:
- title: Case studies
navbar: ~
Expand Down
5 changes: 5 additions & 0 deletions man/debrief-package.Rd

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

Loading