Skip to content
#

r-package

Here are 2,456 public repositories matching this topic...

metaflow
vitae
mitchelloharawild
mitchelloharawild commented Apr 15, 2020

#108 could have been prevented if knit_print tests captured this breaking change.

Adding test examples checking for knit_print output should provide reasonably detailed tests for brief_entries(), detailed_entries() and bibliography_entries() outputs.

enhancement help wanted good first issue
golem
ColinFay
ColinFay commented Apr 4, 2022

Feature

Every time we add an htmltemplate with golem::add_html_template(), we have a full HTML page. We sometime need partial html template, with "just" a div and a {{ }}.

TODO

  • Create a add_partial_html_template() that would build a partial HTML template with just a
    • Inspired by add_html_template()
    • Only writes :
<div>
  {{ content }}
good first issue

Improve this page

Add a description, image, and links to the r-package topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the r-package topic, visit your repo's landing page and select "manage topics."

Learn more