The warning appears on all function calls ``` deg2rad <- function(deg) { (deg * pi) / (180) } lat_1 <- deg2rad(50) ```