From b279b8df18cd195c35b904e2cd3265ee3720b1b9 Mon Sep 17 00:00:00 2001 From: Joe Cheng Date: Thu, 28 Jun 2018 12:01:41 -0700 Subject: [PATCH] Fix broken link --- docs/articles/casestudy.html | 2 +- vignettes/casestudy.Rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/articles/casestudy.html b/docs/articles/casestudy.html index 18be5ca..60b676e 100644 --- a/docs/articles/casestudy.html +++ b/docs/articles/casestudy.html @@ -133,7 +133,7 @@

A tour of the app

-

The app I built to explore this data, cranwhales, let us examine the behavior of the top downloaders (“whales”) for any given day, at varying levels of detail. You can view this app live at https://jcheng.shinyapps.io/cranwhales/, or download and run the code yourself at https://github.com/rstudio/cranwhales.

+

The app I built to explore this data, cranwhales, let us examine the behavior of the top downloaders (“whales”) for any given day, at varying levels of detail. You can view this app live at https://gallery.shinyapps.io/cranwhales/, or download and run the code yourself at https://github.com/rstudio/cranwhales.

When the app starts, the “All traffic” tab shows you the number of package downloads per hour for all users vs. whales. In this screenshot, you can see the proportion of files downloaded by the top six downloaders on May 28, 2018. It may not look like a huge fraction at first, but keep in mind, we are only talking about six downloaders out of 52,815 total!

The “Biggest whales” tab simply shows the most prolific downloaders, with their number of downloads performed. Each anonymized IP address has been assigned an easier-to-remember name, and you can also see the country code of the original IP address.

diff --git a/vignettes/casestudy.Rmd b/vignettes/casestudy.Rmd index 9c86977..0827f99 100644 --- a/vignettes/casestudy.Rmd +++ b/vignettes/casestudy.Rmd @@ -40,7 +40,7 @@ Fortunately for our purposes, there's no need to analyze these logs at a high le ## A tour of the app -The app I built to explore this data, **cranwhales**, let us examine the behavior of the top downloaders ("whales") for any given day, at varying levels of detail. You can view this app live at https://jcheng.shinyapps.io/cranwhales/, or download and run the code yourself at https://github.com/rstudio/cranwhales. +The app I built to explore this data, **cranwhales**, let us examine the behavior of the top downloaders ("whales") for any given day, at varying levels of detail. You can view this app live at https://gallery.shinyapps.io/cranwhales/, or download and run the code yourself at https://github.com/rstudio/cranwhales. When the app starts, the "All traffic" tab shows you the number of package downloads per hour for all users vs. whales. In this screenshot, you can see the proportion of files downloaded by the top six downloaders on May 28, 2018. It may not look like a huge fraction at first, but keep in mind, we are only talking about six downloaders out of 52,815 total!