Core.Host.RScript¶
Install R.
Make sure the path of Rscript.exe
is added to the Windows PATH
environment variable.
Install the the following R libraries:
install.packages(‘ggplot2’)
install.packages(‘pastecs’)
install.packages(‘boot’)
install.packages(‘knitr’)