Posts Tagged ‘ R blogger ’

WP-CodeBox: A better R syntax highlighter plugin for WordPress

October 11, 2010
By

About 10 months ago, I was looking for a plugin to enable me to highlight R code on my self hosted WordPress blog. The solution I came up with then was to use the wp-syntax plugin (with the need for some modifications). Today I was informed of (what I believe is) a better WordPress...

Read more »

R-bloggers (with ~50 blogs) has just crossed the 1000 subscribers mark!

March 3, 2010
By
R-bloggers (with ~50 blogs) has just crossed the 1000 subscribers mark!

I am very happy to discover so many of you readers are interested in the content that bloggers are posting about R. Over the past few months, 50 bloggers have come together in this place to share with all of us what they write about R. If you wish, you can see all of...

Read more »

Highlight the R syntax on your (WordPress) blog using the wp-syntax plugin

February 12, 2010
By
Highlight the R syntax on your (WordPress) blog using the wp-syntax plugin

Download link for WP-Syntax plugin (with GeSHi version 1.0.8.6) In case you have a self hosted Wordpress blog, and you wish to show your R code in it, how would you do it? The simplest solution would be to just paste the code as plain text, which will look like this: x <- rnorm(100, mean = 2,...

Read more »

A primer to Sweave with LyX

October 24, 2009
By
A primer to Sweave with LyX

This is a step-by-step guide to 'Sweave' a document in R with Lyx on Ubuntu (9.04).System: Ubuntu 9.04, LyX 1.6.2, R 2.11.0 (Development version, r50178)Install LyX with Synaptic if it is not installed yet. (Current version 1.6.2)Start LyX, go to menu ...

Read more »

05.05.09: 6 Steps to call a C function in R

May 5, 2009
By
05.05.09: 6 Steps to call a C function in R

TasksWrap for netMotifsSubmit Abstract for PhD RetreatRead Architecture paperÖzgür's WST data and Uli's RTCA dataAfter some searching and testing, I have began to know how to call a C function in R. The reason for doing this can be speed (for example...

Read more »

RinWIN: Character eaten by cmd or Powershell? R.exe or Rterm.exe?

August 6, 2007
By
RinWIN: Character eaten by cmd or Powershell? R.exe or Rterm.exe?

Problem Description: When running R2.6.0(built with MinGW) in PowerShell (PS> /bin/R.exe), one can exit the running code with CTRL-C. However, the following situation is rather cratchy : the shell would (almost always) consequently omit the first ch...

Read more »