Skip to content

Commit e930ad7

Browse files
committed
fix quotes
1 parent b482f5f commit e930ad7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Package: RefManageR
22
Version: 0.8.63
33
Date: 2015-06-08
4-
Title: Straightforward BibTeX and BibLaTeX Bibliography Management
4+
Title: Straightforward 'BibTeX' and 'BibLaTeX' Bibliography Management
55
Authors@R: person(c("Mathew", "W."), "McLean", role = c("aut", "cre"),
66
email = "[email protected]")
77
Author: Mathew W. McLean [aut, cre]
88
Maintainer: Mathew W. McLean <[email protected]>
99
Description: Provides tools for importing and working with
1010
bibliographic references. It greatly enhances the 'bibentry' class by
1111
providing a class 'BibEntry' which stores 'BibTeX' and 'BibLaTeX' references,
12-
supports UTF-8 encoding, and can be easily searched by any field, by date
12+
supports 'UTF-8' encoding, and can be easily searched by any field, by date
1313
ranges, and by various formats for name lists (author by last names,
1414
translator by full names, etc.). Entries can be updated, combined, sorted,
1515
printed in a number of styles, and exported. 'BibTeX' and 'BibLaTeX' '.bib' files
16-
can be read into 'R' and converted to 'BibEntry' objects. Interfaces to 'NCBI's
17-
'Entrez', 'CrossRef', and 'Zotero' are provided for importing references and
18-
references can be created from locally stored 'PDF's using 'Poppler'. Includes
16+
can be read into 'R' and converted to 'BibEntry' objects. Interfaces to 'NCBI Entrez',
17+
'CrossRef', and 'Zotero' are provided for importing references and
18+
references can be created from locally stored 'PDF' files using 'Poppler'. Includes
1919
functions for citing and generating a bibliography with hyperlinks for
2020
documents prepared with 'RMarkdown' or 'RHTML'.
2121
License: GPL-2 | GPL-3 | BSD_3_clause + file LICENSE

0 commit comments

Comments
 (0)