Buenas tardes a todos, Tengo un script en Dropbox al que me gustaria aplicar source(), pero desafortunadamente algo no anda bien:> source("https://dl.dropbox.com/u/9601860/TAL-Sequences.R")Error in file(filename, "r", encoding = encoding) : cannot open the connection In addition: Warning message: In file(filename, "r", encoding = encoding) : unsupported URL scheme Mi sessionInfo() se encuentra al final de este mensaje. Trabajo en un Mac, pero intente hacer lo mismo en un PC y obtuve los mismos resultados. Alguna idea sobre como resolverlo? Muchas gracias, Jorge.-> sessionInfo()R version 2.15.0 Patched (2012-04-18 r59094) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] RCurl_1.91-1 bitops_1.0-4.1 loaded via a namespace (and not attached): [1] tools_2.15.0* * [[alternative HTML version deleted]]
Hola, ¿qué tal? Probablemente, tu problema sea el httpS. Échale un vistazo a http://stackoverflow.com/questions/7715723/sourcing-r-script-over-https Un saludo, Carlos J. Gil Bellosta http://www.datanalytics.com El 13 de junio de 2012 19:58, Jorge I Velez <jorgeivanvelez en gmail.com> escribió:> > Buenas tardes a todos, > > Tengo un script en Dropbox al que me gustaria aplicar source(), pero > desafortunadamente algo no anda bien: > > > source("https://dl.dropbox.com/u/9601860/TAL-Sequences.R") > Error in file(filename, "r", encoding = encoding) : > cannot open the connection > In addition: Warning message: > In file(filename, "r", encoding = encoding) : unsupported URL scheme > > Mi sessionInfo() se encuentra al final de este mensaje. Trabajo en un > Mac, > pero intente hacer lo mismo en un PC y obtuve los mismos resultados. > Alguna > idea sobre como resolverlo? > > Muchas gracias, > Jorge.- > > > sessionInfo() > R version 2.15.0 Patched (2012-04-18 r59094) > Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) > > locale: > [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > other attached packages: > [1] RCurl_1.91-1 bitops_1.0-4.1 > > loaded via a namespace (and not attached): > [1] tools_2.15.0* > * > > [[alternative HTML version deleted]] > > _______________________________________________ > R-help-es mailing list > R-help-es en r-project.org > https://stat.ethz.ch/mailman/listinfo/r-help-es
Hola Carlos, Muchas gracias por tu respuesta. Si, el problema es efectivamente la "s" en "https". Mi preferencia seria trabajar en "base" y no tener que usar "RCurl" para ello, aunque library(RCurl) eval( expr parse( text = getURL(" https://dl.dropbox.com/u/9601860/TAL-Sequences.R", ssl.verifypeer = FALSE) )) funcional muy bien. Alguna otra sugerencia? Gracias de nuevo, Jorge.- 2012/6/13 Carlos J. Gil Bellosta <>> Hola, ¿qué tal? > > Probablemente, tu problema sea el httpS. Échale un vistazo a > > http://stackoverflow.com/questions/7715723/sourcing-r-script-over-https > > Un saludo, > > Carlos J. Gil Bellosta > http://www.datanalytics.com > > > El 13 de junio de 2012 19:58, Jorge I Velez <jorgeivanvelez@gmail.com> > escribió: > > > > Buenas tardes a todos, > > > > Tengo un script en Dropbox al que me gustaria aplicar source(), pero > > desafortunadamente algo no anda bien: > > > > > source("https://dl.dropbox.com/u/9601860/TAL-Sequences.R") > > Error in file(filename, "r", encoding = encoding) : > > cannot open the connection > > In addition: Warning message: > > In file(filename, "r", encoding = encoding) : unsupported URL scheme > > > > Mi sessionInfo() se encuentra al final de este mensaje. Trabajo en un > > Mac, > > pero intente hacer lo mismo en un PC y obtuve los mismos resultados. > > Alguna > > idea sobre como resolverlo? > > > > Muchas gracias, > > Jorge.- > > > > > sessionInfo() > > R version 2.15.0 Patched (2012-04-18 r59094) > > Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) > > > > locale: > > [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 > > > > attached base packages: > > [1] stats graphics grDevices utils datasets methods base > > > > other attached packages: > > [1] RCurl_1.91-1 bitops_1.0-4.1 > > > > loaded via a namespace (and not attached): > > [1] tools_2.15.0* > > * > > > > [[alternative HTML version deleted]] > > > > _______________________________________________ > > R-help-es mailing list > > R-help-es@r-project.org > > https://stat.ethz.ch/mailman/listinfo/r-help-es >[[alternative HTML version deleted]]
Estimado Jorge Desde mi computadora puede acceder al archivo alojado en internet, pero no me es posible utilizando R, ¿será el https?. Por las dudas (si usted no puede acceder) en otro correo envío su código. Javier Marcuzzi -----Mensaje original----- From: Jorge I Velez Sent: Wednesday, June 13, 2012 2:58 PM To: R-help-es Subject: [R-es] Usando source() con URLs Buenas tardes a todos, Tengo un script en Dropbox al que me gustaria aplicar source(), pero desafortunadamente algo no anda bien:> source("https://dl.dropbox.com/u/9601860/TAL-Sequences.R")Error in file(filename, "r", encoding = encoding) : cannot open the connection In addition: Warning message: In file(filename, "r", encoding = encoding) : unsupported URL scheme Mi sessionInfo() se encuentra al final de este mensaje. Trabajo en un Mac, pero intente hacer lo mismo en un PC y obtuve los mismos resultados. Alguna idea sobre como resolverlo? Muchas gracias, Jorge.-> sessionInfo()R version 2.15.0 Patched (2012-04-18 r59094) Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] RCurl_1.91-1 bitops_1.0-4.1 loaded via a namespace (and not attached): [1] tools_2.15.0* * [[alternative HTML version deleted]] _______________________________________________ R-help-es mailing list R-help-es en r-project.org https://stat.ethz.ch/mailman/listinfo/r-help-es