safer-r / saferDev

GNU General Public License v3.0
0 stars 0 forks source link

change everywhere the end of the warning #35

Closed gael-millot closed 2 hours ago

gael-millot commented 2 months ago

replace: base::on.exit(base::warning(base::paste0("FROM ", function.name, ":\n\n", warn), call. = FALSE)) by: base::on.exit(base::warning(base::paste0("FROM ", function.name, " OF THE ", package.name, " PACKAGE\n\n", warn), call. = FALSE))

Tintin2710 commented 2 days ago

all functions in saferDev have solved.

gael-millot commented 2 days ago

Great ! Thanks !