前回、"openBinaryFile: invalid argument" の問題は絶対パスを指定することで解消したけど、
RMarkdown を word で出力しようとした時に出たエラー。 openBinaryFile: invalid argument (Invalid argument) で、word styleの reference …
次に出てきたエラーメッセージは、
openBinaryFile: permission denied (Permission denied)
あれ?なんで拒否られるの?
と思いながら検索すると、下記に答えが。
Are you on a network drive or something? I used to have issues working off them. I just moved the projects to the desktop and that fixed it.
This might seem silly, but do you already have the file open? You'll get a permission denied error message if you already have the file open and you're trying to overwrite it.
「あ……」
前に knit した word ファイルを開いたままだった……。
で、この word ファイルを閉じたら普通に knit してくれた。
確かに seem silly だけど、実際にやっちゃうものなのね。。。
リンク
リンク
リンク
リンク