Thanks! It looks like I also had an error in the command line compile code. It should be the relative location of the file. I moved those dlls into the directory with my program and the new compile code looks like this.
dmcs /r:RDotNet.dll Rtest.cs
Thanks for your help. This is a great project!