/FAOSTATpackage

The full FAOSTAT package including build

Primary LanguageR

FAOSTAT

travis-ci-build-status codecov.io CRAN version CRAN RStudio mirror downloads

This repository contains all the files to build the FAOSTAT package.

==============================================================================

The package can be installed from CRAN:

install.packages("FAOSTAT")

or install the develop version via the following link, different version can be installed by specifying the ref argument.

library(devtools)
install_github(repo = "mkao006/FAOSTATpackage", subdir = "FAOSTAT")

Vignettes and demos are available and please make use of them:

vignette(topic = "FAOSTAT")
demo(topic = "FAOSTATdemo")