Skip to content

Commit

Permalink
Add addin and changelog RMD template
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbharti committed Sep 30, 2024
1 parent b6234fb commit d7e579f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
25 changes: 25 additions & 0 deletions inst/rmarkdown/templates/changelog_template/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: "[Project Name] Changelog"
author: "Author Name"
date: "`r Sys.Date()`"
output: html_document
---

```{r}
print(paste0("Last updated: ",Sys.time()))
```

------------------------------------------------------------------------

# Project Introduction

Write some project description

------------------------------------------------------------------------

YYYY-MM-DD John Doe

- Big Change 1
- Another Change 2
-

3 changes: 3 additions & 0 deletions inst/rmarkdown/templates/changelog_template/template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: "CHANGELOG RMD"
description: "A template to document project progress"
create_dir: false
8 changes: 8 additions & 0 deletions inst/rstudio/addins.dcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Name: Peacock: Shiny Template
Description: Shiny project with pre-defined structure and files
Binding: init_shiny
Interactive: true
Params:
confirm: FALSE


0 comments on commit d7e579f

Please sign in to comment.