Skip to content

Commit

Permalink
Remove live demo links
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed May 1, 2023
1 parent 81e7a0f commit 9beb0e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Profvis
<!-- badges: start -->
[![R-CMD-check](https://github.com/rstudio/profvis/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/profvis/actions)
<!-- 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. [Live demo](http://rstudio.github.io/profvis/livedemo.html).

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
Expand All @@ -20,7 +20,7 @@ See the [documentation site](https://rstudio.github.io/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. You can see a live demo [here](http://rstudio.github.io/profvis/livedemo.html).
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)
Expand Down

0 comments on commit 9beb0e6

Please sign in to comment.