From acb587c06bc2d0522ad7665e14f639bef7ef752c Mon Sep 17 00:00:00 2001 From: GAYNOR Chris Date: Thu, 1 Feb 2018 13:10:27 +0000 Subject: [PATCH] ReadMe --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..63c9653 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# README # + +This repository contains an R package with functions written in C++ for solving mixed models. The package is currently under development. + +You can install this package in R by using the 'devtools' library and the following command: +devtools::install_bitbucket("hickeyjohnteam/AlphaMME") + +The 'Rcpp' and 'RcppArmadillo' libraries are required to install this package. +