Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DrNickRedfern authored Apr 19, 2021
1 parent 25b17af commit 1191854
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 @@ -6,9 +6,9 @@ Movie barcodes are a commonly used method of visualizing colour in motion pictur

![escape_room](/images/escape_room_unsmoothed.png)

The goal of **MovieBarcodeAnalyzeR** is to open up computational approaches to analyzing colour in the cinema to users with no experience of using the statistical programming language R. With this app you can upload your movie barcode, extract and download data, and produce a range of visualizations and summaries in just a few minutes with no coding required.
The goal of **MovieBarcodeAnalyzeR** is to open up computational approaches to analyzing colour in the cinema to users with no experience of using the statistical programming language R. With this app you can upload your movie barcode, extract and download data, and produce a range of visualizations and summaries in just a few minutes with no coding required.

## Pre-requisties
## Set up and use the app
There are four things you will need in order to use **MovieBarcodeAnalyzeR**: R, Rstudio, a collection of R packages, and the code to initialise the app. All of the software and code required to run the app is freely available.

### Step 1: install R
Expand All @@ -33,7 +33,7 @@ You can copy and paste the above code into the console (highlighted below) in RS
### Step 4: run MovieBarcodeAnalyzeR
You only need to complete steps 1 through 3 the first time you run **MovieBarcodeAnalyzeR**.

Everytime you want to run **MovieBarcodeAnalyzeR** use the following code to initialise the app (note that in R, object names are *case sensitive* and must be entered correctly in order to run):
Anytime you want to run **MovieBarcodeAnalyzeR** use the following code to initialise the app (note that in R, object names are *case sensitive* and must be entered correctly in order to run):

```R
shiny::runGitHub('MovieBarcodeAnalyzeR', 'DrNickRedfern', ref = "main")
Expand Down

0 comments on commit 1191854

Please sign in to comment.