Version history for shadia

The purpose of this page is to provide access to legacy versions of shadia that may be needed for ongoing relicensing negotiations that are reliant on older versions of the package (i.e., for model runs that were started before the most recent version on GitHub).

If you are looking for the most recent version, it is always available through the GitHub repo.

Previous versions

shadia version 2.0.0 (June 2021): shadia_2.0.0.zip
shadia version 1.8.0 (Sept. 2019): shadia_1.8.0.zip
shadia version 1.3.0 (Aug. 2018): shadia_1.3.0.tar.gz

Installation instructions

Installation for older versions is slightly different than for the latest release. You will need to do the following:

  1. Download the tarball or binary corresponding to the version you want below. Later versions need to be stored as binaries because the package build is large with river schematics included in documentation.
  2. Install the package version from source locally. To do this, you need Rtools installed. Then you can install the package using the following syntax as long as you have set your working directory to the location where the tarball is located:


Installing from tar.gz (tarball)

Here is an example using v 1.3.0. Change the path and version as necessary:

install.packages("path_to_file/shadia_1.3.0.tar.gz",
                 repos=NULL,
                 type="source")

Here is another example using devtools from gregforcey on GitHub:

devtools::install("path\\to\\shadia-legacy")

Installing from .zip (binary)

install.packages('path_to_file/shadia_1.8.0.zip', repos = NULL)




This work is licensed under a Creative Commons 4.0 International License.