Skip to content

Commit

Permalink
doc: setup vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Mar 29, 2024
1 parent 402d02b commit 8a52185
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 1 deletion.
4 changes: 4 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ License: GPL (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Imports:
graphics,
grDevices
Suggests:
knitr,
rmarkdown
28 changes: 27 additions & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,32 @@
"@id": "https://orcid.org/0000-0002-5537-5294"
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
}
],
"softwareRequirements": {
"1": {
"@type": "SoftwareApplication",
Expand All @@ -60,7 +86,7 @@
},
"SystemRequirements": null
},
"fileSize": "239.941KB",
"fileSize": "378.947KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
2 changes: 2 additions & 0 deletions vignettes/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.html
*.R
18 changes: 18 additions & 0 deletions vignettes/calendar.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Get started"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Get started}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

```{r include=FALSE}
knitr::opts_chunk$set(collapse = TRUE,
comment = "#>",
out.width = "100%",
dpi = 96,
fig.align = "center")
```

Coming soon...

0 comments on commit 8a52185

Please sign in to comment.