While performing an Offline installation of SP 2013 with SP1 on Server 2012 R2 it errored out stating that it couldn't download WCF Data Services 5.6 which I already had added to the prereq folder. I modified line 664 in AutoSPInstallerFunctions.ps1
/WCFDataServices56:`"$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices56.exe`"
Comments: ** Comment from web user: brianlala **
/WCFDataServices56:`"$env:SPbits\PrerequisiteInstallerFiles\WcfDataServices56.exe`"
Comments: ** Comment from web user: brianlala **
Server 2012 R2 is supported as of SP1 for SharePoint 2013, when using the integrated media. The latest checked-in version of AutoSPInstaller (https://autospinstaller.codeplex.com/SourceControl/changeset/107513) also handles the missing prerequisite above.
Brian