Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.3 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.3 KB

FAOSTAT

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

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

NOTE: This package has been orphaned due to the current re-development of the FAOSTAT API and the fact that I no longer work for the organisation and has no access to the updates.

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

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")