[R] R and Wordpress

C.H. chainsawtiney at gmail.com
Fri Feb 26 02:14:02 CET 2010


I have found a partial solution to this. Wordpress will only chew the
first <- on a given post. Therefore, I add a comment with a <-.

e.g.

# <-
hello <- c(1,2,3)

WP will only break the first <-.


On Thu, Feb 25, 2010 at 9:33 PM, Steve Lianoglou
<mailinglist.honeypot at gmail.com> wrote:
> Hi,
>
> On Wed, Feb 24, 2010 at 11:40 PM, C.H. <chainsawtiney at gmail.com> wrote:
>> Dear R helpers,
>>
>> I have a question regarding wordpress and R. I have asked this
>> question in Wordpress support (
>> http://wordpress.org/support/topic/368312 ) but there is no answer so
>> far, maybe the R community can have a better answer.
>>
>> I followed the excellent tutorial on r-statistics-blog (
>> http://www.r-statistics.com/2010/02/r-syntax-highlight-on-your-blog-a-wordpress-plugin/
>> ) to enable syntax hightlighting but Wordpress keeps breaking "<-"
>> into "< -" and I have to use "=" instead. (I think "=" is confusing.)
>> And I think it is not related to the theme as well.
>>
>> Is there any clue to solve this? I am using Wordpress 2.9.2.
>
> I'm guessing that your best bet is to ask the author of the blog that
> you linked to in your post ... just post a comment on that post there.
>
> -steve
> --
> Steve Lianoglou
> Graduate Student: Computational Systems Biology
>  | Memorial Sloan-Kettering Cancer Center
>  | Weill Medical College of Cornell University
> Contact Info: http://cbio.mskcc.org/~lianos/contact
>



-- 
CH Chan
Research Assistant - KWH
http://www.macgrass.com



More information about the R-help mailing list