search for: iyywaptxouywivvt93bbntx_2fjuxzyp

Displaying 1 result from an estimated 1 matches for "iyywaptxouywivvt93bbntx_2fjuxzyp".

2020 Jan 24
3
R package builder silently continues after unclosed brace
If you start a function in one file but don't close it, the package will still build if you manage to close it in a later file. Like so: a.R b.R c.R a.R: function_a <- function(){ print("this is function_a") } b.R: function_b <- function(){ print("unclosed function_b") # no closing } c.R: function_c <- function(){ print("function_c will be part of