search for: rcomplet

Displaying 15 results from an estimated 15 matches for "rcomplet".

Did you mean: complet
2006 Oct 31
2
rcompletion: TAB completion for the R command line
CRAN now has a package called rcompletion that attempts to provide TAB completion for R using the GNU readline library, intended for R sessions run from a command line. From the package help page: Description: This package provides pseudo-intelligent TAB completion for a readline enabled instance of R when it is run from a ter...
2006 Oct 31
2
rcompletion: TAB completion for the R command line
CRAN now has a package called rcompletion that attempts to provide TAB completion for R using the GNU readline library, intended for R sessions run from a command line. From the package help page: Description: This package provides pseudo-intelligent TAB completion for a readline enabled instance of R when it is run from a ter...
2007 Jan 02
0
rcompletion update
Hi, The rcompletion package, originally intended to provide completion for readline-based R interfaces, has undergone a number of changes. These changes are summarised below: o Reorganisation: - The package has been split into two. All the completion code has been moved to a pure R package called ...
2007 Jan 02
0
rcompletion update
Hi, The rcompletion package, originally intended to provide completion for readline-based R interfaces, has undergone a number of changes. These changes are summarised below: o Reorganisation: - The package has been split into two. All the completion code has been moved to a pure R package called ...
2006 Oct 23
2
ANN/RFC: package providing TAB completion for readline-based R
...d of Emacs, and then wish something would happen when you hit TAB...) Last week, I started looking at the GNU Readline documentation to see if I could figure out how to use it for command completion within R. It turned out to be easier than I had expected, and I now have a beta version of the 'rcompletion' package available at http://www.stat.wisc.edu/~deepayan/R/rcompletion_0.0-6.tar.gz >From the help page: Description: This package provides pseudo-intelligent TAB completion for a readline enabled instance of R when it is run from a terminal (or more specifically, an in...
2007 Jun 27
1
error message from lmer
...SUREMENT=en_CA.UTF-8;LC_IDENTIFICATION=C attached base packages: [1] "stats4" "stats" "graphics" "grDevices" "utils" "datasets" [7] "methods" "base" other attached packages: lme4 Matrix rcompletion rcompgen lattice diveMove "0.99875-2" "0.99875-2" "0.1-2" "0.1-13" "0.15-11" "0.7-9" reshape "0.7.4" ---<---------------cut here---------------end---------------->--- Since this is hap...
2007 Apr 26
2
ifelse behaviour
..., Matthias >sessionInfo() R version 2.5.0 (2007-04-23) i686-pc-linux-gnu locale: C attached base packages: [1] "stats" "graphics" "grDevices" "datasets" "utils" "methods" [7] "base" other attached packages: rcompletion rcompgen "0.1-2" "0.1-10" -- Matthias Burger Project Manager/ Biostatistician Epigenomics AG Kleine Praesidentenstr. 1 10178 Berlin, Germany phone:+49-30-24345-371 fax:+49-30-24345-555 http://www.epigenomics.com...
2012 Jan 11
3
Command completion of the R binary / Ubuntu
...-force-multiarch \ < --timings --use-gct --use-valgrind --rcfile" --- > --no-install --no-tests --no-vignettes --no-latex \ > --use-gct --use-valgrind --rcfile" I gather from the mailing list archives, that the original is available at http://code.google.com/p/rcompletion/source/browse/trunk/bash_completion/R Should I suggest the patch there? Will changes propagate to the packaged linux distributions from there or should the updated file be brought to the attention somewhere else? Best regards, Claudia > sessionInfo () R version 2.14.1 (2011-12-22) P...
2012 Jan 11
3
Command completion of the R binary / Ubuntu
...-force-multiarch \ < --timings --use-gct --use-valgrind --rcfile" --- > --no-install --no-tests --no-vignettes --no-latex \ > --use-gct --use-valgrind --rcfile" I gather from the mailing list archives, that the original is available at http://code.google.com/p/rcompletion/source/browse/trunk/bash_completion/R Should I suggest the patch there? Will changes propagate to the packaged linux distributions from there or should the updated file be brought to the attention somewhere else? Best regards, Claudia > sessionInfo () R version 2.14.1 (2011-12-22) P...
2007 Aug 17
3
Any parser generator / code assistance for R?
Hi, Is there any parser generator like www.antlr.org? Moreover, how does simple code assistance work currently in R? By 'simple code assistance' I meant things like: Object$M<TAB> --> Object$Method
2007 Jan 07
3
as.Date() results depend on order of data within vector?
...sessionInfo(): R version 2.4.0 (2006-10-03) powerpc-apple-darwin8.7.0 locale: C/en_GB.UTF-8/C/C/C/C attached base packages: [1] "methods" "stats" "graphics" "grDevices" "utils" "datasets" "base" other attached packages: rcompletion RODBC "0.0-12" "1.1-7"
2007 Apr 26
2
path autocompletion in 2.5.0
Hi, R 2.5.0 isn't auto-completing paths properly as it used to. E.g. suppose I have: > dir("CEL/choe") [1] "chipC-rep1.CEL" "chipC-rep2.CEL" "chipC-rep3.CEL" "chipS-rep1.CEL" [5] "chipS-rep2.CEL" "chipS-rep3.CEL" Now if I do: ReadAffy("CEL/choe/ch<tab> # => ReadAffy("CEL/choe/chip
2007 Mar 15
4
R 2.5.0 devel try issue in conjuntion with S4 method dispatch
...R version 2.5.0 Under development (unstable) (2007-03-13 r40832) i686-pc-linux-gnu locale: C attached base packages: [1] "stats" "graphics" "grDevices" "datasets" "utils" "methods" [7] "base" other attached packages: rcompletion rcompgen "0.1-2" "0.1-5" -- Matthias Burger Project Manager/ Biostatistician Epigenomics AG Kleine Praesidentenstr. 1 10178 Berlin, Germany phone:+49-30-24345-371 fax:+49-30-24345-555 http://www.epigenomics.com...
2007 Apr 24
0
R 2.5.0 is released
I've rolled up R-2.5.0.tar.gz a short while ago. This is a development release which contains a number of new features. In particular: - Object name completion by integration of package 'rcompletion' by Deepayan Sarkar - New recommended package 'codetools' by Luke Tierney - New Rscript front-end, which enables shell-like R scripting also, a number of mostly minor bugs have been fixed. See the full list of changes below. You can get it (some time this evening) from ht...
2007 Apr 24
0
R 2.5.0 is released
I've rolled up R-2.5.0.tar.gz a short while ago. This is a development release which contains a number of new features. In particular: - Object name completion by integration of package 'rcompletion' by Deepayan Sarkar - New recommended package 'codetools' by Luke Tierney - New Rscript front-end, which enables shell-like R scripting also, a number of mostly minor bugs have been fixed. See the full list of changes below. You can get it (some time this evening) from ht...