Re: [R] Portable R in zip file for Windows

2018-01-25 Thread Gabor Grothendieck
Can you clarify what the nature of the security restriction is? If you can't run the R installer then how it is that you could run R? That would still involve running an external exe even if it came in a zip file. Could it be that the restriction is not on running exe files but on downloading

Re: [R] Help in Plotting in "fArma" Package

2018-01-25 Thread David Winsemius
The documentation say that additional arguments will be passed. I suspect this will be a base graphics plot. You should look at the code of plot.rsfit to determine which arguments get processed. Sent from my iPhone > On Jan 25, 2018, at 10:30 AM, Moyukh Laha wrote: >

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread Juan Manuel Truppia
>From the R Studio downloads, look below the installers. This is off topic however. If there is no zipped, no exe, no installation required of R, then I thank you very much for your help and trolling. (BTW, I think my question was pretty clear, concise and specific, I appreciate that some of you

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread John C Frain
Can you please explain where you get the R-studio zip file and how you manage to run r-studio from it without expanding it. I do not see how this is possible and would be delighted if you would share that knowledge with us. Obviously this possibility has not occurred to anyone on the list John

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread Ista Zahn
On Jan 25, 2018 3:05 PM, "Juan Manuel Truppia" wrote: What is wrong with you guys? I asked for a zip, like R Studio has for example. Totally clear. The responsew you recieved suggest that your question was not as clear as you expected. You then treated a person trying to

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread Juan Manuel Truppia
What is wrong with you guys? I asked for a zip, like R Studio has for example. Totally clear. I cant execute exes. But I can unzip files. Thanks Gabor, I had that in mind, but can't execute the exe due to security restrictions. Geez, really, treating people who ask questions this way just makes

[R] Help in Plotting in "fArma" Package

2018-01-25 Thread Moyukh Laha
Hello, I am new to R and for some of my research work I am using 'fArma' package to estimate the Hurst parameter of a time series. When I am ding the following command : rsFit(data, doplot = TRUE) I am getting the R/S plot for that time series

Re: [R] Help with SQLsave

2018-01-25 Thread SHUXIANG 'ALBERT' LI
"P" is not "p" try sqlSave(myconn,P,tablename="trial",rownames=FALSE) Have a wonderful day! - Albert From: R-help on behalf of Ramesh YAPALPARVI Sent: Wednesday, January 24, 2018 4:00:39 PM To:

Re: [R] Geometry delaunayn and deldir results, differing results from Octave due to decimal precision?

2018-01-25 Thread William Dunlap via R-help
I just looked at the data at the URL you posted and it looks like it consists of all the points in a rectangular grid. When you triangulate a rectangle it is arbitrary whether you use the SW-NE or the SE-NW diagonal and that looks like the only difference between the various algorithms. Bill

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread Gabor Grothendieck
I believe that the ordinary Windows installer for R can produce a portable result by choosing the appropriate configuration options from the offered screens when you run the installer Be sure to enter the desired path in the Select Destination Location screen, choose Yes on the Startup options

Re: [R-es] Más allá de group_by()

2018-01-25 Thread Carlos Ortega
Hola Rubén, Para hacer estos cálculos, tienes que partir de las tablas de clientes de tu "Mes_1" y de tu "Mes_2" y utilizar las funciones de mezcla de tablas que tiene dplyr (left_join ,right_join, inner_join) con los que identificarás los clientes que están en un mes y en otro y sumar sus

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread Ista Zahn
On Jan 25, 2018 6:38 AM, "Juan Manuel Truppia" wrote: Im already aware of that. Needs the portable apps framework to work. Thanks for the cheap hit by the way Thanks for wasting everyones time by failing to mention the things you already looked at and why they were

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread PIKAL Petr
Hm. I wonder what is your intention. R is a program, it needs to be installed somewhere. You could install it on USB stick from where it could be run. But you said you cannot use USB stick. So you need to install R program and you could probably make a zip file from this installation and put

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread Juan Manuel Truppia
Yes, that works, but I can't use USB sticks. It has to be a downloadable zip file On Thu, Jan 25, 2018, 09:37 John Kane wrote: > I have not done this is years, but I think that I just installed R on a > USB stick and it was fine. But that was probably 10 years ago so things

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread John Kane via R-help
I have not done this is years, but I think that I just installed R on a USB stick and it was fine. But that was probably 10 years ago so things may have changed completely since then. On Wednesday, January 24, 2018, 10:12:09 PM EST, Juan Manuel Truppia wrote: I

[R-es] Más allá de group_by()

2018-01-25 Thread Rubén Coca
Hola, Os planteo una situación a ver si se os ocurre un enfoque que me permita solucionarla. Partiendo de un data frame con las siguientes variables: mes, cliente, facturacion. Tal que así: df <- data.frame(mes = c(1,1,1,1,2,2,2,2,3,3,3), cliente = c('a', 'b', 'c', 'd', 'b', 'c', 'd', 'e', 'b',

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread Juan Manuel Truppia
Im already aware of that. Needs the portable apps framework to work. Thanks for the cheap hit by the way On Thu, Jan 25, 2018, 00:30 Jeff Newmiller wrote: > I have never used it, but Google sez look here [1]. You should learn to > speak Google also. > > [1]

Re: [R] random sample set for regression

2018-01-25 Thread Rui Barradas
Hello, Can you please post the output of dput(all) # if all is small dput(head(all, 30)) # if all is big in a mail? Hope this helps, Rui Barradas On 1/24/2018 4:28 PM, Francisca R. Souza Pereira wrote: Hi, I'm not a programmer, so I have a question about R functions, I run the Random