Is there a way to encrypt an R file? I wrote some algorithms for a customer but I don't want him to be able to read and copy what I did and keep it as a black box. The file, however, should run as normal using R or Rserve
Is there any way to do this? I found only information about how to encrypt Robjects, but not the file themselves