From 9beb0e62ae1addadb2f58cff9b41a4e1c05289fa Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Mon, 1 May 2023 15:58:28 -0500 Subject: [PATCH] Remove live demo links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e132d0fd..42c8f4c3 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Profvis [![R-CMD-check](https://github.com/rstudio/profvis/workflows/R-CMD-check/badge.svg)](https://github.com/rstudio/profvis/actions) - -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 @@ -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)