<?php
/* Redirect browser */
header("Location: http://cran.r-project.org/web/packages/SAVE/index.html");
 
/* Make sure that code below does not get executed when we redirect. */
exit;
?>
