I installed groff to build some pdf files. When I rry
Build the pdf file
system("groff -ms paperboy.ms -T pdf -K utf8 -P -pa4 > /paperboy.pdf", wait = FALSE)
I get this error message:
> source('~/paper/master.R') sh: 1: cannot create /paperboy.pdf: Permission denied
How and where do I set the right permissions?