safer-r / saferDev

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

function.name to update in every functions #17

Closed gael-millot closed 3 months ago

gael-millot commented 3 months ago

New code to update everywhere:

if(function.name[1] == "::()" | function.name[1] == ":::()"){
    function.name <- function.name[3]
}
gael-millot commented 3 months ago

done