profvis

Visualize R profiling data

https://github.com/r-lib/profvis

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 17 committers (5.9%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.7%) to scientific vocabulary

Keywords from Contributors

rmarkdown data-manipulation grammar tidy-data shiny package-creation documentation-tool unit-testing setup web-app
Last synced: 10 months ago · JSON representation

Repository

Visualize R profiling data

Basic Info
  • Host: GitHub
  • Owner: r-lib
  • License: other
  • Language: JavaScript
  • Default Branch: main
  • Homepage: https://profvis.r-lib.org/
  • Size: 7.35 MB
Statistics
  • Stars: 310
  • Watchers: 47
  • Forks: 38
  • Open Issues: 17
  • Releases: 4
Created almost 11 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License

README.md

profvis

R-CMD-check Codecov test coverage <!-- badges: end -->

profvis is a tool for visualizing code profiling data from R. It creates a web page which provides a graphical interface for exploring the data.

Installation

R install.packages("profvis")

Example

To run code with profiling, wrap the expression in profvis(). By default, this will result in the interactive profile visualizer opening in a web browser.

```R library(profvis)

f <- function() { pause(0.1) g() h() } g <- function() { pause(0.1) h() } h <- function() { pause(0.1) }

profvis(f()) ```

The profvis() call returns an htmlwidget, which by default when printed opens a web browser. If you wish to save the object, it won't open the browser at first, but you can view it later by typing the variable name at the console, or calling print() on it.

```R p <- profvis(f())

View it with:

p

or print(p)

```

Owner

  • Name: R infrastructure
  • Login: r-lib
  • Kind: organization

GitHub Events

Total
  • Issues event: 3
  • Watch event: 8
  • Issue comment event: 3
Last Year
  • Issues event: 3
  • Watch event: 8
  • Issue comment event: 3

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 587
  • Total Committers: 17
  • Avg Commits per committer: 34.529
  • Development Distribution Score (DDS): 0.344
Past Year
  • Commits: 26
  • Committers: 4
  • Avg Commits per committer: 6.5
  • Development Distribution Score (DDS): 0.115
Top Committers
Name Email Commits
Winston Chang w****n@s****g 385
Javier Luraschi j****i@h****m 88
Lionel Henry l****y@g****m 44
Hadley Wickham h****y@p****o 34
Joe Cheng j****e@r****m 9
Timothy Mastny t****y@g****m 7
Kirill Müller k****r@m****g 5
Jim Hester j****r@g****m 4
Barret Schloerke b****t@r****m 2
Jenny Bryan j****n@g****m 2
Kirill Müller k****r@i****h 1
Angel Esteban Feliz 8****R 1
Hedley 3****z 1
JJ Allaire j****e@g****m 1
Kevin Ushey k****y@g****m 1
Maxim Nazarov m****v@o****u 1
olivroy 5****y 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 5
  • Total pull requests: 0
  • Average time to close issues: over 2 years
  • Average time to close pull requests: N/A
  • Total issue authors: 5
  • Total pull request authors: 0
  • Average comments per issue: 1.6
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 4
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 4
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • hadley (8)
  • wch (4)
  • javierluraschi (2)
  • Saren-T (1)
  • AHoerner (1)
  • nevilamos (1)
  • olivroy (1)
  • kieran-mace (1)
  • caseybreen (1)
  • para2x (1)
  • flying-sheep (1)
  • moodymudskipper (1)
  • udurraniAtPresage (1)
  • krlmlr (1)
  • AngelFelizR (1)
Pull Request Authors
  • hadley (18)
  • AngelFelizR (1)
  • wch (1)
  • hedsnz (1)
  • gtritchie (1)
Top Labels
Issue Labels
feature (5) bug (4) Rprof (4) documentation (3) output (3) performance (2) reprex (1) shiny (1) knitr (1) UI (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 125,618 last-month
  • Total docker downloads: 46,894,046
  • Total dependent packages: 12
  • Total dependent repositories: 120
  • Total versions: 8
  • Total maintainers: 1
cran.r-project.org: profvis

Interactive Visualizations for Profiling R Code

  • Versions: 8
  • Dependent Packages: 12
  • Dependent Repositories: 120
  • Downloads: 125,618 Last month
  • Docker Downloads: 46,894,046
Rankings
Downloads: 1.0%
Stargazers count: 1.5%
Forks count: 1.8%
Dependent repos count: 1.9%
Dependent packages count: 4.5%
Average: 4.7%
Docker downloads count: 17.3%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.0 depends
  • htmlwidgets >= 0.3.2 imports
  • purrr * imports
  • rlang >= 0.4.9 imports
  • stringr * imports
  • vctrs * imports
  • devtools * suggests
  • ggplot2 * suggests
  • htmltools * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • shiny * suggests
  • testthat >= 3.0.0 suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/check-r-package v1 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite
.github/workflows/pkgdown.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite
.github/workflows/pr-commands.yaml actions
  • actions/checkout v2 composite
  • r-lib/actions/pr-fetch v1 composite
  • r-lib/actions/pr-push v1 composite
  • r-lib/actions/setup-r v1 composite
  • r-lib/actions/setup-r-dependencies v1 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • codecov/codecov-action v4 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite