MatthieuStigler / matPkg

Other
2 stars 0 forks source link

mat_table_to_pdf: pass maybr copy.mode? #52

Closed MatthieuStigler closed 4 years ago

MatthieuStigler commented 4 years ago

mat_table_to_pdf will overwrite permissions of files, because: file.copy(, overwrite = TRUE, copy.mode = TRUE) does overwtite.

Setting copy.mode = FALSE would allow to avoid this.

MatthieuStigler commented 4 years ago

Done in commit