Re: [R] export variable from bash to R

2012-10-29 Thread Krzysztof Mitko
executed at all when I execute > the bash script. When loading the script with "source", the output won't show up unless you explicitely print it (see ?source). Maybe it's executed but you just don't see the output? > Any help will be greatly appreciated! -- Best re

Re: [R] VarBrul in R

2012-09-21 Thread Krzysztof Mitko
listings for either of them at R Forge. And no listing for > varbrul, which is the name for the original Fortran program. (Even that > Fortran source can't be found online anymore.) There's a page dedicated to Rbrul: <http://www.danielezrajohnson

Re: [R] Avoid text wrapping of output in R console

2012-05-27 Thread Krzysztof Mitko
do: options(width=1) -- Best regards, Krzysztof Mitko __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, se

Re: [R] trouble installing RCurl

2012-05-23 Thread Krzysztof Mitko
configuration failed for package ‘RCurl’ Your system lacks curl-config. Install development files for curl: sudo apt-get install libcurl-dev -- Best regards, Krzysztof Mitko __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help P

Re: [R] How to read a function from keyboard?

2012-05-23 Thread Krzysztof Mitko
n to transform. > Is it possible for R to do so? source("",continue.echo=TRUE) -- Z pozdrowieniami, Krzysztof Mitko __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://

Re: [R] Data read as labels

2012-05-14 Thread Krzysztof Mitko
type - the last two lines contains comments instead of data and first column type is not recognized. You can supress all conversions, remove problematic lines and then make conversion manually or import only relevant lines and specify types. For example: file<-read.csv(tmp, sep=";",