Videos / Posts

In this video I will show how I debugged a real world issue in the vroom package with the lldb debugger and successfully submitted a …

readr v1.3.1 is on CRAN.

Make package development easier by providing R functions that simplify and expedite common tasks.

I often use C level debuggers such as lldb and gdb when debugging R packages with compiled code. If you are unfamiliar with doing this …

bench 1.0.1 is now available on CRAN. bench allows you to benchmark code, by tracking execution time, memory allocations and garbage …

I would first like to thank Dean Attali for writing the original post that inspired this one. Creating vectorized functions is …

An issue was opened https://github.com/r-lib/fs/issues/95 in the fs package describing an unexpected error code (ENOENT rather than …