Autovar is an R package for automating and simplifying the process from raw data to VAR models. For the actual VAR calculations, Bernhard Pfaff's vars package is used.
To install, type the following:
install.packages('devtools')
require('devtools')
install_github('roqua/autovar')
Documentation for this package can be found here.