Protect Your Code with Tests! Your First R Package Journey Continues Following the first post I published about how to write your first R package using modern tools, we continue our adventures with R packages and touch upon the topic of writing tests. Tests are essential to ensure your package is robust and that any modification you ever make has no
Python, R, Reticulate, and Fixing Unknown Crashes (Numpy) A short post this time. If you use {reticulate} (the excellent library to bridge together Python and R code) you will sometimes end up with a complete system crash (R session aborted) when loading specific Python functions using a reticulate environment. Since the error gives you no insight as to
R Making a Simple Package in R, using Modern Tools I will not be using {fusen} here while it's often being advertised these days. I find it a bit confusing and much prefer the typical way of building packages. You need to install the following: * devtools (necessary to build your package) * usethis (helper functions to take shortcuts) * roxygen2 (simplifies package
Hi There! This is my first post, just to say Hi! I'm Alisa, and I love to play around with data in my spare time. I will be sharing with you some of the things I do once in a while! Stay tuned!