Articles by romain francois

useR! 2010

July 27, 2010 | romain francois

I was in useR! last week, it was great to catch up with friends, see what people are doing with R, tell people what I am doing with R, etc ... the conference was great This year I presented with Dirk in Laurel and Hardy mode and I've uploaded our ... [Read more...]

bibtex 0.2-1

July 10, 2010 | romain francois

I've uploaded version 0.2-1 of my bibtex package to CRAN. This release anticipates changes in R 2.12.0, and structures bibtex entries in object of the new class bibentry. The release also fixes various parser and lexer bugs [Read more...]

Rmetrics slides

June 30, 2010 | romain francois

I presented Rcpp at the Rmetrics conference earlier today, this was a really good opportunity to look back at all the work Dirk and I have been commiting into Rcpp. I've uploaded my slides here (pdf) and on slideshare : Rcpp: Seemless R and C++V... [Read more...]

highlight 0.2-0

May 31, 2010 | romain francois

I've released version 0.2-0 of highlight to CRAN This version brings some more additions to the sweave driver that uses highlight to produce nice looking vignettes with color coded R chunks The driver gains new arguments boxes, bg and border to c... [Read more...]

highlight 0.1-9

May 29, 2010 | romain francois

The version 0.1-8 of highlight introduced a small bug in the latex renderer. This is now fixed in version 0.1-9 and the latex renderer also gains an argument "minipage" which wraps the latex code in a minipage environment. I've used this to make... [Read more...]

Rmetrics 2010

May 28, 2010 | romain francois

The 4th User/Developer Meeting on computational Finance and Financial Engineering (Rmetrics 2010) will take place once again in Meielisalp. This is the first time I'll attend the conference, but I'm not coming empty handed. I'll present the wo...
[Read more...]

highlight 0.1-8

May 21, 2010 | romain francois

I've pushed version 0.1-8 of highlight to CRAN. highlight is a syntax highlighter for R that renders R source code into some markup language, the package ships html and latex renderers but is flexible enough to handle other formats. Syntax highligh... [Read more...]

RcppArmadillo 0.2.1

May 19, 2010 | romain francois

Armadillo Armadillo is a C++ linear algebra library aiming towards a good balance between speed and ease of use. Integer, floating point and complex numbers are supported, as well as a subset of trigonometric and statistics functions. Various matr... [Read more...]

embed images in Rd documents

April 3, 2010 | romain francois

The new help system that was introduced in R 2.10.0 and documented in an article of the R journal is very promising. One thing that is planned for future versions of R (maybe 2.12.0) is some way to include images into Rd documents using the fig option of the Sexpr macro Another ... [Read more...]

raster images and RImageJ

February 18, 2010 | romain francois

The next version of R includes support for raster images in standard and grid graphics. The RImageJ package uses ImageJ through rJava to read and manipulate images from various formats Paul Murrell closed the gap and contributed code that allows...
[Read more...]

Rcpp 0.7.7

February 14, 2010 | romain francois

pre{ border: 1px solid black ; font-size: small ; } A good 2 days after 0.7.6 was released, here comes Rcpp 0.7.7. The reason for this release is that a subtle bug installed itself and we did not catch it in time The new version also includes ... [Read more...]

highlight 0.1-5

February 13, 2010 | romain francois

pre{ border: 1px solid black ; font-size: small; } I've pushed the version 0.1-5 of highlight to CRAN, it should be available in a couple of days. This version fixes highlighting of code when one wants to display the prompt and the continue pr... [Read more...]

Rcpp 0.7.5

February 9, 2010 | romain francois

pre{ border: 1px solid black; font-size: x-small ; } Dirk released Rcpp 0.7.5 yesterday The main thing is the smarter wrap function that now uses techniques of type traits and template meta-programming to have a compile time guess at whether a... [Read more...]

RProtoBuf: protocol buffers for R

February 4, 2010 | romain francois

We (Dirk and I) released the initial version of our package RProtoBuf to CRAN this week. This packages brings google's protocol buffers to R I invite you to check out the main page for protobuf to find the language definition for protocol buffers ... [Read more...]

Rcpp 0.7.2

January 13, 2010 | romain francois

pre{ border: 1px solid black ; } Rcpp 0.7.2 is out, checkout Dirk's blog for details selected highlights from this new version: character vectors if one wants to mimic this R code in C __ x [Read more...]

External pointers with Rcpp

January 8, 2010 | romain francois

pre{ border: 1px solid black ; font-size: x-small; } One of the new features of Rcpp is the XPtr class template, which lets you treat an R external pointer as a regular pointer. For more information on external pointers, see Writing R extensions... [Read more...]
1 2 3 4 5 6

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)