[R] mzR and Rcpp version bug

2014-04-02 Thread Zsurzsa Laszlo
Good morning everyone, I'm having the following error when I try to load the *mzR* libary. Does someone have a clue where to search for a solution. I tried to re-install *mzR *and *Rcpp* also, but with no effect. - > library(mzR) La

Re: [R] Shiny - can one create one RUN button?

2013-09-13 Thread Zsurzsa Laszlo
Maybe this link can help you: http://rstudio.github.io/shiny/tutorial/#more-widgets This is an example with submit button. - - László-András Zsurzsa,- - Msc. Infrom

Re: [R] XLSX package + Excel creation question

2013-09-04 Thread Zsurzsa Laszlo
> > R package xlsx allows such formats (?DataFormat) as does R package > XLConnect (?setDataFormat). > > HTH > > Keith J > > > On 04/09/2013 09:57, Zsurzsa Laszlo wrote: > >> http://stackoverflow.com/**questions/18511249/excel-cell-** >> colo

Re: [R] XLSX package + Excel creation question

2013-09-04 Thread Zsurzsa Laszlo
48 PM, jim holtman wrote: > You can also look at the XLConnect package. > Jim Holtman > Data Munger Guru > > What is the problem that you are trying to solve? > Tell me what you want to do, not how you want to do it. > > > On Thu, Aug 29, 2013 at 9:40 AM, Zsurzsa Laszl

Re: [R] Help R

2013-08-29 Thread Zsurzsa Laszlo
Do you have NA/NAN in your data set? If yes our check with an IF or substitute them with a value that fits your need. I hope I understood correctly your problem. - - László-András Zsurzsa,

Re: [R] XLSX package + Excel creation question

2013-08-29 Thread Zsurzsa Laszlo
, TUM - - On Thu, Aug 29, 2013 at 3:36 PM, Rainer Hurling wrote: > Am 29.08.2013 15:03 (UTC+1) schrieb Zsurzsa Laszlo: > > First of all thank you for the quick resposen. > > > > I know I can color and set up every cell

Re: [R] XLSX package + Excel creation question

2013-08-29 Thread Zsurzsa Laszlo
- - On Thu, Aug 29, 2013 at 2:55 PM, Rainer Hurling wrote: > Am 29.08.2013 12:08 (UTC+1) schrieb Zsurzsa Laszlo: > > Dear R users, > > > > I have a question about the xlsx package. It's possible to create excel >

[R] XLSX package + Excel creation question

2013-08-29 Thread Zsurzsa Laszlo
Dear R users, I have a question about the xlsx package. It's possible to create excel files and color cells and etc. My question would be that is it possible to color only some part of the data hold in a cell. Let's assume I've got the following data : 167,153,120,100 and I want to color to red

Re: [R] Help If

