Package: RefManageR 1.4.3

Mathew W. McLean

RefManageR: Straightforward 'BibTeX' and 'BibLaTeX' Bibliography Management

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'.

Authors:Mathew W. McLean [aut, cre], Andy Bunn [ctb]

RefManageR_1.4.3.tar.gz
RefManageR_1.4.3.zip(r-4.5)RefManageR_1.4.3.zip(r-4.4)RefManageR_1.4.3.zip(r-4.3)
RefManageR_1.4.3.tgz(r-4.4-any)RefManageR_1.4.3.tgz(r-4.3-any)
RefManageR_1.4.3.tar.gz(r-4.5-noble)RefManageR_1.4.3.tar.gz(r-4.4-noble)
RefManageR_1.4.3.tgz(r-4.4-emscripten)RefManageR_1.4.3.tgz(r-4.3-emscripten)
RefManageR.pdf |RefManageR.html
RefManageR/json (API)
NEWS

# Install 'RefManageR' in R:
install.packages('RefManageR', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/ropensci/refmanager/issues

On CRAN:

peer-reviewed

11.94 score 114 stars 14 packages 2.4k scripts 5.5k downloads 1 mentions 27 exports 28 dependencies

Last updated 2 hours agofrom:d616da567d (on master). Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 19 2024
R-4.5-winOKNov 19 2024
R-4.5-linuxOKNov 19 2024
R-4.4-winOKNov 19 2024
R-4.4-macOKNov 19 2024
R-4.3-winOKNov 19 2024
R-4.3-macOKNov 19 2024

Exports:as.BibEntryAutoCiteBibEntryBibOptionsCiteCitepCitetfieldsGetBibEntryWithDOIGetPubMedByIDGetPubMedRelatedis.BibEntryLookupPubMedIDNoCitePrintBibliographyReadBibReadCrossRefReadGSReadPDFsReadPubMedReadZoteroRelistBibEntrySearchBibTextCitetoBiblatexUpdateFieldNameWriteBib

Dependencies:askpassbackportsbibtexclicpp11curlgenericsgluehttrjsonlitelifecyclelubridatemagrittrmimeopensslplyrR.methodsS3R.ooR.utilsR6Rcpprlangstringistringrsystimechangevctrsxml2

RefManageR User Manual

Rendered frommanual.Rnwusingutils::Sweaveon Nov 19 2024.

Last update: 2015-01-13
Started: 2015-01-13

RHTML Citations Example

Rendered fromTestHtml.Rhtmlusingknitr::knitron Nov 19 2024.

Last update: 2017-07-18
Started: 2015-01-13

Add Citations to an RMarkdown Document and Print Bibliography

Rendered fromTestAlphabetic.Rmdusingknitr::knitron Nov 19 2024.

Last update: 2022-09-30
Started: 2015-01-13

Add Citations to an RMarkdown Document and Print Bibliography

Rendered fromTestRmd.Rmdusingknitr::knitron Nov 19 2024.

Last update: 2022-09-30
Started: 2015-01-13

Readme and manuals

Help Manual

Help pageTopics
Search BibEntry objects by fieldSearchBib [.BibEntry
Extract entries from a BibEntry object by index[[.BibEntry
Assign a BibEntry entry to another BibEntry object[[<-.BibEntry
Update Different Fields of Multiple Entries of a BibEntry Object[<-.BibEntry
Merge two BibEntry objects while discarding duplicates+.BibEntry merge.BibEntry
Extract fields from a BibEntry object$.BibEntry
Replace values for a particular field in a BibEntry object$<-.BibEntry
Coerce to a BibEntry objectas.BibEntry is.BibEntry
Coerce to a Data Frameas.data.frame.BibEntry
Enhanced Bibliographic EntriesBibEntry
Set options/hooks for RefManageRBibOptions
Combine BibEntry objects.c.BibEntry
Cite a BibEntry object in text and print all citationsAutoCite Cite Citep Citet NoCite PrintBibliography TextCite
Lookup a Bibtex entry using a Digital Object IdentifierGetBibEntryWithDOI
Retrieve citation information from NCBI's Entrez for a set of PubMed IDsGetPubMedByID
Retrieve related articles from PubMed using PubMed ID'sGetPubMedRelated
Return the first or last part of a BibEntry objecthead.BibEntry tail.BibEntry
Extract all fields present in a BibEntry objectfields levels.BibEntry
Retrieve PubMed ID's for a BibEntry objectLookupPubMedID
Names (keys) of a BibEntry objectnames.BibEntry names<-.BibEntry
Open BibEntry in PDF viewer or web browser.open.BibEntry
Print BibLaTeX bibliography Entriesprint.BibEntry
BibLaTeX/BibTeX .bib file parserReadBib
Search CrossRef for citations.ReadCrossRef
Import book and article references from a public Google Scholar profile by ID.ReadGS
Create bibliographic information from PDF Metadata.ReadPDFs
Search NCBI's E-Utilities for citation informationReadPubMed
Get Bibliography Information From a Zotero Library.ReadZotero
Flatten and unflatten BibEntry objectsRelistBibEntry unlist.BibEntry
Sort a BibEntry Objectsort.BibEntry
Convert BibEntry objects to BibTeX or BibLaTeXtoBiblatex toBibtex toBibtex.BibEntry
Rename a field in a BibEntry object.UpdateFieldName
Create a BibTeX File from a BibEntry Object e Creates a Bibtex File from a BibEntry object for use with either BibTeX or BibLaTex.WriteBib