similar to: Problem sourcing file

Displaying 20 results from an estimated 4000 matches similar to: "Problem sourcing file"

2017 Aug 28
3
[bug report] Cyrillic letter "я" interrupts script execution via R source function
Hello, I do not have an account on R Bugzilla, so I will post my bug report here. I want to report a very old bug in base R *source()* function. It relates to sourcing some R scripts in UTF-8 encoding on Windows machines. For some reason if the UTF-8 script is containing cyrillic letter *"?"*, the script execution is interrupted directly on this letter (btw the same scripts are sourcing
2009 Jul 16
3
Sylpheed-claws and virtual mailboxes
Hi! Has someone encountered the following problem? What am I doing wrong or does someone know a workaround? Dovecot 1.2.1 on Debian unstable, two namespaces: namespace private { prefix = location = maildir:~/res/Maildir:LAYOUT=fs inbox = yes list = yes } namespace private { prefix = gtd/ separator = / list = yes location =
2011 Sep 13
3
x %>% y as an alternative to which( x > y)
Dear R cognoscenti, While having NA as a native type is nifty, it is annoying when making binary choices. Question: Is there anything bad about writing comparison functions that behavior like %in% (which I love) and ignore NAs? "%>%" <- function(table, x) { return(which(table > x)) } "%<%" <- function(table, x) { return(which(table < x)) } test <-
2005 Mar 01
4
write a library under 2.0.1 version
Hi there, I had written a library under R 1.9.0 and now I would like to import that library under R 2.0.1 Apparently it does not work; I can install the package, but when I try to read it the error is the following: Error in library(compvar) : 'compvar' is not a valid package -- installed < 2.0.0 I have checked other libraries in R 2.0.1 and I noticed that there is a new folders
2014 May 29
5
ayuda con "unexpected symbol"
Hola, Tengo la version R 3.1, estoy intentado usar este script pero me dice que el simbolo " no tiene que estar ahi, ya intente borrando comillas o diferentes formas y no lo consigo, si alguien sabe agradezco ayuda. setwd("C:/users/marta/desktop/DB") library(chron) library(xlsx) filename<-"univerest_50.csv" filename<-"monicap_50.csv"
2006 Jan 19
2
function kde2d
Good evening, I am Marta Colombo, student at Milan's Politecnico. Thank you very much for your kindness, this mailing list is really useful. I am using the function kde2d for two-dimensional kernel density estimation and I'd like to know something more about this kind of density estimator. In particular I'd like to know: what bandwidth is used ? Thank you in advance for your attention
2009 Jul 03
2
table () for more variables
Dear All, I want to create a table for several variables. As example. I have a dataframe with following data: Gender transport driving 1 0 1 0 1 0 1 0 1 Now I want to create a table in the following form: Gender
2014 Jan 30
2
objecto ggplot
Para este ejemplo especifico: Deseo saber si tmp genera un objecto ggplot > tmp <- ggplot(mtcars, aes(x = hp, y=mpg)) + geom_point() El objecto o variable tmp, devuelve una lista y un gráfico, la clase dice ser ggplot, >class(tmp) [1] "gg" "ggplot" > typeof(tmp) [1] "list" El 30 de enero de 2014, 13:00, daniel
2014 Jan 30
2
objecto ggplot
Carlos, mi intencion es entender el codigo: https://github.com/woobe/blenditbayes/blob/master/2013-06-street-level-crime/analysis.R Para luego hacer mi trabajo, algo similar a esto, pero adaptado a mi región. Si te fijas en las lineas 141-161, esta esto: ## Convert the base map into a ggplot object ## All added Cartesian coordinates to enable more geom options later on map.ggmap <-
2014 Jan 30
2
objecto ggplot
Daniel, Disculpa si no entiendo, pero, entonces un objecto ggplot en en realidad una función y no un gráfico El 30 de enero de 2014, 11:09, Marta Garcia <marta000garcia@gmail.com>escribió: > Sí, devuelve Error: No layers in plot, no le he agregado capas > por eso el error, la funcion me dice que es un gráfico > > > El 30 de enero de 2014, 10:31, José María Mateos
2024 May 28
2
Segfault when parsing UTF-8 text with srcrefs
Hi all, When I run the following code, R segfaults: text <- "?" srcfile <- srcfilecopy("test.r", text) parse(textConnection(text), srcfile = srcfile) It doesn't segfault if text is ASCII, or it's not wrapped in textConnection, or srcfile isn't set. Hadley -- http://hadley.nz [[alternative HTML version deleted]]
2002 Oct 25
2
functions
Hello, I am a newbie in R, I just did my first function, which works!!! And I would like to know, if I can create a directory in the library with my functions, in a way, which I could call that like we call the packages ? Can anyone help me? Thanks in advance Marta ><((((?>`?.??.???`?.?.???`?...?><((((?>`?.??.???`?.?.???`?...?><((((?>
2008 Dec 20
2
Problems with nut on new openSuSE 11.1 (same ecstasy_ups)
Arjen, I just installed openSuSE 11.1. I though it would be simple to setup the same CyberPower CP1000AVRLCD on the same machine that we worked through the 20+ voltage issue with, but usbhis-ups driver is failing for some reason. I have gotten the output I remember you needing from the last issue for you. What do you think the problem might be? Here is the information: First the logs from the
2005 Nov 28
2
Robust fitting
Good evening,I am Marta Colombo, student of "Politecnico di Milano". I'm studying Local Regression Techniques such as loess, smoothing splines and kernel smoothers. Choosing "symmetric" for the argument "family" in loess function it is possible to produce a robust estimate , in function smooth.spline and ksmooth I didn't find this possibility. Well, is there a
2003 Jan 08
7
ping from local to net
I try to do ping between my local network and Internet and i can''t do it, in my policy I have: loc net ACCEPT info loc fw ACCEPT loc dmz ACCEPT info fw loc ACCEPT fw net ACCEPT info fw dmz
2014 Jan 28
2
Duda con get_map de ggmap
Gracias Carlos por la clara explicación, si alguien más quiere aportar, bienvenido El 28 de enero de 2014, 12:07, Carlos Ortega <cof@qualityexcellence.es>escribió: > Hola Marta, > > Lo que quiere decir (lo que yo entiendo que quiere decir) es que > directamente el código es la misma función de Google a la que se la recubre > ("wrapper") con código "R"
2014 Jan 28
2
Duda con get_map de ggmap
Marta, Seguramente, al desconocer tu objetivo, no te servirá de mucho lo que te diga. No se si quieres escribir un paquete para mapas o simplemente hacer un mapa con la librería ggmap sin preocuparte de la magia interna. Si lo que necesitas es lo segundo puede que te sirva el siguiente ejemplo: http://journal.r-project.org/archive/2013-1/kahle-wickham.pdf
2014 Sep 11
2
separar un archivo por años en diferentes archivos
Hola Marta, Si el código exacto que utilizaste es el que has compartido, hay un error... Te falta cerrar un corchete. Y he incluido un detalle para que los ficheros tengan como nombre los años... ?#--------------------------? ??filename<-"test1.csv" DBa<-read.csv(filename,sep="*;*" ,header=TRUE) anios<-unique(DBa$Year) for(i in 1:length(anios)) {
2011 May 11
2
R versions for Red Hat Linux
Dear all, The latest R version available for Red Hat Linux is 2.10 (from November 2009), whereas the latest version available for Debian, Suse or Ubuntu Linux is 2.13 (from May 2011). Has someone some information about the development/release of new R versions for Red Hat? Thank you in advance, Marta [[alternative HTML version deleted]]
2014 Jun 04
2
error de incompatible methods
Hola Daniel, si perdona di a responder directamente y no me di cuenta. Ya se donde esta el error, pero queria preguntar si a puede ser que mi R funcione mal o algo porque esta manhana ejecute mi script y funciono perfectamente y ahora volvi a ejecutarlo y me volvio a dar el mismo problema de ayer , despues de reiniciar y demas el tinnR y el R, no se si me vacila o es que tengo algo mal en