Displaying 20 results from an estimated 10000 matches similar to: "Portable R in zip file for Windows"
2018 Jan 25
1
Portable R in zip file for Windows
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 <jdnewmil at dcn.davis.ca.us> wrote:
> I have never used it, but Google sez look here [1]. You should learn to
> speak Google also.
>
> [1] https://sourceforge.net/projects/rportable/
> --
> Sent from my phone. Please excuse
2018 Jan 25
6
Portable R in zip file for Windows
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 you
don't want to ask a single one.
On Thu, Jan 25, 2018, 11:19 Gabor Grothendieck
2018 Jan 26
2
Portable R in zip file for Windows
Pretty good question Gabor. I can execute R once it is installed (if
someone with rights installs it before) but not the installer. I can
download the installer (with some pain). I know that some installers are
actually compressed files in disguise, but I think this is not the case
with R, right?
I will study the exact nature of the restriction, and get back to you.
Nevertheless, having a
2018 Jan 25
0
Portable R in zip file for Windows
I have never used it, but Google sez look here [1]. You should learn to speak Google also.
[1] https://sourceforge.net/projects/rportable/
--
Sent from my phone. Please excuse my brevity.
On January 24, 2018 7:11:49 PM PST, Juan Manuel Truppia <jmtruppia at gmail.com> wrote:
>I read a message from 2009 or 2010 where it mentioned the availability
>of R
>for Windows in a zip file,
2018 Jan 26
0
Portable R in zip file for Windows
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 them?
If that is it then there are obvious workarounds (rename it not
to have an exe externsion or
2018 Jan 26
1
Portable R in zip file for Windows
>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 tried to solve a problem related to what I
have, but I have already reviewed all options, and what
2018 Jan 25
0
Portable R in zip file for Windows
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 C Frain
3 Aranleigh Park
Rathfarnham
Dublin 14
Ireland
www.tcd.ie/Economics/staff/frainj/home.html
2018 Jan 25
0
Portable R in zip file for Windows
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 screen and ensure that all boxes are unchecked on the
Select additional tasks screen.
On Wed, Jan 24,
2018 Jan 25
0
Portable R in zip file for Windows
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 <jmtruppia at gmail.com> wrote:
I read a message from 2009 or 2010 where it mentioned the availability of R
for Windows in a zip
2018 Jan 25
1
Portable R in zip file for Windows
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 <jrkrideau at yahoo.ca> 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 may
> have changed completely since then.
>
>
> On Wednesday, January
2011 Nov 08
3
Consulta sobre mensaje de error al aplicar un Filtro.
Hola Estimdos,
Quería consultar por si alguien sabe que puede estar pasando con la
aplicación de un filtro.
Arroja el siguiente mensaje:
*Mensajes de aviso perdidos
In TransAcProv$idDepartamento == filtro2 :
longitud de objeto mayor no es múltiplo de la longitud de uno menor*
Este es el filtro:
*filtro2 <- c (450, 30 , 449, 862 , 452)*
Y se aplica sobre este data frame:
*TransAcDepto
2007 Aug 21
4
how do i use the get function to obtain an element from a list...
my problem can be explained with the following example:
x <- 1:12
y <- 13:24
a <- data.frame(x = x, y = y)
## if i write
a$x
## it returns
[1] 1 2 3 4 5 6 7 8 9 10 11 12
## but the function get doesn't recognize a$x. Instead it produces the
following error:
get("a$x")
Error in get(x, envir, mode, inherits) : variable "a$x" was not found
i intend to do
2023 Mar 14
1
str_replace por orden de aparición en una cadena.
hola! ,me sirve, pero el tema es que necesito crear tres variables nuevas
con el resultado de strsplit....pero me genera una lista y no lo estoy
pudiendo combinar con mutate de dplyr....
El mar, 14 mar 2023 a las 7:46, juan manuel dias (<juamadias en gmail.com>)
escribió:
> Muchas gracias!! Lo pruebo!!!
>
> El mar., 14 de marzo de 2023 04:55, Proyecto R-UCA <r-uca en uca.es>
2011 Aug 02
1
Modelo Regresión Lineal
Hola Juan.
La regresión lineal es un método muy difundido y estoy seguro que con
una breve búsqueda en internet podrás encontrar excelentes manuales en
español.
Puedes adelantar con saber que la función básica para regresiones
lineales es lm() (de linear model) y para las variables que mencionas
podrías utilizar:
ajuste<-lm(razco_pr~razco_ps+razco_pc, data=tusdatos)
summary(ajuste)
2018 Aug 06
5
Contar DNI por Jurisdicción.
Hola,
Tengo el siguiente DATA FRAME
DNI JURISDICCION DISPOSITIVO NOMBRE APELLIDO
1 Bs As
2 Bs As
3 Bs As
4 Entre Ríos
5 Entre Ríos
6 Entre Ríos
Quiero contar DNI por Jurisdicción, quedando una tabla que sea:
DNI JURISDICCION
3 Bs As
3 Entre Ríos
Tanto DNI como Jurisdicción son factores.
Muchas gracias.
Saludos, Juan.
2018 Sep 07
3
Problemas para instalar Librería (RODBC)
Hola,
Tengo la versión 3.5.1 instalada y no me dejaba tampoco, por eso desde
RStudio configuré la 3.3.1.
Muchas gracias.
El 7 de septiembre de 2018, 13:35, Carlos Ortega <cof en qualityexcellence.es>
escribió:
> Hola,
>
> R ya está en la versión 3.5.1 y tú tienes la 3.3.1.
> Las versiones antiguas de los paquetes están:
>
> - Linux:
>
2023 Mar 14
1
str_replace por orden de aparición en una cadena.
Muchas gracias!! Lo pruebo!!!
El mar., 14 de marzo de 2023 04:55, Proyecto R-UCA <r-uca en uca.es> escribió:
> Buenas,
>
> Una opción es partir la cadena usando el == como separador y luego
> recomponerla.
>
> > a <- "p1 == 1 o 2 o p2 == 1 == 1,3"
> > b <- strsplit(a, "==")
> > b <- b[[1]]
> > b
> [1] "p1 "
2018 Oct 11
10
Transponer data frame.
Hola,
Tengo la siguiente base de datos
Numero de vuelo Nacionalidad Pax
1240 Argentina 2341
1240 Uruguaya 4432
1240 Paraguaya 67000
1240 Brasilera 1234
1241 Argentina 7344
1241 Uruguaya 543000
1241 Paraguaya 3000
1241 Brasilera 234000
y quiero que quede del siguiente modo:
Numero de vuelo Nacionalidad_argentina Nacionalidad_uruguaya
Nacionalidad_paraguaya Nacionalidad_brasilera
1240 2341 4432
2008 Oct 26
3
weird behavior with the 3rd root....
Well, this is what i got...
> -0.0841219200008394^(1/3)
[1] -0.438163696867656
> (-0.0841219200008394)^(1/3)
[1] NaN
and i don't have a clue of why this happens or how to avoid it, any suggestions?
thank you,
Juan
2020 Apr 25
2
problemas al cambiar el nombre de una variable
Buenos días, al final de un loop añado 3 variables que acabo de crear, a
una df, y les pongo un nombre.
Las variables son Max, Min y Mean.
Las añado a BData7085:
BData7085$Max<-Max
BData7085$Min<-Min
BData7085$Meann<-Mean (hasta aquí bien)
Para ponerles su nombre final:
colnames(BData7085)[ncol-2]<-paste(colnames(Data)[j],"max",sep = "")