Skip to content

ropensci/RefManageR

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
October 1, 2022 00:05
September 30, 2022 22:37
man
October 1, 2022 00:05
September 30, 2022 21:28
September 30, 2022 18:23
June 23, 2022 12:05
February 18, 2018 11:55
January 12, 2015 21:58
January 3, 2016 06:51
October 15, 2021 19:33
February 18, 2018 11:55

RefManageR

R-CMD-check AppVeyor Build Status Coverage Status CRAN_Status_Badge CRAN_Download_Badge RefManageR 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.

Please see the vignette for an introduction and NEWS for the latest changes.

To install the latest version from GitHub:

install.packages("remotes")
remotes::install_github("ropensci/RefManageR")

ropensci_footer