I need a consumer key and secret for an R package I am developing. It would be somewhat cumbersome for each user to apply and get their own and there really isn't a need since they will have to authenticate with a username/password to use the package functions. However, I am not allowed to share my keys in the open. Is there any way the key+secret (or any bit of information for that matter) could be hidden in my package source once it is on CRAN? I'm guessing that the answer is no but I'd like to make sure I'm not missing other ideas.
Update: The only abuse I foresee is someone extracting and using the keys in another application to max out my rate limits. But if that were the case, then I could just remove it. But there might be other forms of abuse that I am missing. Perhaps I should just let everyone apply for their own.