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
Copy file name to clipboardExpand all lines: index.html
+45-40Lines changed: 45 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -1648,8 +1648,8 @@ <h4>Setting theme</h4>
1648
1648
<p>‘access_rmd()’ allows the user to specify which theme should be used to style the text of the rmarkdown document.</p>
1649
1649
<pre class="r"><code>access_rmd(filenm = "flatly_styling", title = "Applying the flatly theme",
1650
1650
lan = "en", force = TRUE, theme = "flatly")</code></pre>
1651
-
<pre><code>Warning in access_rmd(filenm = "flatly_styling", title = "Applying the flatly
1652
-
theme", : 'force' is TRUE. Overwriting filenm.</code></pre>
1651
+
<pre><code>Warning in access_rmd(filenm = "flatly_styling", title = "Applying the flatly theme", :
1652
+
'force' is TRUE. Overwriting filenm.</code></pre>
1653
1653
<pre><code>Warning in insert_yaml(toc = toc, header = header, text = text, lan = lan, : The flatly theme has known accessibility errors and is
1654
1654
not supported by this function.</code></pre>
1655
1655
<pre><code>Setting html lan to en</code></pre>
@@ -1658,8 +1658,8 @@ <h4>Setting theme</h4>
1658
1658
<p>Note that there are accessibility errors with the simplex and cerulean themes. Attempting to apply these themes results in a warning and setting the theme to null.</p>
1659
1659
<pre class="r"><code>access_rmd("attempt_simplex", title = "Attempting to apply simplex theme",
1660
1660
lan = "en", force = TRUE, theme = "simplex")</code></pre>
1661
-
<pre><code>Warning in access_rmd("attempt_simplex", title = "Attempting to apply simplex
1662
-
theme", : 'force' is TRUE. Overwriting filenm.</code></pre>
1661
+
<pre><code>Warning in access_rmd("attempt_simplex", title = "Attempting to apply simplex theme", :
1662
+
'force' is TRUE. Overwriting filenm.</code></pre>
1663
1663
<pre><code>Warning in insert_yaml(toc = toc, header = header, text = text, lan = lan, : The simplex theme has known accessibility errors and is
0 commit comments