[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)

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.

Re: [R] XLSX package + Excel creation question

2013-09-04 Thread Zsurzsa Laszlo
, jim holtman jholt...@gmail.com 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 Laszlo zsurzsalas...@gmail.com

Re: [R] XLSX package + Excel creation question

2013-09-04 Thread Zsurzsa Laszlo
On 04/09/2013 09:57, Zsurzsa Laszlo wrote: http://stackoverflow.com/**questions/18511249/excel-cell-** coloring-using-xlsxhttp://stackoverflow.com/questions/18511249/excel-cell-coloring-using-xlsx This is the initial post on stackoverflow. Please look at this maybe I'm clearer here. Thank

Re: [R] Help If

2013-08-29 Thread Zsurzsa Laszlo
Employee, TUM - - On Thu, Aug 29, 2013 at 11:11 AM, Zsurzsa Laszlo zsurzsalas...@gmail.comwrote: Hey if (( (1==1) (2==2) ) || (3==3)) { print( hello world

[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] XLSX package + Excel creation question

2013-08-29 Thread Zsurzsa Laszlo
- - On Thu, Aug 29, 2013 at 2:55 PM, Rainer Hurling rhur...@gwdg.de 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 files and color cells

Re: [R] XLSX package + Excel creation question

2013-08-29 Thread Zsurzsa Laszlo
- - On Thu, Aug 29, 2013 at 3:36 PM, Rainer Hurling rhur...@gwdg.de 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. I will take a look again

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] 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,-

Re: [R] R Language Newbie

2013-08-28 Thread Zsurzsa Laszlo
(1,100,by=2)]) #[1] TRUE Hope it helps. A.K. From: Zsurzsa Laszlo zsurzsalas...@gmail.com To: arun smartpink...@yahoo.com Cc: R help r-help@r-project.org Sent: Wednesday, August 28, 2013 5:21 AM Subject: Re: [R] R Language Newbie Can you specify you're task

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 zsurzsalas...@gmail.com To: arun smartpink...@yahoo.com Cc: R help r-help@r-project.org Sent: Wednesday, August 28, 2013 8:58 AM

[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

[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 provide

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
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 version deleted

[R] altering identity column

2011-04-18 Thread Bodnar Laszlo EB_HU
......... ... Thank you very much, best regards, Laszlo Ez az e-mail és az összes hozzá tartozó csatolt melléklet titkos és

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

2011-03-28 Thread Bodnar Laszlo EB_HU
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 módon védett információt tartalmazhat

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

2011-03-28 Thread Bodnar Laszlo EB_HU
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, variable2, variable3. Is there an easy way to do this? Thank you, Laszlo

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

2011-03-21 Thread Bodnar Laszlo EB_HU
! Happy R-exploring! Laszlo Ez az e-mail és az összes hozzá tartozó csatolt melléklet titkos és/vagy jogilag, szakmailag vagy más módon védett információt tartalmazhat. Amennyiben nem Ön

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

2011-03-21 Thread Bodnar Laszlo EB_HU
! Happy R-exploring! Laszlo Ez az e-mail és az összes hozzá tartozó csatolt melléklet titkos és/vagy jogilag, szakmailag vagy más módon védett információt tartalmazhat. Amennyiben nem Ön

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

2011-03-19 Thread Bodnar Laszlo EB_HU
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 pleasant weekend, Laszlo Ez az e-mail és az összes

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

2011-03-17 Thread Bodnar Laszlo EB_HU
, Laszlo Ez az e-mail és az összes hozzá tartozó csatolt melléklet titkos és/vagy jogilag, szakmailag vagy más módon védett információt tartalmazhat. Amennyiben nem Ön a levél címzettje

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

2011-03-17 Thread Bodnar Laszlo EB_HU
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 pleasant day, Laszlo

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

2011-03-16 Thread Laszlo
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… Thank you again, Laszlo -- View

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

2011-03-11 Thread Bodnar Laszlo EB_HU
out yet... Thank you very much and have a pleasant weekend, Laszlo Bodnar Ez az e-mail és az összes hozzá tartozó csatolt melléklet titkos és/vagy jogilag, szakmailag vagy más módon védett

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

2011-03-11 Thread Bodnar Laszlo EB_HU
out yet... Thank you very much and have a pleasant weekend, Laszlo Bodnar Ez az e-mail és az összes hozzá tartozó csatolt melléklet titkos és/vagy jogilag, szakmailag vagy más módon védett

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 Nabble.com

[R] creating additional column

2011-03-08 Thread Bodnar Laszlo EB_HU
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 összes hozzÃ

[R] bootstrap resampling question

2011-03-01 Thread Bodnar Laszlo EB_HU
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á tartozó csatolt melléklet titkos és/vagy jogilag

[R] bootstrap resampling - simplified

2011-03-01 Thread Bodnar Laszlo EB_HU
- 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 very much! Best regards, Laszlo Bodnar

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

2011-02-10 Thread Bodnar Laszlo EB_HU
the first element will be used Could somebody please help me with this? I would greatly appreciate if somebody would reply. Thank you very much and have a pleasant day! Best regards, Laszlo

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

2011-02-10 Thread Bodnar Laszlo EB_HU
the first element will be used Could somebody please help me with this? I would greatly appreciate if somebody would reply. Thank you very much and have a pleasant day! Best regards, Laszlo

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

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