How to install the package:
-
Install the
tmcRtestrunner
package i. On the terminal, navigate to the folder wheretmcRtestrunner_0.1.6.tar.gz
is located, and run the commandR CMD INSTALL tmcRtestrunner_0.1.6.tar.gz
ii. 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.8.8.tar.gz
is located, and run the commandR CMD INSTALL tmcrstudioaddin_0.8.8.tar.gz
. You still need to install the required packages manually (withinstall.packages("package_name")
). -
Once the package
tmcrstudioaddin
is installed, open RStudio and select "Addins" from upper bar and thereTMC R 0.8.8
.
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)