search for: worg

Displaying 10 results from an estimated 10 matches for "worg".

Did you mean: org
2010 Feb 14
4
Feature Request: Multiline Comments
Hello, Is it possible to extend the R lexer/parser to include multiline comments like /* acomment */ ? This way I can integrate emacs org-mode with my R code, so that I can have a table of contents, section folding, html-output of source etc. e.g /* * Display Code */ #+BEGIN_SRC R foo <- function(...){ stuff } #+end_src and so on . Thanks Saptarshi
2010 Sep 09
6
Reproducible research
I am investigating some approaches to reproducible research. I need in the end to produce .html or .doc or .docx. I have used hwriter in the past but have had some problems with verbatim output from R. Tables are also not particularly convenient. I am interested in R2HTML and R2wd in particular, and possibly odfWeave. Does anyone have sample documents using any of these approaches which
2009 Jul 18
4
grep: /proc/xen/capabilities: No such file or directory
I just setup a new laptop with - Xen-unstable (http://xenbits.xensource.com/xen-unstable.git), installed via "make xen", "make install-xen", "make tools", "make install-tools" - dom0 kernel 2.6.30-rc6-tip (from git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git, changed to bleeding edge via "git checkout origin/xen-tip/next b xen tip/next
2001 Oct 03
1
VGA PLANETS/PLANETS 4/WiNPLAN
...essfully been working with VGA Planets (D0S) WinPlan (Win 9x) Planets 4 (Win 9x) Rebirth 338/Steinberg (Win 9x) Cool Edit 2000 (Win 9x) so far? I am new to Wine, so did you have to change settings? PM also welcome, I shall not bore you with this... :) Tnx! P.S.: Microsoft spel chekar vor sail, worgs grate!
2012 Oct 16
5
uniq -c
I need an analogue of "uniq -c" for a data frame. xtabs(), although dog slow, would have footed the bill nicely: --8<---------------cut here---------------start------------->8--- > x <- data.frame(a=1:32,b=1:32,c=1:32,d=1:32,e=1:32) > system.time(subset(as.data.frame(xtabs( ~. , x )), Freq != 0 )) user system elapsed 12.788 4.288 17.224 --8<---------------cut
2010 Dec 07
5
LaTeX, MiKTeX, LyX: A Guide for the Perplexed
Hello Everyone,   Been learning R over the past several months. Read several books and have learned a great deal about data manipulation, statistical analysis, and graphics.   Now I want to learn how to make nice looking documents and about "literate programming." My understanding is that R users normally do this using LaTeX, MiKTeX, LyX, etc. in conjuction with Sweave. An alternative
2010 Jul 08
2
Calling Gnuplot from R
Hi, I am wondering if there is a way to call Gnuplot from R and/or if anyone can recommend a package on CRAN capable of doing this? Thanks, Chris PS - Please cc me on the response. [[alternative HTML version deleted]]
2002 Jun 15
1
Applications (mostly sound) and wine
...essfully been working with VGA Planets (D0S) WinPlan (Win 9x) Planets 4 (Win 9x) Rebirth 338/Steinberg (Win 9x) Cool Edit 2000 (Win 9x) so far? I am new to Wine, so did you have to change settings? PM also welcome, I shall not bore you with this... :) Tnx! P.S.: Microsoft spel chekar vor sail, worgs grate!
2003 May 04
3
[line-in.to.ogg]
hello, people! could you advice me some kind of computer audio recording programme to write music 'on-the-fly' from line-in sound card exit to ogg vorbis file directly. for example, there is an 'absolute mp3 recorder', but i would like to record audio in ogg vorbis. -- kind regards, maxim abalenkov http://maniac.times.lv copy writer mail to: vault13@inbox.lv
2010 Oct 15
0
nomianl response model
...to fundamental mode. In emacs speak, just put the cursor at the top of a buffer holding your file and do M-x replace-string RET TAB RET | RET I think, then move your cursor to a line that has a '|' in it and hit TAB, and you have a neatly formatted table. See, http://orgmode.org/worg/org-tutorials/tables.php for an intro. A big advantage in using an org-mode table is you can place an R source code block further down in the same file, and it can read in the data in the table. Then you can go back to the table to edit, then rerun R, ... I append an example below. There is a...