A tutorial for the package is available on zenodo at this link
For versions 1.5.1 and above (through CRAN):
install.packages("DSWE")
Note: The package contains C++ code, hence installation using source requires C++ compilers: Rtools for Windows, Apple Command Line Tools and GFortran for Mac OS. The pre-compiled binaries available through CRAN, the offical package repository for R
, do not require C++ compilers.
Install using the remotes package by specify the version (for example, version 1.3.1) as follows:
remotes::install_github("TAMU-AML/[email protected]")