diff --git a/DESCRIPTION b/DESCRIPTION index c280b75..c4d3b11 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/_pkgdown.yml b/_pkgdown.yml index 7cb2989..e83a775 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -2,6 +2,10 @@ url: https://r-lib.github.io/debrief/ template: bootstrap: 5 + includes: + in_header: | + + articles: - title: Case studies navbar: ~ diff --git a/man/debrief-package.Rd b/man/debrief-package.Rd index 6c46870..32efb5c 100644 --- a/man/debrief-package.Rd +++ b/man/debrief-package.Rd @@ -22,5 +22,10 @@ Useful links: \author{ \strong{Maintainer}: Emil Hvitfeldt \email{emil.hvitfeldt@posit.co} +Other contributors: +\itemize{ + \item Posit Software, PBC (\href{https://ror.org/03wc8by49}{ROR}) [copyright holder, funder] +} + } \keyword{internal}