summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaeem Model <me@nmode.ca>2024-01-14 11:58:13 +0000
committerNaeem Model <me@nmode.ca>2024-01-14 11:58:13 +0000
commitcc76f0efe047537d9371160da4e87a1da4d923c3 (patch)
tree9275fbe8f4b128a58fdb65e93621ba03a54cd656
parent2a6de5fb5270f70eb83233a10bb84301c119cc16 (diff)
Prepare package for use of vignettes
-rw-r--r--.gitattributes1
-rw-r--r--.gitignore5
-rw-r--r--DESCRIPTION6
3 files changed, 11 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index b4059b4..665ff50 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,6 +2,7 @@
*.R text
*.Rd text
+*.Rmd text
*.csv text
*.rda binary
diff --git a/.gitignore b/.gitignore
index 2f506c0..5f14eca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,7 @@
.RData
.Rhistory
+
+inst/doc
+
+vignettes/*.html
+vignettes/*.R
diff --git a/DESCRIPTION b/DESCRIPTION
index 035117c..586a139 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -17,10 +17,14 @@ Imports:
methods,
stats,
utils
-Suggests: shiny
+Suggests:
+ knitr,
+ rmarkdown,
+ shiny
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
+VignetteBuilder: knitr