New article on R package development (in German)


Recently, I published an article in the German online magazine 'Informatik Aktuell' about R package development. It is a pragmatic introduction to contributing your own packages to R and works with a simple example package that is developed from A to Z in the article. The code of this example package (tempconvertr) can also be found in a GitHub repo at https://github.com/jsugarelli/tempconvertr.

Read the full article here (in German): https://www.informatik-aktuell.de/entwicklung/programmiersprachen/r-packages-entwickeln.html.

Comments

Popular posts from this blog

A thought experiment: How CRAN saved 3,620 (working) lives

Pointers/shortcuts in R with the ‘pointr’ package

Converting XML data to R dataframes with xmlconvert