-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add addin and changelog RMD template
- Loading branch information
1 parent
b6234fb
commit d7e579f
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
inst/rmarkdown/templates/changelog_template/skeleton/skeleton.Rmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|