Factors in R I recently mentioned the important default change that occurred with the release of the latest version of R (version 4.0.3) in a post titled Default preference reversal in R and how that …
Computing
Default preference reversal in R
Default preferences I enjoy using R and RStudio, but I am always weary of upgrading R because that usually leads to some issue(s). The most recent was a bit long for me to diagnose, even …
PowerShell – an opinionated primer
PowerShell One day I discovered that there was a Windows App called “PowerShell” while searching on my Windows 10 installation. I did not pay much attention to it even if I stumbled upon it a …
csvkit command-line spreadsheet can convert and compute multiple Excel files
(Last edit: April 11, 2023) Summary csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats. (csvkitis written in python.) csvkit Documentation: csvkit.rtfd.org csvkit Repository: …
Docker saves the day – Roadmaps – rivem
Docker saves the day! Here is a great example of how Docker can help save a NATURE paper! Summary: Problem: Professor wants to use a specific virology program called rivem (links below.) However, this only works …