Displaying 1 result from an estimated 1 matches for "citr".
Did you mean:
cite
2011 Jan 07
1
print.citation, small bug?
Hi,
I use Sweave extensively in my consulting work. When submitting reports to
the scientists I work
with I like to use the citation function to reference any packages I use, to
give proper acknowledgement.
I noted in the documentation that a citation inherits from bibentry, and
indeed,
> citr<- citation()
> class(citr)
[1] "citation" "bibentry"
However, following this line I would assume citation should fully inherit
the methods of bibentry. But that is not the case,
> print(citr, style="latex")
still gives style='citation'
> utils:::p...