Package: profvis Title: Interactive Visualizations for Profiling R Code Version: 0.4.0.9000 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person("Winston", "Chang", role = "aut"), person("Javier", "Luraschi", role = "aut"), person("Timothy", "Mastny", role = "aut"), person("Posit Software, PBC", role = c("cph", "fnd")), person(, "jQuery Foundation", role = "cph", comment = "jQuery library"), person(, "jQuery contributors", role = c("ctb", "cph"), comment = "jQuery library; authors listed in inst/htmlwidgets/lib/jquery/AUTHORS.txt"), person("Mike", "Bostock", role = c("ctb", "cph"), comment = "D3 library"), person(, "D3 contributors", role = "ctb", comment = "D3 library"), person("Ivan", "Sagalaev", role = c("ctb", "cph"), comment = "highlight.js library") ) Description: Interactive visualizations for profiling R code. License: MIT + file LICENSE URL: https://profvis.r-lib.org, https://github.com/r-lib/profvis BugReports: https://github.com/r-lib/profvis/issues Depends: R (>= 4.0) Imports: htmlwidgets (>= 0.3.2), rlang (>= 1.1.0), vctrs Suggests: htmltools, knitr, rmarkdown, shiny, testthat (>= 3.0.0) VignetteBuilder: knitr Config/Needs/website: tidyverse/tidytemplate, rmarkdown Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: make libuv1-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2026-02-13 13:33:50 UTC RemoteUrl: https://github.com/r-lib/profvis RemoteRef: HEAD RemoteSha: cfb7175bea87a413faf5c3acb63e8734e86fd493 NeedsCompilation: yes Packaged: 2026-07-06 12:59:19 UTC; root Author: Hadley Wickham [aut, cre], Winston Chang [aut], Javier Luraschi [aut], Timothy Mastny [aut], Posit Software, PBC [cph, fnd], jQuery Foundation [cph] (jQuery library), jQuery contributors [ctb, cph] (jQuery library; authors listed in inst/htmlwidgets/lib/jquery/AUTHORS.txt), Mike Bostock [ctb, cph] (D3 library), D3 contributors [ctb] (D3 library), Ivan Sagalaev [ctb, cph] (highlight.js library) Maintainer: Hadley Wickham