Skip to content

rmdgallery 0.1.0

Compare
Choose a tag to compare
@riccardoporreca riccardoporreca released this 27 Mar 00:48

First versioned release

  • The package provides the gallery_site website generator to be used with rmarkdown::render_site(). This generates a simple R Markdown website including a gallery of pages with embedded content, based on metadata in JSON format and custom site configuration options.
  • Three templates are provided for including different content in gallery pages: embed-url (embed an external page given its URL), embed-html (include raw HTML for embedding arbitrary content), embed-script (generate embedded content by including JavaScript code).
  • Custom templates are supported and can be defined with the help of the provided gallery_content() function.
  • Usage and behavior extensively described in the package README.