RS-eco / wfc

R package for weather forecasting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wfc: R package for weather forecasting

Installation

You can install wfc from github with:

# Install devtools if not available
if(!"devtools" %in% installed.packages()[,"Package"]) install.packages("devtools")

# Install traitdata package from Github
devtools::install_github("RS-eco/wfc")

To use the package, you have to install it directly from GitHub using the devtools package.

After installation, simply load the wfc package:

library(wfc)

About

R package for weather forecasting

License:GNU General Public License v3.0


Languages

Language:R 77.4%Language:Python 22.6%