tutorial

A collection of 3 posts
OpenLDAP LAN Certificates
project

OpenLDAP LAN Certificates

In this article I will cover the basics of setting up OpenLDAP with self-signed certificate for SSL usage over the LAN network. I use the OpenLDAP docker image but I won't be going into details of the setup. I'm publishing this because I hope it will help someone else. I
Jun 11, 2023 5 min read
Writing Packages with R
tutorial

Writing Packages with R

Based on the official CRAN guidelines on Writing R Extensions and the Hadley Wickham book R Packages. This guide assumes a basic working knowledge of how to use libraries in R and versioning control like Git. I often use the syntax library::function() to call external libraries. Tools * devtools for
Jun 8, 2023 4 min read
Optimizing R Code
tutorial

Optimizing R Code

It is easy to write slow code in R due to the ecosystem it provides. When processing vast amounts of data, the performance of code is critical to minimize execution time. There is a limitation on how fast R can go, but with knowledge of how code is executed and
Jun 7, 2023 7 min read
Page 1 of 1
Mitch's Daily Data Digest
Powered by Ghost