You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<code>intro</code>: “Get Started”, which links to a vignette or
12
+
article with the same name as the package<aclass="footnote-ref" tabindex="0" data-bs-toggle="popover" data-bs-content="<p>Note that dots (<code>.</code>) in the package name need
13
+
to be replaced by hyphens (<code>-</code>) in the vignette filename to
14
+
be recognized as the intro. That means for a package
15
+
<code>foo.bar</code> the intro needs to be named
<spanid="cb23-3"><ahref="#cb23-3" tabindex="-1"></a><spanclass="fu"> before_title</span><spanclass="kw">: </span><spanclass="at"><!-- inserted before the package title in the header -</span><spanclass="ch">></span></span>
21
+
<spanid="cb23-4"><ahref="#cb23-4" tabindex="-1"></a><spanclass="fu"> before_navbar</span><spanclass="kw">: </span><spanclass="at"><!-- inserted before the navbar links --</span><spanclass="ch">></span></span>
22
+
<spanid="cb23-5"><ahref="#cb23-5" tabindex="-1"></a><spanclass="fu"> after_navbar</span><spanclass="kw">: </span><spanclass="at"><!-- inserted after the navbar links --</span><spanclass="ch">></span></span></code></pre></div>
23
+
<p>These inclusions will appear on all screen sizes, and will not be
24
+
collapsed into the the navbar drop down.</p>
25
+
<p>You can also customise the colour scheme of the navbar by using the
26
+
<code>type</code> and <code>bg</code> parameters. See above for
<p>Once you have built a minimal package that recreates the error, create a GitHub repository from the package (e.g. with <code><ahref="https://usethis.r-lib.org/reference/use_git.html" class="external-link">usethis::use_git()</a></code> + <code><ahref="https://usethis.r-lib.org/reference/use_github.html" class="external-link">usethis::use_github()</a></code>), and file an issue with a link to the repository.</p>
0 commit comments