Publications by Thinking inside the box

R / Finance 2015 Open for Registration

31.03.2015

The annoucement below just went to the R-SIG-Finance list. More information is as usual at the R / Finance page. Registration for R/Finance 2015 is now open! The conference will take place on May 29 and 30, at UIC in Chicago. Building on the success of the previous conferences in 2009-2014, we expect more than 250 attendees from around the world...

2275 sym

drat 0.0.3: More features, more fixes, more documentation

10.04.2015

Several weeks ago we introduced the drat package. Its name stands for drat R Archive Template, and it helps with easy-to-create and easy-to-use repositories for R packages. Two early blog posts describe drat: First Steps Towards Lightweight Repositories, and Publishing a Package, and since the previous release, a a guest post on drat was also add...

1944 sym

inline 0.3.14

13.04.2015

The inline package facilitates writing code in-line in simple string expressions or short files. The package is mature and in maintenance mode: Rcpp used it greatly for several years but then moved on to Rcpp Attributes so we have a much limited need for extensions to inline. But we now have a new inline version 0.3.14. It brings both a few minor...

1960 sym

Introducing ghrr: GitHub Hosted R Repository

21.04.2015

Background R relies on package repositories for initial installation of a package via install.packages(). A crucial second step is update.packages(): For all currently installed packages, a list of available updates is constructed or offered for either one-by-one or bulk updates. This keeps the local packages in sync with upstream, and provides f...

4229 sym 2 img

RcppArmadillo 0.5.000.0

22.04.2015

A new major version 5.000 of Armadillo was released by Conrad a couple of days ago. Armadillo is a powerful and expressive C++ template library for linear algebra aiming towards a good balance between speed and ease of use with a syntax deliberately close to a Matlab. This version brings several new functions for sparse matrices, and automagicall...

2939 sym

RcppTOML 0.0.3: A New Approach to Configuration Files

28.04.2015

A small project I worked on during the last few weeks has now come together in new package RcppTOML which arrived on CRAN yesterday. It provides R with a reader for TOML files. TOML stands for Tom’s Obvious Markup Language. And before you roll your eyes, glance at the TOML site. It really is different, and has a number of rather wonderful featu...

2040 sym R (1023 sym/1 pcs)

Finance-YahooQuote 0.25 hotfix

29.04.2015

A hotfix release for the Finance-YahooQuote Perl module on CPAN is now available. Available Yahoo! Finance decided to change the base URL. My thanks to Nicola Chiapolini who not only noticed but also sent me the one-line patch fixing this: --- YahooQuote.pm~ 2010-03-27 01:44:10.000000000 +0100 +++ YahooQuote.pm 2015-04-29 11:31:20.4079...

1183 sym R (579 sym/1 pcs)

RcppArmadillo 0.5.100.1.0

02.05.2015

A new minor release 5.100.1 of Armadillo was released by Conrad yesterday. Armadillo is a powerful and expressive C++ template library for linear algebra aiming towards a good balance between speed and ease of use with a syntax deliberately close to a Matlab. Our corresponding RcppArmadillo release 0.5.100.1.0 also reached CRAN and Debian yesterd...

1515 sym

Rcpp 0.11.6

02.05.2015

The new release 0.11.5 of Rcpp arrived on the CRAN network for GNU R yesterday; the corresponding Debian package has also been uploaded. Rcpp has become the most popular way of enhancing GNU R with C++ code. As of today, 373 packages on CRAN depend on Rcpp for making analyses go faster and further; BioConductor adds another 57 packages, and casua...

2596 sym

RcppAnnoy 0.0.6

04.05.2015

A few days ago, Erik released a new version of his Annoy library — a small, fast, and lightweight C++ template header library for approximate nearest neighbours — which now no longer requires Boost. While I don’t mind Boost (actually, quite the opposite), it appears to have been a blocker in getting the Python part of Annoy over to the worl...

1260 sym 2 img