scripts/check_format.R

reformatted <- styler::style_pkg()

if (any(reformatted$changed)) {
    quit(status=1)
}
thalesmello/segmentr documentation built on March 4, 2020, 1 a.m.