How to install the package:
- 
Install the
tmcRtestrunnerpackage i. On the terminal, navigate to the folder wheretmcRtestrunner_0.3.0.tar.gzis located, and run the commandR CMD INSTALL tmcRtestrunner_0.3.0.tar.gzii. Alternatively, one can enter the R commanddevtools::install_github("testmycode/tmc-r-tester/tmcRtestrunner", build = FALSE)in the R console to directly download from GitHub - 
Next, either: i. Go to
tmcrstudioaddin's parent directory, open R and typeinstall.packages("tmcrstudioaddin", repos = NULL, type = "source"). If this fails, install RStudio version that is at least 1.3.10731 (from https://www.rstudio.com/products/rstudio/download/). Also install the required packages manually (withinstall.packages("package_name")). ii. Alternatively, on the terminal, navigate to the folder wheretmcrstudioaddin_0.9.1.tar.gzis located, and run the commandR CMD INSTALL tmcrstudioaddin_0.9.1.tar.gz. You still need to install the required packages manually (withinstall.packages("package_name")). - 
Once the package
tmcrstudioaddinis installed, open RStudio and select "Addins" from upper bar and thereTMC R 0.9.1. 
The project was created as a Software Engineering Lab project at the Department of Computer Science in the University of Helsinki. The authors are:
- Antti Haapaniemi (anttihaap)
 - Janne Hyttinen (hyttijan)
 - Tuomo Lehtonen (tmoo)
 - Eero Ojala (eerojala)
 - Samu Vaittinen (samuvait)
 - Aleksis Vuoksenmaa (aleksisv)
 
Current maintainer
- Petteri Piiroinen (petteripiiroinen)