How to install

The package is available from CRAN by usual installing procedure. However due to restrictions in CRAN politics regarding number of submissions (once in 3-4 month) not all releases will be published there. To get the latest release please use GitHub sources. You can either download a zip-file with the source package and install it using the install.packages command, e.g. if the downloaded file is mdatools_0.14.0.tar.gz and it is located in a current working directory, just run the following:

install.packages("mdatools_0.14.0.tar.gz")

If you have devtools package installed, the following command will install the latest release from the GitHub (do not forget to load the devtools package first):

install_github("svkucheryavski/mdatools")