Skip to content

Commit f7dcef4

Browse files
initial commit
1 parent c9da3f3 commit f7dcef4

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

R/xciter-package.R

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#' @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:
16+
#'
17+
#' \code{system.file("extdata", "NewGraphEnvironment.bib", package = "xciter")},
18+
#'
19+
#' is an export of the entire NewGraphEnvironment shared Zotero library. To find
20+
#' out when it was last updated, please refer to the
21+
#' [GitHub repository](https://github.com/NewGraphEnvironment/xciter) and review
22+
#' the commit history. The commit date associated with the update of this file
23+
#' reflects its freshness.
24+
#'
25+
#' @keywords internal
26+
"_PACKAGE"
27+
28+
## usethis namespace: start
29+
## usethis namespace: end
30+
NULL
31+

0 commit comments

Comments
 (0)