DSWE

Data Science for Wind Energy


License
MIT

Documentation

DSWE (Data Science for Wind Energy)

Tutorial and examples

A tutorial for the package is available on zenodo at this link

Installation

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.

For versions prior to 1.5.1:

Install using the remotes package by specify the version (for example, version 1.3.1) as follows:

remotes::install_github("TAMU-AML/DSWE-Package@v1.3.1")