2013-08-29 Thread Zsurzsa Laszlo
ty Munich, Germany - - Scientific Employee, TUM - - On Thu, Aug 29, 2013 at 11:11 AM, Zsurzsa Laszlo wrote: > Hey > > if (( (1==1) && (2==2)

Re: [R] R Language Newbie

2013-08-28 Thread Zsurzsa Laszlo
> > identical(odd,oddVector) > #[1] TRUE > identical(odd,myVector[seq(1,100,by=2)]) myVector# > #[1] TRUE > > A.K. > > > From: Zsurzsa Laszlo > To: arun > Cc: R help > Sent: Wednesday, August

Re: [R] R Language Newbie

2013-08-28 Thread Zsurzsa Laszlo
or[1:100%%2==1],myVector[seq(1,100,by=2)]) > #[1] TRUE > > Hope it helps. > A.K. > ____ > From: Zsurzsa Laszlo > To: arun > Cc: R help > Sent: Wednesday, August 28, 2013 5:21 AM > Subject: Re: [R] R Language Newbie > > > > Can y

Re: [R] R Language Newbie

2013-08-28 Thread Zsurzsa Laszlo
Can you specify you're task? I don't understand totally what you need to do? You're already getting odd numbers with : seq(1,100,by=2) - - László-András Zsurzsa,- -

[R] PubChem Request Search Script

2013-08-27 Thread Zsurzsa Laszlo
Dear all, The question would be: I would love to get information and match names of different chemistry compounds. A compound looks like this. Link: http://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=2 The task is the following: 1. You input a name via R to the link, then a database

[R] readLines() problem-error

2013-07-12 Thread Zsurzsa Laszlo
Hello everyone, I have my program like this: while (length(oneLine <- readLines(con, n = 1, warn = FALSE)) > 0) { # here I process the line I read } The problem is it gives me different output every time. I get a problem/ error like: "Closing unused connection (con)". Sadly I can't provid

Re: [R] Help with installing a .tar.gz package on windows

2013-07-08 Thread Zsurzsa Laszlo
have you checked the bit version !? Which R do you use? 32 or 64 bit? --- - László-András Zsurzsa, - - Msc. Infromatics, Technical University Munich, - ---

[R] String based chemical name identification

2013-07-03 Thread Zsurzsa Laszlo
eeded but I did not want to spam in the first mail. Any solution is welcome! It can be in pseudo-cod also or in any type of logical arguing. It does not matter. Laszlo-Andras Zsurzsa Msc. Informatics, Technical University Munchen [[alternative HTML

[R] altering identity column

2011-04-18 Thread Bodnar Laszlo EB_HU
...... ... 10 000 ......... ... Thank you very much, best regards, Laszlo __

[R] deleting the first two characters in each row of a factorized column

2011-03-28 Thread Bodnar Laszlo EB_HU
f this factorized column. Basically I want to rewrite the words in it without the first two characters: "d" and "_" and I would like to get the followings as a result: "variable1", "vari

[R] quantile function -> I need only the quantile value itself

2011-03-28 Thread Bodnar Laszlo EB_HU
re any possible way to "tell" the program to do so? Regards, Laszlo Ez az e-mail és az összes hozzá tartozó csatolt melléklet titkos és/vagy jogilag, szakmailag vagy más

[R] recalling different data frames (the way you do in Excel VB)

2011-03-21 Thread Bodnar Laszlo EB_HU
I do not know if my question is clear... Thank you very much and thanks for the previous answers as well! Happy R-exploring! Laszlo Ez az e-mail és az összes hozzá tartozó csatolt mel

[R] recalling different data frames (the way you do in Excel VB but now) in

2011-03-21 Thread Bodnar Laszlo EB_HU
I do not know if my question is clear... Thank you very much and thanks for the previous answers as well! Happy R-exploring! Laszlo Ez az e-mail és az összes hozzá tartozó csatolt mel

[R] persuade tabulate function to count NAs in a data frame

2011-03-19 Thread Bodnar Laszlo EB_HU
factor(df[,4],exclude=NULL [[3]]) It says 2 4 4 0 2 3 4 0(!) 1 5 4 0 Instead of the correct 2 4 4 0 2 3 4 1(!) 1 5 4 0 etc. Does someone have any ideas how to "persuade" the function tabulate to count NAs? Is it possible at all? Thanks very much and have a

[R] changing the dimensions of a matrix in a real specific way

2011-03-17 Thread Bodnar Laszlo EB_HU
o change the dimensions of this matrix so that I'll get this as a result: [,1] [,2] [,3] [1,] 123 [2,] 456 [3,] 789 [4,] 10 11 12 Thank you very much and have a pleasan

[R] calculating the occurrences of distinct observations in the subsets of a dataframe

2011-03-17 Thread Bodnar Laszlo EB_HU
;."),df[,z]) So df.2 will refer to df$a, df.3 will equal df$b, df.4 will equal df$c etc. But I'm really stuck now and I don't know how to move forward, you know, getting the occurrences for each column and each group of ids. Do you have any ideas? Best regards, Laszlo ___

Re: [R] changing one character in the name of dataframes repeatedly

2011-03-16 Thread Laszlo
values into a data frame. The reason I wanted to sort out the problem with indices like ’i’, ’k’ etc. (you know we discussed it previously) was because I’m gonna have to change the input ’df’ dataframe on a regular basis and hence both the overall number of rows and columns might change over time… T

Re: [R] creating additional column

2011-03-11 Thread Laszlo
Thank you Philipp, it is very useful! How come I haven't figured it out myself I dont know... Have a pleasant weekend! Laszlo -- View this message in context: http://r.789695.n4.nabble.com/creating-additional-column-tp3341224p3348552.html Sent from the R help mailing list archive at Nabbl

[R] changing one character in the name of dataframes repeatedly

2011-03-11 Thread Bodnar Laszlo EB_HU
Can you help me with this matter? I wonder if there is a proper way to do this which I haven't figured out yet... Thank you very much and have a pleasant weekend, Laszlo Bodnar Ez az e-mail

[R] changing one character in the name of dataframes repeatedly

2011-03-11 Thread Bodnar Laszlo EB_HU
Can you help me with this matter? I wonder if there is a proper way to do this which I haven't figured out yet... Thank you very much and have a pleasant weekend, Laszlo Bodnar Ez az e-mail

[R] creating additional column

2011-03-08 Thread Bodnar Laszlo EB_HU
d2 3 7.2793417.36050918.2964676 18.296468 d3 Is there an easy way to do this? Thank you very much and have a pleasant day! Laszlo Ez az e-mail és az ös

[R] bootstrap resampling - simplified

2011-03-01 Thread Bodnar Laszlo EB_HU
functions - that one number can be selected only 5 times at most? Are 'boot' and 'bootstrap' packages capable of managing this? I guess they are, I just couldn't figure it out yet... Thanks ver

[R] bootstrap resampling question

2011-03-01 Thread Bodnar Laszlo EB_HU
#x27;bootstrap' packages capable of managing this? I guess they are, I just couldn't figure it out yet... Thanks very much! Best regards, Laszlo Bodnar Ez az e-mail és az összes hozzÃ

[R] help - "the condition has length > 1 and only the first element will be used"

2011-02-10 Thread Bodnar Laszlo EB_HU
stake. Thank you again, L

[R] help - "the condition has length > 1 and only the first element will be used"

2011-02-10 Thread Bodnar Laszlo EB_HU
ition has length > 1 and only the first element will be used 2: In if (x > 0.25) y <- 0 : the condition has length > 1 and only the first element will be used Could somebody please help me with this? I would greatly ap

[R] help - "the condition has length > 1 and only the first element will be used"

2011-02-10 Thread Bodnar Laszlo EB_HU
ition has length > 1 and only the first element will be used 2: In if (x > 0.25) y <- 0 : the condition has length > 1 and only the first element will be used Could somebody please help me with this? I would greatly ap