Skip to content
/ wfc Public
forked from RS-eco/wfc

R package for weather forecasting

License

Notifications You must be signed in to change notification settings

teopista/wfc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 77.4%
  • Python 22.6%