Posted inLIS 4370 R Programming School Work
LIS 4370 R Programming: Debugging
Debugging is a critical skill for any programmer. Not very many enjoy it, the process often involves lots of intense googling, reading help pages and incomplete documentation, and occasionally the sacrificing of chickens. This week I have been given a chunk of code that contains a deliberate bug. You can…