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. +