Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 776 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 776 Bytes

fopi.app

Build status

An application to visualise the Freedom of Press Index, a deployed version is accessible at: johncoene.shinyapps.io/fopi-contest/

Docker

Pull the public image and run it.

docker pull jcoenep/fopiapp
docker run --rm -p 3000:3838 jcoenep/fopiapp

Then visit http://localhost:3000/.

R

Install the package from Github.

# install.packages("remotes")
remotes::install_github("news-r/fopi.app")

Run the app.

fopi.app::run_fopi()