original_data <- data.frame( V1 = 1:5, V2 = 6:10, V3 = 11:15 )
Hi, I am writing a package in R that passes all of the checks in <