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
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
Metadata Files
README.md
profvis
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
- Repositories: 154
- Profile: https://github.com/r-lib
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
Top Committers
| Name | 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
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
- Homepage: https://profvis.r-lib.org
- Documentation: http://cran.r-project.org/web/packages/profvis/profvis.pdf
- License: MIT + file LICENSE
-
Latest release: 0.4.0
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- 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
- 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
- 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
- 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
- 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