Skip to content

Commit

Permalink
added vignette of literature results as rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
MFaymon committed Mar 19, 2024
1 parent 7ee951a commit ce15355
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ unnamed-chunk-*.pdf
*fdb_latexmk

.DS_Store
inst/doc
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ Suggests:
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
2 changes: 2 additions & 0 deletions vignettes/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.html
*.R
20 changes: 20 additions & 0 deletions vignettes/Replicate_literature_results_using_spINAR.Rmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
---
title: "Replication of results from the literature using the spINAR package"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Replication of results from the literature using the spINAR package}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```

```{r setup}
library(spINAR)
```

# Application

This file provides reproduced results from the literature for each provided functionality of the \textit{spINAR} package.
Expand Down

0 comments on commit ce15355

Please sign in to comment.