Now I can see you have multiple warnings.
I am also not expert for these things. However, I will suggest you to install Rtools and try again because most packages require to have rtools.
For installing using source files of packages,
you can use following code this will allow you to browse to the location of downloaded file and select the file.
install.packages(file.choose(), repos=NULL)