search for: getbibstyle

Displaying 3 results from an estimated 3 matches for "getbibstyle".

2018 May 13
0
BUG: 'bibentry' methods change default bibstyle
...n(paper) paste0("[", paper$.index, "]"), .init = TRUE) ======================= As expected, the bibstyle() call sets "unsorted" as default bibstyle but here is how calls to sort() and toRd() have the side effect of changing the default style: > tools::getBibstyle() [1] "unsorted" > sort(refs, .bibstyle = "JSS") > tools::getBibstyle() [1] "JSS" > tools::toRd(refs, style = "unsorted") > tools::getBibstyle() [1] "unsorted" > ======================== The same happens with format() and print() but...
2013 Apr 03
0
R 3.0.0 is released
...neration of in-text citations from "bibentry" objects. A cite() function may be added to bibstyle() environments. o A sort() method has been added for "bibentry" objects. o The bibstyle() function now defaults to setting the default bibliography style. The getBibstyle() function has been added to report the name of the current default style. o scatter.smooth() now has an argument lpars to pass arguments to lines(). o pairs() has a new log argument, to allow some or all variables to be plotted on logarithmic scale. (In part, wish of P...
2013 Apr 03
0
R 3.0.0 is released
...neration of in-text citations from "bibentry" objects. A cite() function may be added to bibstyle() environments. o A sort() method has been added for "bibentry" objects. o The bibstyle() function now defaults to setting the default bibliography style. The getBibstyle() function has been added to report the name of the current default style. o scatter.smooth() now has an argument lpars to pass arguments to lines(). o pairs() has a new log argument, to allow some or all variables to be plotted on logarithmic scale. (In part, wish of P...