Skip to content

Commit 73738df

Browse files
committed
Test for latest Endnote export (2025-12-08)
1 parent a170fb4 commit 73738df

5 files changed

Lines changed: 388 additions & 7 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ Remotes:
4949
github::kwb-r/kwb.utils
5050
Encoding: UTF-8
5151
LazyData: true
52-
RoxygenNote: 7.1.1
52+
RoxygenNote: 7.3.2
5353
VignetteBuilder: knitr

inst/extdata/2025-12-08_KWB-documents.xml

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Analyse Endnote Library"
2+
title: "Analyse Endnote Library (2020-06-17)"
33
author: "Michael Rustler"
44
date: "`r Sys.Date()`"
55
output: rmarkdown::html_vignette
66
vignette: >
7-
%\VignetteIndexEntry{Analyse Endnote Library}
7+
%\VignetteIndexEntry{Analyse Endnote Library (2020-06-17)}
88
%\VignetteEngine{knitr::rmarkdown}
99
%\VignetteEncoding{UTF-8}
1010
---
@@ -22,7 +22,7 @@ knitr::opts_chunk$set(
2222
```{r echo=TRUE}
2323
library(kwb.endnote)
2424
25-
endnote_xml <- kwb.endnote::default_xml()
25+
endnote_xml <- kwb.endnote::extdata_file("2020-06-17_KWB-documents.xml")
2626
2727
references_df <- kwb.endnote::create_df_from_endnote_xml(endnote_xml) %>%
2828
dplyr::filter(.data$ref_type_name != "Generic")

0 commit comments

Comments
 (0)