Package: knitcitations
Type: Package
Title: Citations for knitr markdown files
Authors@R: person("Carl", "Boettiger", role=c("aut", "cre"),
        email="cboettig@gmail.com")
Version: 0.4-3
Description: knitcitations provides the ability to create dynamic
        citations in which the bibliographic information is pulled from
        the web rather than having to be entered into a local database
        such as bibtex ahead of time. Knitcitations is primarily aimed
        at authoring in the R markdown format, and can provide outputs
        for web-based authoring such as linked text and tooltips over
        inline citations.  Cite using a DOI, URL, or bibtex file key.
        See the package URL for details.
URL: https://github.com/cboettig/knitcitations
Depends: knitr, bibtex
Imports: xtable, RCurl, XML, httr
Suggests: testthat
License: CC0
Collate: 'functiontable.R' 'bibliography.R' 'formatref.R' 'ref.R'
        'cite.R' 'create_bibkey.R' 'citep.R' 'citet.R' 'read.bibtex.R'
        'write.bibtex.R' 'init_knitbib.R' 'print_rdfa.R'
        'write_cache.R' 'newbib.R' 'zzz.R' 'inline_formats.R'
        'greycite.R' 'url_regexpr.R' 'cite_options.R'
        'print_markdown.R' 'bib_format.R'
Packaged: 2013-03-17 21:33:43 UTC; cboettig
Author: Carl Boettiger [aut, cre]
Maintainer: Carl Boettiger <cboettig@gmail.com>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-03-17 23:42:09
