Skip to content

Commit

Permalink
Add GFM and PDF outputs (#25)
Browse files Browse the repository at this point in the history
* Add GFM and PDF options

* Apply automatic changes

---------

Co-authored-by: IndrajeetPatil <[email protected]>
  • Loading branch information
IndrajeetPatil and IndrajeetPatil authored Dec 7, 2024
1 parent f07a92e commit 427c28c
Show file tree
Hide file tree
Showing 20 changed files with 682 additions and 8,703 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/render-README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
pandoc-version: "latest"

- uses: r-lib/actions/setup-tinytex@v2
- run: |
tlmgr --version
- uses: quarto-dev/quarto-actions/setup@v2
with:
version: pre-release
Expand Down
4,368 changes: 0 additions & 4,368 deletions README.html

This file was deleted.

1,336 changes: 664 additions & 672 deletions README.md

Large diffs are not rendered by default.

Binary file added README.pdf
Binary file not shown.
12 changes: 6 additions & 6 deletions README.qmd
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
title: "Awesome R Package Development Tools"
format:
gfm: default
html:
embed-resources: true
md: default
pdf:
toc: true
number-sections: true
colorlinks: true
highlight-style: github
toc: true
keep-md: true
date-modified: "`r Sys.Date()`"
author: "Indrajeet Patil"
keywords: ["r packages", "software development", "developer tools", "r"]
---

A curated list of awesome tools to assist 📦 development in R programming language.

[![Awesome](https://awesome.re/badge.svg)](https://awesome.re/) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/)

<!-- TODO: https://www.trackawesomelist.com/IndrajeetPatil/awesome-r-pkgtools/ -->

<!-- Don't render this file manually. Run `renderer.R` script locally instead. -->

:::{.callout-tip}
Expand Down

This file was deleted.

2,078 changes: 0 additions & 2,078 deletions README_files/libs/bootstrap/bootstrap-icons.css

This file was deleted.

Binary file removed README_files/libs/bootstrap/bootstrap-icons.woff
Binary file not shown.
7 changes: 0 additions & 7 deletions README_files/libs/bootstrap/bootstrap.min.js

This file was deleted.

7 changes: 0 additions & 7 deletions README_files/libs/clipboard/clipboard.min.js

This file was deleted.

9 changes: 0 additions & 9 deletions README_files/libs/quarto-html/anchor.min.js

This file was deleted.

6 changes: 0 additions & 6 deletions README_files/libs/quarto-html/popper.min.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit 427c28c

Please sign in to comment.