From cc76f0efe047537d9371160da4e87a1da4d923c3 Mon Sep 17 00:00:00 2001 From: Naeem Model Date: Sun, 14 Jan 2024 11:58:13 +0000 Subject: Prepare package for use of vignettes --- .gitattributes | 1 + .gitignore | 5 +++++ DESCRIPTION | 6 +++++- 3 files changed, 11 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3