I just compiled my very first R package, with my very first C++ snippets (thanks to Rcpp!). Now I want to test things, debug them, etc.
Problem is, I don't own a Mac. Some friends of mine have one, but I'm not sure, if their able to use my package "out-of-the-box". I have no experience with creating R packages so far, and what might and might not work.
How can I make a package, which works on a Mac and/or on Windows out-of-the box?
Thanks in advance, Marc