ノートブックから出力するためにRに問題が発生しました。私はすべてのパッケージを更新し、Rを再インストールしました。プレビューしようとしましたが、私が受け取るエラーメッセージは "html_dependencyのパスが見つかりません"です。私は、この問題が、.Rmdファイルで.nb.htmlファイルを作成する私のファイルの失敗に関連する可能性があると確信していますが、わかりません。 ユーザーエラーではないことを保証するために私が使用した方法は、新しいセッションとノートブックを開き、すでに書き込まれたスクリプトを出力しようとしています。 アイデアhtml_dependencyが見つからないため、RNotebookを出力できません
編集:ここでは は、ベースノートのコードで私のコードです: --- タイトル: "Rノート" 出力:html_notebook ---
This is an [R Markdown](http://rmarkdown.rstudio.com) Notebook. When you
execute code within the notebook, the results appear beneath the code.
Try executing this chunk by clicking the *Run* button within the chunk or by
placing your cursor inside it and pressing *Ctrl+Shift+Enter*.
```{r}
plot(cars)
```
Add a new chunk by clicking the *Insert Chunk* button on the toolbar or by
pressing *Ctrl+Alt+I*.
When you save the notebook, an HTML file containing the code and output will
be saved alongside it (click the *Preview* button or press *Ctrl+Shift+K* to
preview the HTML file).
私はそれをテストとして保存していますnotebok.Rmdを作成するには.nb.htmlファイルを取得できませんが、私は問題だと信じています。
あなたができるだけ多くのファイルをここに追加することが最善のことです。そうすれば、診断はより簡単になります。 – p0bs