Skip to content

Commit

Permalink
Merge pull request #94 from JGCRI/dev_metis
Browse files Browse the repository at this point in the history
Updated metis ready for release
  • Loading branch information
zarrarkhan authored Aug 14, 2019
2 parents c3905dd + 7ef9144 commit 803784c
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ affiliations:
index: 6
- name: Instituto Nacional del Agua (INA), Buenos Aires, Argentina
index: 7
date: January 2019
date: 10 August 2019
---
<p align="center"> <img src="READMEfigs/metisHeaderThin.PNG"></p>
<p align="center"> <img src="READMEfigs/pnnlUMDLogos.PNG"></p>
Expand Down
Binary file modified READMEfigs/00READMEfigs.pptx
Binary file not shown.
Binary file modified READMEfigs/metis_moduleChart2.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified READMEfigs/metis_workflow1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions metis.master.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@
# Install necessary packages
#----------------------------

#----------------------------
# Install necessary packages
#----------------------------

# Devtools
# ---------
# For updated instructions and additional operating systems see:
# https://www.rstudio.com/products/rpackages/devtools/
# https://johnmuschelli.com/neuroc/installing_devtools/index.html
# Windows: no additional steps
# UBUNTU: sudo apt-get install build-essential libcurl4-gnutls-dev libxml2-dev libssl-dev

# GDAL
# --------
# For updated instructions and additional operating systems see:
# https://github.com/r-spatial/sf/
# https://gdal.org/download.html
# Windows: no additional steps
# UBUNTU:
# sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
# sudo apt-get update
# sudo apt-get install libudunits2-dev libgdal-dev libgeos-dev libproj-dev
# MacOS (Using homebrew):
# brew install pkg-config
# brew install gdal

# Image Magick
# -------------
# For updated instructions and additional operating systems see:
# https://cran.r-project.org/web/packages/magick/vignettes/intro.html
# Windows: no additional steps
# UBUNTU: sudo apt-get install libmagick++-dev
# MacOS (Using Homebrew): brew install imagemagick@6

if("devtools" %in% rownames(installed.packages()) == F){install.packages("devtools")}; library(devtools)
if("rgcam" %in% rownames(installed.packages()) == F){install_github(repo="JGCRI/rgcam")}; library(rgcam)
if("metis" %in% rownames(installed.packages()) == F){devtools::install()}; library(metis)
Expand Down
Binary file modified metis.pdf
Binary file not shown.

0 comments on commit 803784c

Please sign in to comment.