devtools ではなく rStudio でパッケージを作成しました。ここで、ビネットを作成してパッケージにリンクし、ライブラリでパッケージを検索して、説明ファイルの下でビネットのリンクを見つけられるようにします。パッケージと同じプロジェクトに rmarkdown ドキュメントを作成しました。次の設定がありますが、ビネットのパッケージにリンクがありません。ビネットを作成するには、どの設定を含める必要がありますか?
---
title: "Das Paket PoissonRegression"
author:
- name
abstract:
\noindent
some text
fontsize: 11
graphics: true
lof: true
documentclass: article
vignette: >
% \VignetteIndexEntry{myVignette}
% \VignetteEngine{knitr::knitr}
\usepackage[]{graphicx}
output:
pdf_document:
fig_caption: yes
toc: true
latex_engine: pdflatex
toc_depth: 2
number_sections: true
keep_tex: true