Publications by mark

The use of R in official statistics conference 2018

22.05.2018

On September 12-14 the 6th international conference on the use of R in official statistics (#uRos2018) will take place at the Dutch National Statistical Office in Den Haag, the Netherlands. The conference is aimed at producers and users of official statistics from government, academia, and industry. The conference is modeled after the useR! confe...

2266 sym 4 img

stringdist 0.9.5.0: now with C API

07.06.2018

Version 0.9.5.0 of stringdist is accepted on CRAN (binaries for non-linux OSs will be available in a few days). The main new feature, with a huge thanks to our awesome new contributor Chris Muir, is that we made it easy to call stringdist functionality from your package’s C or C++ code. The main steps to get it done are: Make sure to add strin...

1511 sym Python (235 sym/1 pcs) 2 img

The program for uRos2018 is online

03.08.2018

The uRos2018 conference is aimed at professionals and academics who are involved in producing or consuming official (government) statistics. We are happy to announce that we recently posted the full program of the 6th international conference on the use of R in official Statistics (uRos2018) on our website. In summary: Six tutorials in the areas...

1561 sym 6 img

Add a static pdf vignette to an R package

11.01.2019

Most vignettes are built when a package is built, but there are occasions where you just want to include a pdf. For example when you want to include a paper. Of course there is a package supporting this, but in this post I will show you how to do it yourself with ease. The idea is very simple: vignettes can be in LaTeX, and it is possible to incl...

1476 sym R (526 sym/2 pcs) 2 img

uRos2019: tutorials, keynote speakers, registration and call for papers!

26.02.2019

The 7th use of R in Official Statistics conference is the event for all things R in the production and use of government statistics. The 7th installment of this conference will take place from 20 to 21 May 2019 at the National Institute of Statistics in Bucharest, Romania. Follow on Twitter: @uRosconf Keynote Speakers We are very proud to annou...

1752 sym 4 img

gower 0.2.0 is on CRAN

07.03.2019

A new version of R package gower has just been released on CRAN. Thanks to our new contributor David Turner who was kind enough to provide a pull request, gower now also computes weighted gower distances. From the NEWS file: gower_dist and gower_topn gain weight argument for weighted matching (thanks to David Turner) gower_dist and gower_topn ga...

1327 sym 2 img

Checking reverse dependencies: the tiny way

26.04.2019

The tools package that comes with base R makes checking reverse dependencies super easy. Build your package tarball (the pkg_x.y.z.tar.gz file). R CMD build /your/package/location It is a good idea to make sure that the tarball is in a dedicated directory, because the next step will download and install reverse dependencies in the directory wh...

1460 sym R (847 sym/2 pcs) 2 img

Make your package spherical

14.05.2019

Larger packages typically consist of functions that are visible to the users (exported functions) and functions that are used by the exported functions, but that are invisible to the user. For example: # exported, user-visible function inch2cm <- function(x){ x*conversion_factor("inch") } # not exported function, package-internal conversion_fac...

1580 sym R (227 sym/1 pcs) 2 img

lintools 0.1.3 is on CRAN

05.12.2019

Version 0.1.3 of the lintools package was accepted on CRAN today. This version brings a few internal improvements and switches the testing suite to the tinytest test infrastructure. lintools is provides basic manipulations of linear systems of equalities and inequalities including: variable elimination (Gaussian elimination, Fourier-Motzkin elimi...

1162 sym 2 img

Call for abstracts and tutorials: use of R in official statistics 2020 in Vienna

16.12.2019

The eight international conference on the Use of R in Official Statistics (#uRos2020) will take place place from 6 to 8 May 2020 at Statistics Austria, the Austrian office of National Statistics. The meeting in a nutshell 4-5 May: unconfUROS hackathon and General R tutorials for beginners 6 May: Specific R tutorials 7-8 May: uRos2020 Conference ...

1129 sym 4 img