-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
executable file
·42 lines (42 loc) · 1.63 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: RefManageR
Version: 1.4.0
Title: Straightforward 'BibTeX' and 'BibLaTeX' Bibliography Management
Authors@R: person(c("Mathew", "W."), "McLean", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7891-9645"))
Maintainer: Mathew W. McLean <[email protected]>
Description: Provides tools for importing and working with bibliographic
references. It greatly enhances the 'bibentry' class by providing a class
'BibEntry' which stores 'BibTeX' and 'BibLaTeX' references, supports 'UTF-8'
encoding, and can be easily searched by any field, by date ranges, and by
various formats for name lists (author by last names, translator by full names,
etc.). Entries can be updated, combined, sorted, printed in a number of styles,
and exported. 'BibTeX' and 'BibLaTeX' '.bib' files can be read into 'R' and
converted to 'BibEntry' objects. Interfaces to 'NCBI Entrez', 'CrossRef', and
'Zotero' are provided for importing references and references can be created
from locally stored 'PDF' files using 'Poppler'. Includes functions for citing
and generating a bibliography with hyperlinks for documents prepared with
'RMarkdown' or 'RHTML'.
License: GPL-2 | GPL-3 | BSD_3_clause + file LICENSE
Imports:
xml2,
jsonlite,
utils,
plyr,
tools,
httr,
lubridate (>= 1.5.0),
stringr,
methods,
bibtex (>= 0.4.1)
Suggests:
knitr,
markdown,
testthat
Encoding: UTF-8
Depends:
R (>= 3.0)
VignetteBuilder: knitr
BugReports: https://github.com/ropensci/RefManageR/issues
URL: https://github.com/ropensci/RefManageR/
RoxygenNote: 7.2.1