IGSD-UoW / wfenexus_demo

Home Page:https://igsd-uow.github.io/wfenexus_demo/slupsk/slupsk_dashboard.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visualizing Water-Food-Energy Nexus

R-CMD-check

An open source prototype for a visual interface to support research and Nexus engagements, designed collaborativelly as part of Creating interfaces' WP4.

Online demos

Installation

  1. Clone this repo: git clone git@github.com:IGSD-UoW/wfenexus.git
  2. Install renv package if not already installed (remotes::install_github("rstudio/renv")).
  3. Run renv::restore() to restore the state of your project from renv.lock file.

Notes

This repo has been configured to use some best practices for reproducible science:

  1. renv to manage isolated environments with required dependencies and versions +info.
  2. Repo as a Package +info

Troubleshooting

If facing issues installing packages from Windows, run this command. (more info in renv documentation, in this discussion and this question in SO)

Sys.setenv(RENV_DOWNLOAD_METHOD = "wininet")
#Sys.setenv(RENV_DOWNLOAD_METHOD = "libcurl")

Datasets

This package uses the following datasets:

About

https://igsd-uow.github.io/wfenexus_demo/slupsk/slupsk_dashboard.html

License:GNU General Public License v3.0


Languages

Language:HTML 99.9%Language:R 0.1%Language:CSS 0.0%