This repository hosts the source code of the virtual-biotic-pollination-flow
app, a shiny application available at this link: https://virtual-pollination-trade.shinyapps.io/virtual-biotic-pollination-flow/
The virtual-biotic-pollination-flow
app is a supplementary material accompanying the publication:
F. D. S. Silva , L. G. Carvalheiro , J. Aguirre-Gutiérrez , M. Lucotte , K. Guidoni-Martins , F. Mertens . Virtual pollination trade uncovers global dependence on biodiversity of developing countries. Published in Science Advances, 10 March 2021 https://advances.sciencemag.org/content/7/11/eabe6636
In order to run this app locally, you need install R
programming language.
Download the repository as a zip or clone using git
command line:
git clone --depth 1 https://github.com/virtual-pollination-trade/virtual-biotic-pollination-flow.git
Access the app folder:
cd virtual-biotic-pollination-flow
And run a new app instance with:
Rscript app.R
In your preferred browser, access the URL generated by the app instance.
Download the image:
docker pull kguidonimartins/vbpflow-app
Run the container:
docker run --rm -p 3838:3838 kguidonimartins/vbpflow-app
In your preferred browser, navigate to http://localhost:3838/.