Skip to content

Rstudio addin to insert BibTex citation in Rmarkdown documents

Notifications You must be signed in to change notification settings

sylvainschmitt/Cite

Repository files navigation

Cite

Travis-CI Build Status CRAN Downloads

Cite is a RStudio-Addin that uses the rstudioapi package and provides a GUI to insert bibliography entries in Rmarkdown document with a BibTex file.

For a full list of features see NEWS.

Installation

Please be aware that you need the most recent (stable) release of RStudio (v0.99.878 or later). Additionally, Cite depends on shiny, miniUI and RefManageR.

Install from Github

You can install the latest version of Cite from Github using the devtools package:

if (!requireNamespace("devtools", quietly = TRUE))
  install.packages("devtools")

devtools::install_github("sylvainschmitt/Cite")

Usage

After installing, Cite is available in the Addins menu within RStudio.

[**Click to enlarge**](https://raw.githubusercontent.com/sylvainschmitt/Cite/master/examples/cite.gif) ![Screenshot](examples/cite.gif)

About

Rstudio addin to insert BibTex citation in Rmarkdown documents

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages