Re: [R] How to: highlight R syntax on webpages ?

2010-02-12 Thread Tal Galili
Hi all, In Continue to this old thread, I just fixed a wordpress plugin to allow for R syntax highlighting using GeSHi version 1.0.8.6: http://www.r-statistics.com/2010/02/r-syntax-highlight-on-your-blog-a-wordpress-plugin/ Hope some of you will find it useful in the future. My thanks to all of

Re: [R] How to: highlight R syntax on webpages ?

2010-02-12 Thread Linlin Yan
To achieve this goal, it seems there are several ways, such as WP-Syntax (http://wordpress.org/extend/plugins/wp-syntax/), SyntaxHighlighter2 (http://mohanjith.com/2009/03/syntaxhighlighter2.html), etc. However, these plugins seem not support R language by default, so you may have to write some

Re: [R] How to: highlight R syntax on webpages ?

2010-02-12 Thread Tal Galili
Hi Linlin, I am afraid I wasn't clear. In my post I fixed the current WP-Syntax plugin so it WILL support the R syntax :) The link to the article is: http://www.r-statistics.com/2010/02/r-syntax-highlight-on-your-blog-a-wordpress-plugin/ Best, Tal Contact

Re: [R] How to: highlight R syntax on webpages ?

2010-02-12 Thread Linlin Yan
I have saw it now. Thank you for your excellent works. On Fri, Feb 12, 2010 at 9:15 PM, Tal Galili tal.gal...@gmail.com wrote: Hi Linlin, I am afraid I wasn't clear. In my post I fixed the current WP-Syntax plugin so it WILL support the R syntax :) The link to the article is:

Re: [R] How to: highlight R syntax on webpages ?

2009-11-21 Thread David Hajage
- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Tal Galili Sent: Friday, November 20, 2009 12:27 PM To: r-help@r-project.org Subject: [R] How to: highlight R syntax on webpages ? My question if in the Subject, but if to extend: I am specifically

[R] How to: highlight R syntax on webpages ?

2009-11-20 Thread Tal Galili
My question if in the Subject, but if to extend: I am specifically curious about WordPress blogs. But any solution will give me a lead. Thanks, Tal -- Contact me: tal.gal...@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) |

Re: [R] How to: highlight R syntax on webpages ?

2009-11-20 Thread Benilton Carvalho
take a look at geshi. b On Nov 20, 2009, at 4:26 PM, Tal Galili wrote: My question if in the Subject, but if to extend: I am specifically curious about WordPress blogs. But any solution will give me a lead. Thanks, Tal -- Contact me:

Re: [R] How to: highlight R syntax on webpages ?

2009-11-20 Thread Romain Francois
Hi, I am about to release the highlight package which just does that. You would basically do : highlight( some_file, output = some_other_file_or_connection, + renderer = renderer_html() ) If you are in a rush you can grab it from r-forge:

Re: [R] How to: highlight R syntax on webpages ?

2009-11-20 Thread Erik Iverson
-help-boun...@r-project.org] On Behalf Of Tal Galili Sent: Friday, November 20, 2009 12:27 PM To: r-help@r-project.org Subject: [R] How to: highlight R syntax on webpages ? My question if in the Subject, but if to extend: I am specifically curious about WordPress blogs. But any solution

Re: [R] How to: highlight R syntax on webpages ?

2009-11-20 Thread Thomas S. Dye
Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org ] On Behalf Of Tal Galili Sent: Friday, November 20, 2009 12:27 PM To: r-help@r-project.org Subject: [R] How to: highlight R syntax on webpages ? My question if in the Subject, but if to extend: I am specifically