Skip to content

Commit

Permalink
fix vignette bib entry...again
Browse files Browse the repository at this point in the history
  • Loading branch information
bgreenwell committed Jul 17, 2023
1 parent d1d6885 commit 9fba77e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/vip.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vignette: >
%\VignetteIndexEntry{vip}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
bibliography: '/Users/bgreenwell/Dropbox/devel/vip/inst/references.bib'
bibliography: '`r system.file("references.bib", package = "vip")`'
---


Expand Down
7 changes: 6 additions & 1 deletion vignettes/vip.Rmd.orig
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ knitr::opts_chunk$set(

# Execute the code from the vignette
# knitr::knit("vignettes/vip.Rmd.orig", output = "vignettes/vip.Rmd")
# And don't forget to replace "man/" with "../man/" in `vip.Rmd` file
#
# TODO:
# * Don't forget to replace "man/" with "../man/" in `vip.Rmd` file.
# * Don't forget to manually add
# '`r system.file("references.bib", package = "vip")`' to the `bibliography`
# field in `vip.Rmd`.
```

This vignette is essentially an up-to-date version of @RJ-2020-013. Please use that if you'd like to cite our work.
Expand Down

0 comments on commit 9fba77e

Please sign in to comment.