Re: [R] g++ error causes non-zero exit status for package installation

2019-01-05 Thread Winfried Moser
dirk & bill, you guys are incredible! the non-silent .Rprofile was the problem! making the code interactive didn't help either, only silenceing it helped! thanks so much! i assume moving to r-sig-debian is now obsolete. ps, @dirk: adding michael rutters ppa also helped, but the packages get insta

[R] g++ error causes non-zero exit status for package installation

2019-01-05 Thread Winfried Moser
dear community, i get a *non-zero exit status* installing the survey-package in R version 3.5.2 on ubuntu 18.04. the problem seems to be related to *g++* and/or the package *minqa*. in the output of the installation procedure i found the following g++ related lines: g++ -I"/usr/share/R/include" -

Re: [R] why "object 'x' not found"?

2013-02-07 Thread Winfried Moser
] [,3] [1,]1 NA NA [2,] NA2 NA [3,] NA NA3 2013/2/7 Duncan Murdoch > On 07/02/2013 1:20 PM, Winfried Moser wrote: > >> Dear Listers, >> >> I try to change the structure of my data. i have an indicator-matrix and >> want to end up with a fa

Re: [R] why "object 'x' not found"?

2013-02-07 Thread Winfried Moser
# v1 v2 v3 v4 > #1 1 0 0 1 > #2 0 1 0 2 > #3 0 0 1 3 > A.K. > > > > > - Original Message - > From: Winfried Moser > To: r-help > Cc: > Sent: Thursday, February 7, 2013 12:20 PM > Subject: [R] why "object 'x' not found&q

Re: [R] why "object 'x' not found"?

2013-02-07 Thread Winfried Moser
; v1 v2 v3 v4 > 1 1 0 0 1 > 2 0 1 0 2 > 3 0 0 1 3 > > > > > > > > > On Thu, Feb 7, 2013 at 1:20 PM, Winfried Moser > wrote: > > Dear Listers, > > > > I try to change the structure of my data. i have an indicator-matrix and > > want to end

[R] why "object 'x' not found"?

2013-02-07 Thread Winfried Moser
Dear Listers, I try to change the structure of my data. i have an indicator-matrix and want to end up with a factor. i have v1 v2 v3 1 0 0 0 1 0 0 0 1 and want v1 v2 v3 v4 1 0 0 1 0 1 0 2 0 0 1 3 amongst other things i tried the following d <- data.frame(d1=c(1

[R] use name (not values!) of a dataframe inside a funktion

2013-01-31 Thread Winfried Moser
Dear Listers, can anyone help me, please. Since several days i try to figure out, how to assign values, vectors, functions etc to variables with dynamically generated names inside of functions. Sometimes I succeed, but the success is rather arbitrary, it seems. up to now i don't fully understand,