Skip to content
This repository was archived by the owner on Mar 25, 2020. It is now read-only.

Getting Started

Tom Wilson edited this page Jan 11, 2017 · 3 revisions

Installation

To install directly from GitHub;

install.packages("devtools")
devtools::install_github("wilsontom/fatsecretR")

To install from source;

git clone https://github.com/wilsontom/fatsecretR
R CMD build fatsecretR
R CMD INSTALL fatsecretR_0.1.0.gz

Clone this wiki locally