Re: [R] securing R code....

2020-10-26 Thread Eric Berger
Do you make regular backups? If not, this should push you into such a routine. One approach is to use an external drive. External drives are not expensive and can typically have plenty of room to hold all your code and data. Just before having your computer serviced, copy your code and data onto th

Re: [R] securing R code....

2020-10-26 Thread David Winsemius
On 10/26/20 7:17 AM, akshay kulkarni wrote: dear members, I am a stock trader. I am using R for my research. I want to service my laptop, wherein resides all my R code, which, for obvious reasons, has to be secured. I am using Windows 7 Ultimate. I cannot encryp

Re: [R] temporary clipping

2020-10-26 Thread Marc Schwartz via R-help
> On Oct 26, 2020, at 10:02 AM, Therneau, Terry M., Ph.D. via R-help > wrote: > > In one of my plot functions it is convenient to use clipping to restrict the > range of some > output. > But at the end of the function I'd like to turn it off, i.e., so that a > subsequent use of > legend(), t

Re: [R] securing R code....

2020-10-26 Thread Bert Gunter
R does not save any data you give it unless you explicitly tell it to. See ?save ?write.table, etc. Also, any good tutorial. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comi

[R] securing R code....

2020-10-26 Thread akshay kulkarni
dear members, I am a stock trader. I am using R for my research. I want to service my laptop, wherein resides all my R code, which, for obvious reasons, has to be secured. I am using Windows 7 Ultimate. I cannot encrypt the R data by Bitdefender, as it encrypts the e

[R] temporary clipping

2020-10-26 Thread Therneau, Terry M., Ph.D. via R-help
In one of my plot functions it is convenient to use clipping to restrict the range of some output. But at the end of the function I'd like to turn it off, i.e., so that a subsequent use of legend(), text() or whatever is not affected. I don't quite see how to do this -- it seems that the only w