Skip to content

Commit

Permalink
update 2024-09-13 10:55:01.014339
Browse files Browse the repository at this point in the history
  • Loading branch information
cjvanlissa committed Sep 13, 2024
1 parent 08caff7 commit 5c9e1b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test-targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test_that("targets works with target markdown", {
expect_true(file.exists("_targets.html"))
file.remove("_targets.html")
worcs::reproduce()
expect_true(file.exists("_targets.html"))
if(!file.exists("_targets.html")) stop()

setwd(old_wd)
})
3 changes: 0 additions & 3 deletions vignettes/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion vignettes/citation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ for all citations.
+ You can export a `.bib` file from most reference manager
programs; the free, open-source reference manager
[Zotero](https://www.zotero.org/download/) is excellent and user-friendly,
and highly interoperable with other commercial reference managers. [Here](https://christopherjunk.netlify.com/blog/2019/02/25/zotero-RMarkdown/) is a tutorial for using Zotero with RMarkdown.
and highly interoperable with other commercial reference managers. Seaching for "How to Integrate Zotero Citations with R Markdown" will yield tutorials for using Zotero with RMarkdown.
+ Alternatively, it is possible to make this file by hand, copy and pasting
each new reference below
the previous one; e.g., Figure \@ref(fig:scholarbib) shows how to obtain a
Expand Down

0 comments on commit 5c9e1b1

Please sign in to comment.