You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' @title xciter: Tools for working with and citing references.
2
+
#'
3
+
#' @description
4
+
#' The \pkg{xciter} package provides utilities for working with references
5
+
#' and inline citations. It also alows access to an exported bib file
6
+
#' from the NewGraphEnvironment shared Zotero library. It aims to streamline the
7
+
#' integration of citation data into reproducible research workflows, making it
8
+
#' easier to:
9
+
#'
10
+
#' - Identify all citation keys in documents and confirm their presence in a specified .bib file.
11
+
#' - Highlight citation keys that do not match and suggest the closest matching keys from the .bib file.
12
+
#' - Provide workarounds for citation handling in interactive tables (DT) and other HTML outputs where standard citation rendering in R Markdown and Quarto may fail.
13
+
#'
14
+
#' @section Zotero Export:
15
+
#' The file \code{NewGraphEnvironment.bib}, available at:
0 commit comments