I am creating an R package that I intend to submit to CRAN that has a function calling a routine written in C. How do I load the compiled C routine in the R function in platform-independent way? I am able to make my package work on my intel-based Mac with:I am creating an R package that I intend to sub